Returns the complete price history for a company from its earliest available data point to the most recent session. Each data point includes a Unix timestamp, calendar date, closing price, and a source flag. Use format=chart for compact [timestamp, price] pairs suited for charting libraries.
Plan required: Starter
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.
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
NGX ticker symbol (e.g. DANGCEM). Case-insensitive.
"DANGCEM"
Preset lookback window. Ignored when from/to are supplied.
7d, 30d, 90d, 1y, 5y, all Start date in YYYY-MM-DD format (inclusive). Takes priority over period.
"2026-01-01"
End date in YYYY-MM-DD format (inclusive). Use with from.
"2026-04-17"
Response shape for data points.
detailed (default): objects with timestamp, date, price, source.chart: compact [timestamp, price] arrays.detailed, chart