Skip to main content
GET
/
v1
/
companies
/
identifiers
All NGX ticker symbols
curl --request GET \
  --url https://api.ngnmarket.com/v1/companies/identifiers \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "data": [
      {
        "id": 5,
        "symbol": "ACCESS",
        "name": "Access Holdings Plc",
        "logo_url": "https://cdn.jsdelivr.net/gh/ngnmarket/ngx-logos/dist/png/ACCESS.png",
        "international_sec_id": "NGACCESSB0007"
      },
      {
        "id": 7,
        "symbol": "AIRTELAFRI",
        "name": "Airtel Africa Plc",
        "logo_url": "https://cdn.jsdelivr.net/gh/ngnmarket/ngx-logos/dist/png/AIRTELAFRI.png",
        "international_sec_id": "NGAIRTELAF06"
      },
      {
        "id": 12,
        "symbol": "DANGCEM",
        "name": "Dangote Cement Plc",
        "logo_url": "https://cdn.jsdelivr.net/gh/ngnmarket/ngx-logos/dist/png/DANGCEM.png",
        "international_sec_id": "NGDANGCEM0009"
      },
      {
        "id": 21,
        "symbol": "GTCO",
        "name": "Guaranty Trust Holding Co",
        "logo_url": "https://cdn.jsdelivr.net/gh/ngnmarket/ngx-logos/dist/png/GTCO.png",
        "international_sec_id": "NGGTCO000001"
      },
      {
        "id": 48,
        "symbol": "ZENITHBANK",
        "name": "Zenith Bank Plc",
        "logo_url": "https://cdn.jsdelivr.net/gh/ngnmarket/ngx-logos/dist/png/ZENITHBANK.png",
        "international_sec_id": "NGZENITHBN05"
      }
    ],
    "count": 150
  },
  "meta": {
    "plan": "free",
    "calls_used": 43,
    "calls_remaining": 9957,
    "reset_at": "2026-05-01T00:00:00.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ngnmarket.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Response

Identifiers retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object