Yahoo Finance Alert Monitor avatar

Yahoo Finance Alert Monitor

Under maintenance

Pricing

$2.00 / 1,000 price alert delivereds

Go to Apify Store
Yahoo Finance Alert Monitor

Yahoo Finance Alert Monitor

Under maintenance

Durable price-move and 52-week high/low alerts for a watchlist of tickers. Pay only for genuinely delivered alerts; checking a ticker that stayed quiet is free.

Pricing

$2.00 / 1,000 price alert delivereds

Rating

0.0

(0)

Developer

Radu Furtuna

Radu Furtuna

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Yahoo Finance Alert Monitor ๐Ÿ“ˆ

Watch a list of tickers and get paid-for alerts only when something genuinely moves โ€” not a data dump on every run.

Most Yahoo Finance actors just hand you today's quote and stop there. This one remembers where each ticker was last time and only bills you when it moves a meaningful amount from that point, or breaks a 52-week high/low.

Why this exists

Every existing Yahoo Finance / TradingView-style Actor on the Store is a one-shot pull: run it, get today's numbers, done. None of them offer a durable monitor that only charges for a genuine, new price event.

How it works

  1. Give it a monitorId, a list of tickers, and a % move threshold (default 5%).
  2. Each run checks the current price against your last alert point for that ticker.
  3. You're billed once per genuinely new alert: the price moved โ‰ฅ your threshold since the last alert (in either direction), or the ticker crossed its 52-week high/low for the first time since the last time it was inside that range.

What you pay for

One event โ€” price-alert-delivered. Billed once per delivered alert. Checking a ticker that stayed within your threshold is free. Re-running the same monitor never re-bills an alert you already got.

Input

FieldWhat it does
monitorIdNames this monitor's durable history โ€” required. The % threshold is locked to this ID on first run: changing it later fails loudly instead of silently changing what counts as a new alert.
tickers1โ€“50 Yahoo Finance symbols (e.g. AAPL, MSFT, BTC-USD). New tickers can be added later under the same monitorId.
priceChangeThresholdPercentHow big a move triggers an alert (1โ€“50%, default 5%)
notifyOnnew_alerts (default) fires the webhook only when paid alerts were delivered
webhookUrlHTTPS only; delivers a digest of paid alerts as JSON

Output

  • Dataset โ€” one row per delivered alert: ticker, alert type (pct_up/pct_down/52w_high/52w_low), current price, the reference point or 52-week level it crossed, timestamp.
  • Run status โ€” clear reasons on bad input, a locked-threshold mismatch, or a run that ran out of time.

What this does NOT promise

Investment advice, predictions, or real-time data faster than Yahoo itself provides. Volume-spike alerts are not in v1 (the data needed for an honest baseline isn't available from this endpoint yet).

A note on the source

Data comes from Yahoo Finance's public chart endpoint via the same request pattern a logged-out browser makes โ€” no login, no account risk. Not an official API; the route could change at any time.