Top gainers and losers
Market Endpoints
Market Movers
Retrieve the top gaining and losing NGX stocks for any trading date.
GET
Top gainers and losers
The movers endpoint returns the biggest movers on the NGX for a given trading session — top gainers sorted by percentage gain and top losers sorted by percentage decline.
Each entry includes
logo_url, market_cap, previous close, today’s closing price, absolute and percentage change, volume, value traded, and trade count. Use the type filter to request only gainers or losers when building separate leaderboards.
For example, to fetch the top 5 gainers for a specific session:
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Trading date in YYYY-MM-DD format. Omit for the most recent available day.
Example:
"2026-04-17"
Number of entries to return per category (gainers and losers each respect this limit). Maximum 50.
Required range:
1 <= x <= 50Filter to a single category. Omit to receive both.
Available options:
gainers, losers