Trading date activity and breadth
Returns a list of NGX trading sessions enriched with market breadth data: total securities traded, how many advanced, how many declined, and how many were unchanged per day. Useful for identifying active sessions, powering calendar views, or filtering date ranges before querying snapshot data.
Plan required: Growth
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Start date in YYYY-MM-DD format (inclusive). Use with to for a specific range; overrides limit.
"2026-01-01"
End date in YYYY-MM-DD format (inclusive). Use with from.
"2026-04-17"
Maximum number of dates to return (1–365). Dates are returned newest-first. Ignored when from/to are both set.
1 <= x <= 365