Skip to main content
This example fetches the full profile for Dangote Cement (DANGCEM), including sector, market cap, 52-week range, and current price, alongside a 30-day price history. You can substitute any NGX ticker symbol. Endpoints used:
  • GET /companies/:symbol (Starter plan)
  • GET /companies/:symbol/chart (Starter plan)

Step 1: Fetch the company profile

Sample response (trimmed)

Step 2: Fetch the 30-day price chart

Sample response (trimmed)

Fetch both calls in parallel

In JavaScript you can fire both requests simultaneously:
JavaScript

Company detail reference

All fields returned by GET /companies/:symbol

Price chart reference

Parameters for GET /companies/:symbol/chart