Yahoo Finance Stock Market Data - Prices avatar

Yahoo Finance Stock Market Data - Prices

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Yahoo Finance Stock Market Data - Prices

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

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

4

Monthly active users

7 days ago

Last modified

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?

FieldDescriptionCoverage
SymbolTicker symbol100%
Company nameShort and long company name100%
CurrencyTrading currency (USD, EUR, GBP, etc.)100%
ExchangeExchange name (NMS, NYQ, etc.)100%
Current priceRegular market price100%
Previous closePrevious trading day close100%
52-week high/lowYearly price range100%
DateTrading date/time for each data point100%
OpenOpening price100%
HighHighest price100%
LowLowest price100%
CloseClosing price100%
VolumeTrading volume100%

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

  1. Enter one or more ticker symbols (e.g., AAPL, MSFT, BTC-USD)
  2. Choose a date range (1 day to max history) and data interval (1 minute to 3 months)
  3. 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:

ResultsCost
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

ParameterTypeDefaultDescription
symbolsstring[][]Ticker symbols to fetch. Supports stocks (AAPL), ETFs (SPY), crypto (BTC-USD), forex (EURUSD=X), indices (^GSPC), commodities (GC=F).
dateRangestring"1mo"Date range for historical data. Options: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max.
intervalstring"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).
maxResultsinteger50Maximum number of symbols to process.

Supported date range and interval combinations

Date RangeCompatible Intervals
1d, 5d1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d
1mo5m, 15m, 30m, 60m, 90m, 1h, 1d, 1wk
3mo, 6mo1d, 5d, 1wk, 1mo
1y, 2y, 5y, 10y, ytd, max1d, 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:

See all 59 actors