Skip to main content
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’ equity
  • current_ratio — current assets / current liabilities
  • dividend_yield — from the most recent ex-dividend date
All ratio fields are null when the underlying financial data is not yet available for the company. The response also includes logo_url, a ready-to-use PNG for the company’s logo. Need a different format or size? See the company logos guide. 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

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY. Generate keys at ngnmarket.com/dashboard/developer.

Path Parameters

symbol
string
required

NGX ticker symbol (e.g. DANGCEM or GTCO). Case-insensitive.

Example:

"DANGCEM"

Response

Company detail retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object