Retrieve the top gaining and losing NGX stocks for any trading date.
The movers endpoint returns the biggest movers on the NGX for a given trading session. This includes the top gainers sorted by percentage gain and the top losers sorted by percentage decline. Each entry includes the previous close, the day’s closing price, absolute and percentage change, and trading activity figures. You can request only gainers or only losers with theDocumentation Index
Fetch the complete documentation index at: https://docs.ngnmarket.com/llms.txt
Use this file to discover all available pages before exploring further.
type filter, which is useful when you want to keep separate leaderboards in your UI.
For example, to fetch the top 5 gainers for a specific session:
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Trading date in YYYY-MM-DD format. Omit for the most recent available day.
"2026-04-17"
Number of entries to return per category (gainers and losers each respect this limit). Maximum 50.
1 <= x <= 50Filter to a single category. Omit to receive both.
gainers, losers