Yahoo Finance Scraper - Stock Market Data API avatar

Yahoo Finance Scraper - Stock Market Data API

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Yahoo Finance Scraper - Stock Market Data API

Yahoo Finance Scraper - Stock Market Data API

Yahoo Finance scraper for stock market data, prices, historical OHLCV, quotes, financial metrics, dividends and earnings. Pull multiple tickers into structured JSON for trading, fintech, market research and AI agents. No Yahoo 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

25

Total users

6

Monthly active users

18 days ago

Last modified

Share

Yahoo Finance Stock Data

Scrape real-time and historical stock data from Yahoo Finance. Returns price, volume, market cap, P/E ratio, 52-week range, and more for any publicly traded ticker symbol.

What It Returns

  • Current price and daily change (absolute and %)
  • Volume and average volume
  • Market capitalization
  • P/E ratio and EPS
  • 52-week high and low
  • Dividend yield
  • Beta and shares outstanding

Use Cases

  • Portfolio monitoring and alerts
  • Financial research and analysis
  • Investment screening
  • Building financial dashboards

Example Input

{
"tickers": ["AAPL", "MSFT", "GOOGL"],
"includeHistorical": false
}

Example Output

{
"ticker": "AAPL",
"price": 189.30,
"change": 2.45,
"changePct": 1.31,
"volume": 54823100,
"marketCap": "2.95T",
"peRatio": 31.2,
"week52High": 199.62,
"week52Low": 164.08,
"dividendYield": "0.51%"
}

Pricing

Charged per ticker scraped. Fetching data for 100 tickers typically costs under $0.02.

Tips

  • Use standard ticker symbols (AAPL not Apple)
  • Run on a schedule for automated price monitoring
  • Combine multiple tickers in one run for efficiency