Skip to main content
This example fetches the top 10 gainers and losers for the most recent NGX trading session. Useful for building a daily market summary widget or a leaderboard. Endpoint: GET /market/movers (Starter plan)

Fetch gainers and losers

Omitting type returns both gainers and losers in a single response.

Sample response (trimmed)

Fetch only gainers or only losers

Pass type=gainers or type=losers if you only need one side:
curl

Look up a mover’s full profile

Once you have a symbol from the movers list, fetch the full company profile:
JavaScript

Movers reference

Full parameter list for GET /market/movers