Free Historical Stocks API

Fetch lifetime of daily stock price history from Yahoo Finance, completely free. Download as CSV or retrieve JSON instantly—no paywalls, no rate limits.

API Endpoints

Get JSON

GET /json/<ticker> → Returns daily history as JSON records.

Download CSV

GET /csv/<ticker> → Downloads daily history as CSV file.

Warrant Data

GET /getwarrants → Returns warrant data as JSON records.


curl -X GET https://stocks.adgstudios.co.za/json/AAPL

Quick Start Wizard

Step 1

Find your ticker on Yahoo Finance.

Step 2

Fetch JSON data

Step 3

Download CSV data