Retrieve recent news articles for an NGX-listed company 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. UseDocumentation Index
Fetch the complete documentation index at: https://docs.ngnmarket.com/llms.txt
Use this file to discover all available pages before exploring further.
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:
GET /v1/news/{company} endpoint instead.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"
Maximum number of articles to return (1–50). Defaults to 10.
1 <= x <= 50Maximum age of articles in days (1–365). Defaults to 90.
1 <= x <= 365