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

12

Total users

7

Monthly active users

11 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