Skip to main content
The ASI (All Share Index) is the NGX benchmark index. This example fetches the last 90 days of daily values in chart-friendly [timestamp, value] format, ready to drop into any charting library like Chart.js, Recharts, or Highcharts. Endpoint: GET /indices/ASI/chart (Starter plan)

Fetch 90-day ASI history

Sample response

Use a custom date range

Swap period for from and to if you need a specific window:
curl

Need full OHLCV detail?

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