VOOZH about

URL: https://apify.com/andok/yahoo-finance-scraper

โ‡ฑ Yahoo Finance Scraper | Real-Time Stock Market API ยท Apify


๐Ÿ‘ Yahoo Finance Scraper | Real-Time Stock Market API avatar

Yahoo Finance Scraper | Real-Time Stock Market API

Pricing

from $1.00 / 1,000 quote fetcheds

Go to Apify Store

Yahoo Finance Scraper | Real-Time Stock Market API

Scrape real-time stock prices, pre-market data, and trading volumes directly from Yahoo Finance for your financial models and trading algorithms.

Pricing

from $1.00 / 1,000 quote fetcheds

Rating

0.0

(0)

Developer

๐Ÿ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

0

Monthly active users

3 months ago

Last modified

Share

Yahoo Finance Stock Quote Scraper

Scrape real-time stock quotes and financial data from Yahoo Finance to power dashboards, AI agents, and alerting systems. Feed it a list of ticker symbols and get back live market prices, volume, market cap, and 52-week range โ€” all from the public Yahoo Finance API in a single fast request. Schedule it on Apify to build a continuously updated market data pipeline.

Features

  • Bulk ticker lookup โ€” fetch quotes for hundreds of stock symbols in a single run
  • Real-time prices โ€” returns current market price, pre/post-market data, and daily change percentage
  • Market fundamentals โ€” includes market cap, trading volume, and 52-week high/low
  • Multi-asset support โ€” works with stocks, ETFs, indices, and forex pairs available on Yahoo Finance
  • No API key required โ€” queries the public Yahoo Finance API endpoint directly
  • Batch optimization โ€” processes up to 100 tickers per API call for maximum speed
  • Pay-per-result pricing โ€” only pay for quotes returned, with charge-limit safety built in

Input

FieldTypeRequiredDefaultDescription
tickersarrayYesโ€”List of stock ticker symbols to look up (e.g. AAPL, TSLA, SPY, BTC-USD)
timeoutSecondsintegerNo15API request timeout in seconds (1-120)

Input Example

{
"tickers":["AAPL","TSLA","MSFT","SPY"],
"timeoutSeconds":15
}

Output

Each dataset item represents one stock quote. Key fields:

  • symbol (string) โ€” ticker symbol
  • shortName (string) โ€” company or instrument name
  • regularMarketPrice (number) โ€” current market price
  • regularMarketChangePercent (number) โ€” daily price change in percent
  • regularMarketVolume (number) โ€” trading volume
  • marketCap (number) โ€” market capitalization
  • fiftyTwoWeekHigh (number) โ€” 52-week high price
  • fiftyTwoWeekLow (number) โ€” 52-week low price
  • currency (string) โ€” price currency (e.g. USD)

Output Example

{
"symbol":"AAPL",
"shortName":"Apple Inc.",
"regularMarketPrice":237.45,
"regularMarketChangePercent":1.23,
"regularMarketVolume":54123000,
"marketCap":3620000000000,
"fiftyTwoWeekHigh":243.20,
"fiftyTwoWeekLow":164.08,
"currency":"USD"
}

Pricing

EventCost
Quote FetchedPay-per-event (see actor pricing page)

Use Cases

  • Portfolio dashboards โ€” build real-time stock monitoring dashboards with scheduled Apify runs
  • Trading alerts โ€” trigger notifications when prices cross thresholds by combining with webhooks
  • Financial research โ€” collect market data snapshots for backtesting or analysis
  • AI agent tools โ€” supply live market context to LLM agents and financial chatbots
  • Spreadsheet automation โ€” export daily quotes to Google Sheets or Excel via Apify integrations
  • Multi-asset tracking โ€” monitor stocks, ETFs, crypto pairs, and indices from a single actor

Related Actors

ActorWhat it adds
CoinGecko Crypto ScraperGet detailed crypto market data with market cap ranking and supply metrics
Binance Ticker ScraperPull real-time crypto exchange data directly from Binance
RSS & Atom Feed ParserCombine price data with financial news from RSS feeds

Notes

  • Yahoo Finance may occasionally block requests or change their API structure. If you encounter errors, try reducing the batch size or spacing runs further apart.
  • Pre-market and post-market prices are included when available but may show null outside trading hours.

You might also like

Yahoo Finance Scraper - Stock Market Data API

pink_comic/yahoo-finance-stock-data

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.

Yahoo Finance Stock Options

pintostudio/yahoo-finance-stock-options

This Actor retrieves stock options from Yahoo Finance

15

Yahoo Finance Scraper

automation-lab/yahoo-finance-scraper

Get stock quotes, price history, and financial data from Yahoo Finance. Search by ticker symbol or company name.

๐Ÿ‘ User avatar

Stas Persiianenko

33

Yahoo Finance

nmdmnd/yahoo-finance

Extract Yahoo Finance Market Data. Very fast and reliable

Yahoo Finance Scraper

cryptosignals/yahoo-finance-scraper

Pull financial data from Yahoo Finance. Get stock quotes, historical prices, financials, analyst ratings, news, and key statistics. Ideal for trading bots, portfolio tracking, and market research. PPE pricing โ€” pay only for results.

4

Yahoo Finance Scraper - Stock & Market Data

benthepythondev/yahoo-finance-scraper

Scrape stock data from Yahoo Finance using yfinance. Get real-time quotes, company info, historical prices, financials, analyst recommendations, dividends & news. Supports batch processing of multiple tickers. Perfect for trading bots, research & portfolio tracking.

๐Ÿ“ˆ Yahoo Finance Scraper โ€” Stocks & Market Data

nexgendata/yahoo-finance-scraper

Extract stock quotes, historical prices, financial statements, analyst ratings from Yahoo Finance. Track portfolios and market trends.