Yahoo Finance Scraper - Quotes, Historical OHLCV, Search avatar

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

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

Gio

Maintained by Community

Actor 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

ModeWhat
quoteCurrent price + meta (52-week range, day high/low, volume, exchange) per symbol
historicalOHLCV time series for a range + interval (1m to 3mo)
searchFind tickers by free-text query (with optional news)

Input

FieldTypeDescription
modeString (required)quote, historical, or search
symbolsArrayTickers. Stocks: AAPL. Crypto: BTC-USD. Indices: ^GSPC. Forex: EURUSD=X.
queriesArrayFree-text queries (search mode).
rangeStringHistorical: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max.
intervalStringHistorical: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo.
includeNewsBooleanInclude 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.