Balance sheet
Company Endpoints
Balance Sheet
Retrieve just the balance sheet for an NGX-listed company.
GET
Balance sheet
This endpoint returns just the balance sheet for every reporting period available, ordered from most recent to oldest. It’s the same data you’d find under
balance_sheet in the combined financials endpoint, returned on its own so you’re not paying for the income statement, cash flow, and ratios sections when you only need assets, liabilities, and equity figures.
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. This endpoint requires a Business plan or higher.
For example, to fetch GTCO’s quarterly balance sheets 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