Yahoo Finance Stock Market Data - Prices
Pricing
from $2.00 / 1,000 results
Yahoo Finance Stock Market Data - Prices
Stock data and market data from Yahoo Finance. Historical OHLCV prices, real-time quotes, 52-week ranges, dividends, and company financials for any ticker. Multiple symbols per run, configurable date ranges. Structured JSON for fintech apps and trading analysis. No API key required. Pay per result.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Ava Torres
Actor stats
0
Bookmarked
7
Total users
4
Monthly active users
7 days ago
Last modified
Categories
Share
Yahoo Finance Stock Data - Historical Prices, OHLCV, Market Data for Any Ticker
Get historical stock price data from Yahoo Finance for any publicly traded company, ETF, index, cryptocurrency, or forex pair. Enter ticker symbols and get structured OHLCV (Open, High, Low, Close, Volume) data with configurable date ranges and intervals.
Covers all markets available on Yahoo Finance: NYSE, NASDAQ, international exchanges, cryptocurrencies (BTC-USD), forex (EURUSD=X), commodities (GC=F), ETFs, mutual funds, and market indices (^SPX, ^DJI).
What data do you get?
| Field | Description | Coverage |
|---|---|---|
| Symbol | Ticker symbol | 100% |
| Company name | Short and long company name | 100% |
| Currency | Trading currency (USD, EUR, GBP, etc.) | 100% |
| Exchange | Exchange name (NMS, NYQ, etc.) | 100% |
| Current price | Regular market price | 100% |
| Previous close | Previous trading day close | 100% |
| 52-week high/low | Yearly price range | 100% |
| Date | Trading date/time for each data point | 100% |
| Open | Opening price | 100% |
| High | Highest price | 100% |
| Low | Lowest price | 100% |
| Close | Closing price | 100% |
| Volume | Trading volume | 100% |
Use cases
- Investment research -- Analyze price trends, volatility, and trading patterns for any stock
- Quantitative analysis -- Feed OHLCV data into algorithmic trading models and backtesting systems
- Portfolio tracking -- Monitor multiple stocks, ETFs, and crypto positions
- Financial reporting -- Historical price data for valuations, audits, and compliance
- Academic research -- Bulk price data for finance and economics research
- Market screening -- Compare price performance across sectors and indices
How to use
- Enter one or more ticker symbols (e.g., AAPL, MSFT, BTC-USD)
- Choose a date range (1 day to max history) and data interval (1 minute to 3 months)
- Run the actor and get structured JSON with full OHLCV price history
No API key needed. No proxies required.
Pricing
Free to try -- every Apify account includes $5/month in free platform credits.
$0.002 per result. Example costs:
| Results | Cost |
|---|---|
| 10 stocks | $0.07 |
| 50 stocks | $0.15 |
| 100 stocks | $0.25 |
| 500 stocks | $1.05 |
You only pay per symbol returned, regardless of how many data points are in the history. No monthly fees, no minimums.
Input examples
Get daily prices for major tech stocks
{"symbols": ["AAPL", "MSFT", "GOOGL", "AMZN", "NVDA"],"dateRange": "3mo","interval": "1d"}
Get 5-year weekly data for an ETF
{"symbols": ["SPY"],"dateRange": "5y","interval": "1wk"}
Cryptocurrency daily prices
{"symbols": ["BTC-USD", "ETH-USD", "SOL-USD"],"dateRange": "1y","interval": "1d"}
Intraday data (5-minute bars)
{"symbols": ["TSLA"],"dateRange": "5d","interval": "5m"}
Market indices
{"symbols": ["^GSPC", "^DJI", "^IXIC", "^RUT"],"dateRange": "1mo","interval": "1d"}
Output example
{"symbol": "AAPL","shortName": "Apple Inc.","currency": "USD","exchange": "NMS","exchangeName": "NasdaqGS","instrumentType": "EQUITY","regularMarketPrice": 246.63,"previousClose": 247.10,"fiftyTwoWeekHigh": 260.10,"fiftyTwoWeekLow": 169.21,"dataGranularity": "1d","dateRange": "1mo","timezone": "America/New_York","totalDataPoints": 21,"priceHistory": [{"date": "2026-03-02","open": 243.07,"high": 248.21,"low": 241.88,"close": 247.10,"volume": 42150600}]}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
symbols | string[] | [] | Ticker symbols to fetch. Supports stocks (AAPL), ETFs (SPY), crypto (BTC-USD), forex (EURUSD=X), indices (^GSPC), commodities (GC=F). |
dateRange | string | "1mo" | Date range for historical data. Options: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max. |
interval | string | "1d" | Data point interval. Options: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo. Intraday intervals only work with short date ranges (1d-5d). |
maxResults | integer | 50 | Maximum number of symbols to process. |
Supported date range and interval combinations
| Date Range | Compatible Intervals |
|---|---|
| 1d, 5d | 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d |
| 1mo | 5m, 15m, 30m, 60m, 90m, 1h, 1d, 1wk |
| 3mo, 6mo | 1d, 5d, 1wk, 1mo |
| 1y, 2y, 5y, 10y, ytd, max | 1d, 5d, 1wk, 1mo, 3mo |
Pricing
This actor uses pay-per-result pricing on the Apify platform:
- Per result: $0.002 per symbol (includes full price history for that symbol)
- Platform fee: $0.05 per actor start
Example: Fetching 3-month daily data for 10 stocks costs approximately $0.07 (10 results x $0.002 + $0.05 start fee).
Data source
Data comes from Yahoo Finance. Covers all publicly traded securities on global exchanges. Historical data availability varies by security type:
- US stocks: typically back to 1980s
- International stocks: varies by exchange
- Crypto: from listing date
- ETFs: from inception date
FAQ
Is this legal? Yes. Yahoo Finance data is publicly available on the web. This actor accesses the same data available to any browser visitor.
Do I need an API key? No. No authentication required.
How fast is it? A single stock with 1 year of daily data completes in under 2 seconds. Multiple symbols are processed with rate limiting for reliability.
Can I get real-time data?
The actor returns the most recent price in the regularMarketPrice field. For intraday data, use a short date range (1d) with minute intervals (1m, 5m).
What about after-hours data? Pre/post-market data is not included. Only regular market session data.
Can I get fundamental data (P/E, revenue, etc.)? This actor focuses on price/volume data. For fundamental company data, use our SEC EDGAR Company Filings actor.
Integrations
Export results to any downstream system:
- Trading platforms -- Feed OHLCV data into backtesting and analysis tools
- Google Sheets / Excel -- Direct export for financial modeling
- Zapier / Make -- Trigger workflows on price data
- Webhooks -- Push to your own API or database
- Manual export -- Download as CSV, JSON, or Excel from the Apify Console
Support
Found a bug or have a feature request? Open an issue on the actor page or contact us through the Apify platform.
More Public Data Tools
This actor is part of a collection of 59 public data scrapers. All on Apify:
- SEC EDGAR Company Filings -- 10-K, 10-Q, 8-K, insider trading for all public companies
- SEC Insider Trading Tracker -- Form 4 filings, insider buys/sells
- FEC Campaign Finance -- 50M+ individual donations, PACs, candidate fundraising
- WHOIS Domain Lookup -- Domain registration, expiry, registrar info
- YellowPages Scraper -- US business leads with emails