Skip to main content
GET
Paginated blog post list

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY. Generate keys at ngnmarket.com/dashboard/developer.

Query Parameters

page
integer
default:1

Page number. Defaults to 1.

Required range: x >= 1
category
enum<string>

Filter by category slug. One of: markets, corporate-news, economy, industries, technology, personal-finance, product-updates.

Available options:
markets,
corporate-news,
economy,
industries,
technology,
personal-finance,
product-updates
Example:

"markets"

company
string

Filter by an NGX-listed company's stock ticker symbol, for example DANGCEM for Dangote Cement, MTNN for MTN Nigeria, or GTCO for Guaranty Trust. The lookup is case-insensitive and matches the post's companies field exactly, so there is no fuzzy matching. You can fetch the full list of valid symbols from GET /companies/identifiers.

Example:

"DANGCEM"

tag
enum<string>

Filter by tag slug. One of: stocks, crypto, exchange-rate, inflation, cbn, earnings, energy, banking, fintech, t-bills, fg, dividends, ngn-market.

Available options:
stocks,
crypto,
exchange-rate,
inflation,
cbn,
earnings,
energy,
banking,
fintech,
t-bills,
fg,
dividends,
ngn-market
Example:

"banking"

Response

Blog posts retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object