Upcoming NGX public holidays
Market Endpoints
Market Holidays
List NGX public holidays when the exchange is closed.
GET
Upcoming NGX public holidays
Returns the public holidays that the NGX is closed for, as maintained by the NGN Market team. These are the same holidays reflected in the
Each holiday object contains the
GET /market/status reason: holiday response.
By default only upcoming holidays (today or later) are returned. Pass upcoming=false to retrieve past holidays as well.
date in YYYY-MM-DD format and the name of the holiday. Use this list to pre-compute non-trading days in your application rather than polling the status endpoint on each day.Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Set to false to include past holidays. Defaults to true.
Maximum number of results to return (1–100). Defaults to 50.
Required range:
1 <= x <= 100