Corporate disclosures feed
Disclosure Endpoints
List Disclosures
Paginated feed of official corporate filings from NGX-listed companies.
GET
Corporate disclosures feed
Returns official corporate filings sourced from the NGX Group document library, updated twice daily. Every disclosure includes a direct
document_url link to the source PDF.
Results are sorted newest first by default. Use GET /disclosures/types to discover all valid values for the type filter.
Submission types
| Type | Description |
|---|---|
Financial Statements | Quarterly and annual audited financial reports |
Corporate Actions | Major company announcements and corporate events |
Board Meeting (BM) | Board meeting notices, results, and resolutions |
Annual General Meeting (AGM) | AGM notices, results, and resolutions |
Extra-Ordinary General Meeting (EGM) | Emergency or special shareholder meetings |
DirectorsDealings | Insider trading and director share transaction reports |
EarningForcast | Earnings guidance and forecast filings |
Filtering by company
Use thesymbol param to scope results to a single company. If you’re building a stock detail view, GET /companies/{symbol}/disclosures is a cleaner alternative.
Example requests
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Filter by company ticker symbol (e.g. GTCO, DANGCEM). Case-insensitive.
Example:
"GTCO"
Filter by submission type. Use /disclosures/types for valid values.
Example:
"Financial Statements"
Search by company name, ticker, or document title.
Example:
"Zenith Bank"
Return disclosures on or after this date.
Example:
"2026-01-01"
Return disclosures on or before this date.
Example:
"2026-12-31"
Field to sort by.
Available options:
disclosed_at, modified_at, company_name, submission_type Sort direction.
Available options:
asc, desc Required range:
x >= 1Required range:
1 <= x <= 100