Go to Hyperscrape Store

Yahoo Finance Quote Scraper

hyperscrape/yahoo-finance-quote-scraper

Live quotes for stocks, ETFs, indices, FX, and crypto from Yahoo Finance.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/yahoo-finance-quote-scraper?tickers=AAPL

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Fetches current quote data for any list of tickers from Yahoo Finance's public v8 chart JSON endpoint (query1.finance.yahoo.com — works unauthenticated, no crumb or key needed) and returns one item per ticker.

Each item includes: symbol, long/short name, latest price, currency, previous close, computed change and change percent, day high/low, 52-week high/low, volume, exchange (code and full name), instrument type, market cap when the endpoint provides it, quote timestamp (ISO), timezone, first trade date, and a link to the Yahoo Finance quote page.

Inputs

  • tickers — one symbol per line. Works for stocks (AAPL), indices (^GSPC), FX pairs (EURUSD=X), and crypto (BTC-USD).

Requests are paced politely; unknown symbols are skipped with a warning.