Go to Hyperscrape Store

Stock Price History (OHLC)

hyperscrape/stock-price-history-scraper

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=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

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).