Base URL: https://stocks.adgstudios.co.za/
Fetch lifetime of daily stock price history from Yahoo Finance, completely free. Download as CSV or retrieve JSON instantly—no paywalls, no rate limits.
GET /json/<ticker> → Returns daily history as JSON records.
GET /csv/<ticker> → Downloads daily history as CSV file.
GET /getwarrants → Returns warrant data as JSON records.
curl -X GET https://stocks.adgstudios.co.za/json/AAPL
Fetch JSON data
Download CSV data