The ASI (All Share Index) is the NGX benchmark index. This example fetches the last 90 days of daily values in chart-friendlyDocumentation Index
Fetch the complete documentation index at: https://docs.ngnmarket.com/llms.txt
Use this file to discover all available pages before exploring further.
[timestamp, value] format, ready to drop into any charting library like Chart.js, Recharts, or Highcharts.
Endpoint: GET /v1/indices/ASI/chart (Starter plan)
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 /v1/indices/:symbol/chart