Stock Market Data — Quotes & History (Yahoo Finance)
Pricing
from $1.00 / 1,000 results
Stock Market Data — Quotes & History (Yahoo Finance)
Get current quotes (price, change, day range, 52-week, volume) and OHLC price history for any stock, ETF, index, forex or crypto ticker via Yahoo Finance's public endpoint. No API key.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
alaudin burki
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Get current quotes (price, change, day range, 52-week, volume) and OHLC price history for any stock, ETF, index, forex or crypto ticker via Yahoo Finance's public endpoint. No API key.
Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.
What you get
| Field | Description |
|---|---|
symbol | Symbol |
price | Price |
currency | Currency |
change | Change |
changePercent | Change % |
signal | Signal |
week52Position | 52w position % |
dayHigh | Day high |
dayLow | Day low |
fiftyTwoWeekHigh | 52w high |
fiftyTwoWeekLow | 52w low |
volume | Volume |
How to use it
- Fill in the input (see the example below).
- Run it once for a snapshot, or schedule it to keep the data fresh.
- Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.
Input
{"symbols": ["AAPL","MSFT"],"mode": "quote","range": "1mo","interval": "1d","useProxy": false,"maxItems": 100000}
Sample output
[{"symbol": "EXA","price": 29.99,"currency": "USD","change": 12.3,"changePercent": 12.3,"signal": "example","week52Position": 3.14,"dayHigh": 3.14,"dayLow": 3.14,"fiftyTwoWeekHigh": 3.14,"fiftyTwoWeekLow": 3.14,"volume": 42}]
Typical uses
- Watchlist snapshots — schedule quote mode across your tickers.
- Backtesting data — pull OHLC history in one call.
- Cross-asset dashboards — stocks + forex + crypto in one dataset.
Pricing
$1.00 / 1,000 results ($0.001 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or
failed items are reported honestly — not billed as data.
FAQ & limitations
- Public data only — no login walls, no cookies required.
- Rate limits on the source may require the proxy or a retry on very large pulls.
- Every row reports its own status, so partial results are always labeled, never faked.
- Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
- Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
Related actors
- Crypto Market Data
- Stock Market Data
- Prediction Markets