[timestamp, value] format, ready to drop into any charting library like Chart.js, Recharts, or Highcharts.
Endpoint: GET /indices/ASI/chart (Hobby plan)
This example only requests 90 days, well within reach of every plan. If you swap in a longer
from/to range, remember history depth is capped by plan (Hobby gets 2 years, Starter gets 5), and the response gets clamped to what your plan allows rather than erroring. See Historical data depth.Fetch 90-day ASI history
Sample response
Use a custom date range
Swapperiod for from and to if you need a specific window:
curl
Need full OHLCV detail?
Dropformat=chart and use format=detailed instead. Each point then includes date, value, change, and change_percent fields individually.
Indices chart reference
Full parameter list for
GET /indices/:symbol/chart