Yahoo Finance Scraper — Quotes, Fundamentals & News avatar

Yahoo Finance Scraper — Quotes, Fundamentals & News

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Yahoo Finance Scraper — Quotes, Fundamentals & News

Yahoo Finance Scraper — Quotes, Fundamentals & News

Scrape Yahoo Finance for live stock quotes, company fundamentals, historical prices, options chains, and news for any ticker — stocks, crypto, forex, indices.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Get live market data for any ticker on Yahoo Finance — stocks, crypto, forex, ETFs, and indices. Five data types in one actor: quotes, company fundamentals, historical prices, options chains, and news.

What you get

  • Quotes: live price, change, day range, volume, market cap, PE, EPS, dividend yield, 52-week range, bid/ask — up to 100 symbols per run
  • Fundamentals: sector, industry, employees, business summary, margins, revenue, cash/debt, free cash flow, valuation ratios, and analyst targets & recommendations
  • History: OHLCV price bars from 5-minute intraday to monthly, up to full listing history, with adjusted close
  • Options: the full option chain for the nearest expiry — strikes, last/bid/ask, volume, open interest, implied volatility
  • News: latest headlines per symbol with publisher, timestamp, and related tickers
  • Export to JSON, CSV, Excel, or Google Sheets directly from the Apify console

Use cases

  • Portfolio dashboards and market monitoring on a schedule
  • Quant research — build historical OHLCV datasets across tickers
  • Stock screeners — pull fundamentals for a watchlist and filter in Sheets
  • Options analysis — track IV, open interest, and unusual volume
  • News monitoring and sentiment pipelines per ticker

How to use

  1. Enter Ticker symbols — stocks (AAPL), crypto (BTC-USD), forex (EURUSD=X), indices (^GSPC)
  2. Pick a Data type — quotes, fundamentals, history, options, or news
  3. For history, set the Range and Interval
  4. Run the actor — records appear in the Dataset tab

Output format

Quotes mode:

{
"symbol": "AAPL",
"name": "Apple Inc.",
"currency": "USD",
"exchange": "NasdaqGS",
"marketState": "REGULAR",
"price": 229.35,
"changePercent": 1.24,
"volume": 48123456,
"marketCap": 3512345678901,
"trailingPE": 34.9,
"fiftyTwoWeekHigh": 260.1,
"fiftyTwoWeekLow": 169.2
}

History mode:

{
"symbol": "AAPL",
"date": "2026-08-07T13:30:00.000Z",
"open": 227.9,
"high": 230.4,
"low": 227.1,
"close": 229.35,
"adjClose": 229.35,
"volume": 51234567
}

FAQ

Which markets are covered? Everything listed on Yahoo Finance — US and international equities, ETFs, mutual funds, crypto, forex pairs, futures, and world indices.

How fresh are quotes? Real-time or exchange-delayed exactly as shown on Yahoo Finance.

Can I run it on a schedule? Yes — use Apify Schedules to refresh quotes or append daily history, and connect the dataset to Google Sheets or your BI tool.