List NGX trading dates with market breadth data.
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. UseDocumentation Index
Fetch the complete documentation index at: https://docs.ngnmarket.com/llms.txt
Use this file to discover all available pages before exploring further.
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.Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
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