Upcoming dividends
Dividend Endpoints
Upcoming Dividends
Browse NGX-listed companies with upcoming ex-dividend dates.
GET
Upcoming dividends
This endpoint returns a paginated list of NGX-listed companies whose ex-dividend date falls on or after today, ordered chronologically by ex-dividend date. Use it to build a dividend calendar, screen for near-term income opportunities, or alert users before key dates.
Use
If no upcoming dividends are scheduled,
page and limit for pagination (up to 100 records per page).
For example, to fetch the first page of upcoming dividends:
dividends will be an empty array and total will be 0. This endpoint requires a Starter 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
Page number (1-based).
Required range:
x >= 1Records per page (1–100).
Required range:
1 <= x <= 100