Skip to main content
GET
/
indices
List all NGX market indices
curl --request GET \
  --url https://api.ngnmarket.com/v1/indices \
  --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "symbol": "NGX30", "name": "NGX 30 Index", "value": 2841.45, "change_pct": 0.42 }, { "symbol": "NGXBNK", "name": "NGX Banking Index", "value": 731.2, "change_pct": -0.18 }, { "symbol": "NGXCONG", "name": "NGX Consumer Goods Index", "value": 1504.88, "change_pct": 0.11 }, { "symbol": "NGXINDG", "name": "NGX Industrial Goods Index", "value": 3278.6, "change_pct": 0.65 }, { "symbol": "NGXINS", "name": "NGX Insurance Index", "value": 295.44, "change_pct": -0.07 }, { "symbol": "NGXOILGAS", "name": "NGX Oil & Gas Index", "value": 1189.75, "change_pct": 1.04 } ], "meta": { "plan": "free", "calls_used": 38, "calls_remaining": 9962, "reset_at": "2026-05-01T00:00:00.000Z" } }

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY. Generate keys at ngnmarket.com/dashboard/developer.

Response

Indices retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object[]