Stock Price History (OHLC)
Daily/weekly/monthly OHLC candles with volume for any Yahoo Finance ticker.
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/stock-price-history-scraper?symbols=AAPLSwap 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
Downloads historical price candles from the public Yahoo Finance chart API
(query1.finance.yahoo.com/v8/finance/chart — no API key required).
Works for stocks, ETFs, indices (^GSPC), FX pairs (EURUSD=X) and crypto
(BTC-USD). Each item is one candle:
- symbol, company name, exchange, currency, instrument type
- ISO date + Unix timestamp (exchange timezone included)
- open / high / low / close / adjusted close / volume
- per-candle change vs. previous close (absolute and %), intraday range %
Choose the look-back range (5 days to max history) and candle interval
(daily, weekly, monthly).
Source: official public JSON API (no HTML parsing).
Related scrapers
Broken Link Checker
hyperscrape/broken-link-checker
Crawl a site, check every link and report status, redirects and dead ends.
Bitcoin Address Scraper
hyperscrape/bitcoin-address-scraper
On-chain stats for any Bitcoin address — balance, totals, USD value, recent txs.
CoinGecko Coins Scraper
hyperscrape/coingecko-coins-scraper
Live crypto market data — price, market cap, volume, supply and ATH for any coin.