Company news by ticker symbol
Company Endpoints
Company News
Retrieve recent news articles for an NGX-listed company by ticker symbol.
GET
Company news by ticker symbol
This endpoint returns recent news articles for a specific NGX-listed company, identified by its NGX ticker symbol. Articles are sourced in real time from Nigerian financial news outlets.
Use
If no articles are found within the configured age window, the data array is empty. This endpoint requires a Starter plan or higher.
limit to control how many articles are returned (default 5, max 10), and maxAge to set the maximum article age in days (default 90). Each article includes pub_date, days_old, and time_ago fields for convenient age display. News is fetched live on each request, so response times may be slightly higher than data endpoints.
For example, to fetch the 10 most recent DANGCEM articles from the last 30 days:
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