Financial statements
Company Endpoints
Financial Statements
Retrieve income statements, balance sheets, cash flow, and ratios.
GET
Financial statements
The financials endpoint returns the complete set of financial statements filed by a company on the NGX for every reporting period available. This includes the income statement, balance sheet, cash flow statement, and computed financial ratios.
Use
periodType (annual or quarterly) to filter by statement type, year to limit results to a specific fiscal year, and limit to control the maximum number of records returned. Results are ordered from most recent to oldest, with annual full-year statements appearing before quarterly results for the same year. This endpoint requires a Business plan or higher.
For example, to fetch GTCO’s quarterly statements for 2025:
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:
"DANGCEM"
Query Parameters
Filter by reporting period type.
Available options:
annual, quarterly Filter by calendar year (e.g. 2025).
Example:
2025
Maximum number of periods to return (1–100).
Required range:
1 <= x <= 100