NGX market open/close status
Market Endpoints
Market Status
Check whether the NGX is currently open or closed.
GET
NGX market open/close status
The status endpoint tells you at a glance whether the Nigerian Exchange (NGX) is currently trading, and — if not — exactly why and when it will next open.
All times are computed in the Africa/Lagos timezone (WAT, UTC+1). The NGX trading session runs Monday–Friday, 09:00–16:00 WAT, excluding public holidays.
The
When
The reason field
| Value | Meaning |
|---|---|
open | The market is currently trading. |
pre_market | Today is a trading day but the 09:00 open has not yet occurred. |
after_hours | Today was a trading day; the 16:00 close has passed. |
weekend | Today is Saturday or Sunday. |
holiday | Today is a public holiday. The holiday object will contain the holiday name and date. |
is_open is false, the next_open object tells you the date, UTC timestamp, and human-readable label for the next opening. For holiday closures, the holiday object provides the name of the holiday.Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.