Trading date activity and breadth
Market Endpoints
Market Breadth
List NGX trading dates with market breadth data.
GET
Trading date activity and breadth
The breadth endpoint returns a list of NGX trading sessions enriched with market breadth data: the total number of securities that traded, how many advanced, how many declined, and how many closed unchanged on each day.
Use
from and to to query a specific date range, or limit to get the most recent N sessions. Use this endpoint to identify historically active sessions, power a calendar view of market activity, or filter date ranges before querying snapshot or movers data. This endpoint requires a Growth plan or higher.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.
Example:
"2026-01-01"
End date in YYYY-MM-DD format (inclusive). Use with from.
Example:
"2026-04-17"
Maximum number of dates to return (1–365). Dates are returned newest-first. Ignored when from/to are both set.
Required range:
1 <= x <= 365