Browse NGX-listed companies
Company Endpoints
List Companies
Retrieve a paginated, filterable list of all NGX-listed companies.
GET
Browse NGX-listed companies
The list endpoint returns all companies currently listed on the Nigerian Exchange Group (NGX). You can paginate through results, narrow them to a specific sector, or search by company name or ticker symbol.
Each company includes its current price, market capitalisation, trading volume, and percentage changes across multiple time frames. Sort and filter options let you rank companies by any of these fields.
For example, to fetch the 25 largest Financial Services companies sorted by market cap:
Use
search instead of sector for partial-match lookups by ticker or name (search=DAN matches DANGCEM).Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Page number to return. Starts at 1.
Required range:
x >= 1Number of results per page. Maximum 200.
Required range:
1 <= x <= 200Filter to a specific NGX sector. Must match exactly (e.g. Industrial Goods, Financial Services).
Example:
"Financial Services"
Search by company name or ticker symbol. Case-insensitive, partial match. DAN matches DANGCEM.
Example:
"DAN"
Field to sort results by.
Available options:
symbol, company_name, sector, current_price, market_cap, volume, price_change_percent, shares_outstanding, change_7d_percent, change_52w_percent Sort direction.
Available options:
asc, desc Minimum market cap filter (in NGN).
Maximum market cap filter (in NGN).