Yahoo Finance Scraper avatar

Yahoo Finance Scraper

Pricing

from $0.75 / 1,000 symbol fetcheds

Go to Apify Store
Yahoo Finance Scraper

Yahoo Finance Scraper

Scrape stock, ETF, index, crypto and forex data from Yahoo Finance — live price, day/52-week range, previous close, volume, market/exchange, currency and full OHLCV historical candles — by ticker or by name search. No key, no proxy.

Pricing

from $0.75 / 1,000 symbol fetcheds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Yahoo Finance Scraper 📈

Scrape market data from Yahoo Finance — stocks, ETFs, indexes, crypto and forex. Get live price, ranges, volume and full OHLCV historical candles by ticker, or find tickers by name.

Perfect for trading bots, backtesting, fintech apps, dashboards, portfolio tracking, research and AI/quant datasets.

What it extracts

Per symbol (quote):

  • symbol, name, instrument_type, currency, exchange
  • price, previous_close, day_high, day_low
  • fifty_two_week_high, fifty_two_week_low, volume, market_time
  • history — array of OHLCV candles (date, open, high, low, close, adjclose, volume)

Per search result: symbol, name, exchange, quote_type, sector, industry.

Input

{
"symbols": ["AAPL", "TSLA", "SPY", "^GSPC", "BTC-USD", "EURUSD=X"],
"searchQueries": ["nvidia"],
"range": "1y",
"interval": "1d",
"includeHistory": true
}
  • symbols — tickers: stocks (AAPL), ETFs (SPY), indexes (^GSPC), crypto (BTC-USD), forex (EURUSD=X).
  • range1dmax. interval1m1mo.
  • searchQueries — look up tickers by company/asset name.

Output example

{
"type": "quote",
"symbol": "AAPL",
"name": "Apple Inc.",
"currency": "USD",
"exchange": "NasdaqGS",
"price": 327.5,
"previous_close": 325.1,
"fifty_two_week_high": 340.2,
"volume": 41250000,
"history_count": 252,
"history": [{ "date": "2026-07-15T20:00:00.000Z", "open": 324.9, "high": 328.4, "low": 323.1, "close": 327.5, "volume": 41250000 }]
}

Notes

  • Uses Yahoo Finance's public JSON endpoints — free, no key.
  • No proxy required (datacenter proxy only helps at very high volume).
  • Intraday intervals (1m60m) are limited to recent ranges by Yahoo.