Recent dividends
Dividend Endpoints
Recent Dividends
Browse NGX-listed companies whose ex-dividend date fell within the last 60 days.
GET
Recent dividends
This endpoint returns a paginated list of NGX-listed companies whose ex-dividend date fell within the last 60 days, ordered chronologically. Use it to see which dividends have recently gone ex, when payments are expected, and to track dividend activity across the market.
Use
The window is fixed at 60 days before today. If no dividends went ex in that period,
page and limit for pagination (up to 100 records per page).
For example, to fetch the first page of recent ex-dividend activity:
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