Disclosures by company
Company Endpoints
Company Disclosures
Corporate filings scoped to a specific NGX-listed company.
GET
Disclosures by company
Returns all corporate disclosures for a single company identified by its NGX ticker symbol. This is equivalent to calling
GET /disclosures?symbol={symbol} but is the preferred endpoint when building company-specific views such as a stock detail page.
Results are sorted newest first by default. Use the type filter to narrow to a specific filing category, or the from/to params for a date range.
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Path Parameters
NGX ticker symbol (e.g. GTCO). Case-insensitive.
Example:
"GTCO"
Query Parameters
Filter by submission type. Use /disclosures/types for valid values.
Example:
"Financial Statements"
Example:
"2026-01-01"
Example:
"2026-12-31"
Available options:
disclosed_at, modified_at, submission_type Available options:
asc, desc Required range:
x >= 1Required range:
1 <= x <= 100