Company news by ticker symbol
Company news by ticker symbol
Returns recent news articles for a specific company identified by its NGX ticker symbol. Articles are sourced in real time from Nigerian financial outlets. Older articles are excluded based on the maxAge parameter.
Plan required: Starter
GET
Company news by ticker symbol
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Path Parameters
NGX ticker symbol (e.g. DANGCEM). Case-insensitive.
Example:
"DANGCEM"
Query Parameters
Maximum number of articles to return (1–50). Defaults to 10.
Required range:
1 <= x <= 50Maximum age of articles in days (1–365). Defaults to 90.
Required range:
1 <= x <= 365