Market data date index
Market Endpoints
Available Dates
List dates for which NGX market data is available.
GET
Market data date index
Use this endpoint to discover which trading dates are available in the dataset before querying other market endpoints. Dates are listed in reverse chronological order.
Each entry includes the closing ASI value and a convenience label (
today, yesterday, latest, or previous) for the most recent entries. This is useful for building date pickers or validating user-supplied dates before making downstream requests.Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Maximum number of dates to return (1–365). Dates are returned newest-first.
Required range:
1 <= x <= 365