Yahoo Finance Scraper - Quotes, Historical OHLCV, Search
Pricing
$0.50 / 1,000 record returneds
Go to Apify Store

Yahoo Finance Scraper - Quotes, Historical OHLCV, Search
Scrape Yahoo Finance: real-time quotes (price, 52-week range, volume), historical OHLCV data, and ticker search with news. No API key required.
Pricing
$0.50 / 1,000 record returneds
Rating
0.0
(0)
Developer
Gio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Yahoo Finance Scraper
Scrape Yahoo Finance quotes, historical OHLCV, and ticker search — directly via public APIs. No API key required.
Three modes
| Mode | What |
|---|---|
quote | Current price + meta (52-week range, day high/low, volume, exchange) per symbol |
historical | OHLCV time series for a range + interval (1m to 3mo) |
search | Find tickers by free-text query (with optional news) |
Input
| Field | Type | Description |
|---|---|---|
mode | String (required) | quote, historical, or search |
symbols | Array | Tickers. Stocks: AAPL. Crypto: BTC-USD. Indices: ^GSPC. Forex: EURUSD=X. |
queries | Array | Free-text queries (search mode). |
range | String | Historical: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max. |
interval | String | Historical: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo. |
includeNews | Boolean | Include news in search results. Default true. |
Output (quote)
{"symbol": "AAPL","longName": "Apple Inc.","currency": "USD","exchangeName": "NMS","regularMarketPrice": 200.50,"change": 1.25,"changePercent": 0.62,"regularMarketDayHigh": 202.10,"regularMarketDayLow": 198.30,"regularMarketVolume": 50000000,"fiftyTwoWeekHigh": 220.00,"fiftyTwoWeekLow": 165.00,"regularMarketTime": "2026-06-01T20:00:00.000Z"}
Output (historical)
{ "symbol": "AAPL", "date": "2026-05-30", "open": 199.0, "high": 201.0, "low": 198.5, "close": 200.5, "volume": 48000000, "adjClose": 200.5 }
Pricing
$0.0005 per record. Pay-per-result.
Limitations
- Intraday intervals (1m-90m) require shorter ranges (max ~30d).
- Some endpoints (
v7/finance/quote,quoteSummary) require auth crumb — this scraper uses public endpoints only. - Yahoo throttles aggressive scraping; for >1000 symbols/run, add delays.
If this actor helped you, please leave a review on the Apify Store.