Full company profile
Company Endpoints
Company Profile
Retrieve the full profile for an NGX-listed company.
GET
Full company profile
The company detail endpoint returns everything you need to build a comprehensive company page: current price data, 52-week range, market cap, trailing EPS, sector classification, contact details, and a plain-language business description.
It also returns pre-computed valuation and liquidity ratios derived from the latest available financial statements — so you don’t need to calculate these yourself:
pb_ratio— price-to-book (current price / book value per share)debt_to_equity— total liabilities / shareholders’ equitycurrent_ratio— current assets / current liabilitiesdividend_yield— from the most recent ex-dividend date
null when the underlying financial data is not yet available for the company.
The ticker symbol lookup is case-insensitive, so dangcem, DANGCEM, and DangCem all resolve to the same company. 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.
Path Parameters
NGX ticker symbol (e.g. DANGCEM or GTCO). Case-insensitive.
Example:
"DANGCEM"