Yahoo Finance Scraper - Stocks, Crypto & Historical Data avatar

Yahoo Finance Scraper - Stocks, Crypto & Historical Data

Pricing

from $2.00 / 1,000 quote scrapeds

Go to Apify Store
Yahoo Finance Scraper - Stocks, Crypto & Historical Data

Yahoo Finance Scraper - Stocks, Crypto & Historical Data

Scrape stock and crypto quotes plus historical OHLCV data from Yahoo Finance. Get price, 52-week range, volume, exchange, and price history for any ticker. No login or API key needed.

Pricing

from $2.00 / 1,000 quote scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape public Yahoo Finance quote data for stocks, ETFs, indices, forex pairs, and crypto tickers. The Actor returns one clean row per ticker with price, previous close, change, day range, 52-week range, volume, currency, exchange, market time, and optional historical OHLCV bars.

Use it for watchlists, dashboards, market research, data enrichment, and scheduled exports. It does not require a login or API key. This Actor provides public market data for research and informational use only; it is not financial advice.

Quick Start

{
"symbols": ["AAPL"],
"searchQueries": [],
"includeHistorical": false,
"historicalRange": "1mo",
"historicalInterval": "1d",
"proxyConfiguration": {
"useApifyProxy": false
}
}

This retrieves one quote without historical bars, keeping the first run fast and low-cost.

Input

FieldTypeDefaultNotes
symbolsstring array["AAPL"]Yahoo ticker symbols such as AAPL, MSFT, BTC-USD, EURUSD=X, or ^GSPC.
searchQueriesstring array[]Company or asset names to resolve to ticker symbols.
includeHistoricalbooleanfalseInclude OHLCV bars inside each quote row.
historicalRangestring1moRange used when historical prices are enabled.
historicalIntervalstring1dCandle interval used when historical prices are enabled.
proxyConfigurationobjectdisabledUsually not needed for small public API runs. Enable only for larger or repeated runs.

Output

Each dataset row is one unique ticker:

FieldDescription
symbol, name, instrumentTypeTicker and Yahoo Finance metadata.
price, previousClose, change, changePercentCurrent quote and price movement.
dayHigh, dayLowIntraday range.
fiftyTwoWeekHigh, fiftyTwoWeekLow52-week range when available.
volume, currency, exchangeMarket metadata.
marketTimeQuote timestamp.
historicalRange, historicalInterval, historicalCount, historyOptional OHLCV time series details.
scrapedAtActor scrape timestamp.

Verified Sample

An existing successful run for AAPL returned this row:

{
"symbol": "AAPL",
"name": "Apple Inc.",
"instrumentType": "EQUITY",
"currency": "USD",
"exchange": "NasdaqGS",
"price": 298.01,
"previousClose": 295.63,
"change": 2.38,
"changePercent": 0.81,
"volume": 85962201,
"marketTime": "2026-06-18T20:00:01.000Z",
"historicalCount": 0
}

Pricing

Active pay-per-event pricing:

EventPrice
quote-scraped$0.002 per ticker quote
apify-actor-start$0.00005 per GB at run start

Each unique ticker is saved and charged atomically, including optional historical data when enabled. Duplicate symbols from direct input and search results are skipped, and the Actor stops further requests when the user's spending limit is reached.

Common Workflows

  1. Pull a scheduled watchlist for stocks, ETFs, crypto, forex, or indices.
  2. Resolve company names through searchQueries, then fetch the matching quote rows.
  3. Enable historical bars for small ticker sets when you need OHLCV data.
  4. Export to CSV, Excel, JSON, HTML, or connect through the Apify API.

Notes and Limits

  • Symbols must follow Yahoo Finance format, for example BTC-USD, EURUSD=X, or ^GSPC.
  • Market data availability, delay, and coverage follow Yahoo Finance.
  • Historical data increases response size and runtime; test with one or two symbols first.
  • This Actor is for data extraction and research workflows, not investment recommendations.

Responsible Use

Use this Actor for lawful collection of publicly available market data. Respect Yahoo Finance terms and any rules that apply to how you store, redistribute, or use exported financial data.

License

Apache-2.0