Skip to main content
GET
Full company profile
The company detail endpoint returns what you need to build a full 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 valuation and liquidity ratios computed from the latest available financial statements, so you don’t need to calculate these yourself: pb_ratio (current price divided by book value per share), debt_to_equity (total liabilities divided by shareholders’ equity), current_ratio (current assets divided by current liabilities), and dividend_yield (based on 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 Hobby 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