Yahoo Finance Stock & Crypto Prices Scraper
Extract Yahoo Finance stock and crypto market data by symbol: price, change, market cap, PE, EPS, 52-week range, volume, supply and OHLCV history. Export to JSON, CSV or Excel.
{ "symbol": "AAPL", "name": "Apple Inc.", "type": "equity", "quoteType": "Equity", "currency": "USD", "exchange": "NasdaqGS", "marketState": "CLOSED", "price": 333.02, "change": 11.36 }
Every run returns clean, typed records, ready for your CRM, spreadsheet or database.
- One clean record per result, deduped and normalized
- Stable schema in JSON, CSV or Excel, or read it via the Apify API
- Pay per use in the cloud, nothing to install or maintain
A real example record, exactly the shape you receive.
| Symbol | Name | Type | Quote Type |
|---|---|---|---|
| AAPL | Apple Inc. | equity | Equity |
| MSFT | Microsoft Corporation | equity | Equity |
| BTC-USD | Bitcoin USD | crypto | Cryptocurrency |
{ "symbol": "AAPL", "name": "Apple Inc.", "type": "equity", "quoteType": "Equity", "currency": "USD", "exchange": "NasdaqGS", "marketState": "CLOSED", "price": 333.02, "change": 11.36 }
Frequently asked questions
Which symbols and markets does it cover?
Any ticker that exists on Yahoo Finance: US and international stocks, ETFs, mutual funds, indices such as ^GSPC, currency pairs such as EURUSD=X, and cryptocurrencies quoted as BTC-USD or ETH-USD. Mix stocks and crypto freely in one run.
How many symbols can I request in one run?
Hundreds. Symbols are fetched in efficient batches, so a list of a few hundred tickers returns in a single quick run. Use Max Items to cap how many symbols are processed.
Can I get historical prices, not just the live quote?
Yes. Pick a History Range (for example 1mo, 1y or max) and a candle interval, and every record gets a history array of open, high, low, close, adjusted close and volume. Leave the range empty for a faster quote-only run.
Why are some fields empty on crypto or on certain stocks?
Fields are asset-specific. Crypto records include circulating and max supply but no price-to-earnings ratio, while equities include valuation and dividend fields but no supply. A stock that pays no dividend simply has an empty dividend yield.
What happens if a symbol is misspelled or delisted?
That symbol gets its own record with an error message instead of prices, and the rest of the run continues normally, so one bad ticker never breaks the batch.
Ready when you are.
Run the scraper live on Apify right now, or have us build one tailored to exactly what you need.