Yahoo Finance Scraper
Pricing
$1.00 / 1,000 item returneds
Yahoo Finance Scraper
Scrapes Yahoo Finance with no API key: search tickers, get real-time quotes, or pull OHLCV price history for stocks, ETFs, FX and crypto as JSON.
Yahoo Finance Scraper
Pricing
$1.00 / 1,000 item returneds
Scrapes Yahoo Finance with no API key: search tickers, get real-time quotes, or pull OHLCV price history for stocks, ETFs, FX and crypto as JSON.
What to fetch. "search" = find ticker symbols by name (uses Query). "quote" = current price snapshot for each Symbol. "history" = OHLCV price history for each Symbol over Range/Interval.
Company or asset name to search ticker symbols for, e.g. "apple", "vanguard s&p 500", "bitcoin". Only used when Mode is "search".
One or more ticker symbols to fetch, e.g. AAPL, MSFT, ^GSPC (S&P 500 index), EURUSD=X (FX), BTC-USD (crypto). Used by "quote" and "history" modes.
How far back the price history goes (history mode). Longer ranges return more rows.
The candle size / sampling interval for history. Intraday intervals (1m, 5m) only work with short ranges (about 1d-1mo).
Maximum number of result rows to return and charge for (caps history bars and search results). Quotes return one row per symbol.
Optional. Write each item as a page into your Notion when the run finishes. Authorize a Notion connector once in Settings → API & Integrations → MCP connectors, then pick it here. Leave empty to skip (default) — results are always saved to the dataset regardless.
Optional. The Notion data source ID of the database to write into (only used if a Notion connector is set). Leave empty to create the pages privately in your workspace instead.
OPTIONAL. Yahoo Finance's chart/search endpoints are public, no-auth JSON APIs, so no proxy is needed and the default routes traffic directly (saving proxy credits). Only enable Apify Proxy if Yahoo rate-limits your IP (HTTP 429) under high volume.
{ "useApifyProxy": false}