Skip to main content
The NGN Market API provides programmatic access to Nigerian Exchange Group (NGX) market data. All endpoints share a common base URL, authentication scheme, and response envelope.

Market

Snapshots, ASI, top trades, gainers, sector rotation

Companies

Profiles, price charts, and financial statements

Forex & Indices

NGN exchange rates and all NGX market indices

Base URL

Need prices or these other channels pushed to you instead of polling? See the WebSocket API.

Authentication

Every endpoint except /health requires a Bearer token in the Authorization header:
Get your key from the developer dashboard.
Never expose your API key in client-side code or commit it to version control. If a key is compromised, revoke it from the dashboard immediately.

HTTP Response Codes

Response Envelope

Every response (success or error) uses the same JSON envelope:
The meta object is included on every response, so you can check calls_remaining and reset_at without a separate request to /account/usage.