African Market Data API

African market data for developers and AI systems.

This suite is the strongest wedge in Mansa API. It gives developers and agents one place to access live African exchange snapshots, pan-African movers, local-currency prices, indices, forex, and exchange metadata.

7
Live exchanges
9
Tracked exchanges
771+
Stocks tracked
Pan-Africa
Movers coverage
Why this suite matters

Pan-African movers in one endpoint instead of stitching multiple exchange feeds together.

Local-currency market data across Nigeria, Ghana, Kenya, South Africa, BRVM, Tanzania, and Zambia.

Exchange metadata that helps agents reason about market hours, settlement cycles, and coverage.

Keyword direction

Use 'African Market Data API' as the primary phrase.

Work 'Nigeria Stock Exchange API' and 'African Stock Market API' into headings and body copy.

Keep NGX, GSE, NSE, JSE, and BRVM visible in the copy for long-tail discovery.

Endpoints

Live endpoints in the Markets suite.

View OpenAPI
GET/api/v1/markets/exchanges
Bearer auth

Return all tracked exchanges with latest snapshot metadata.

GET/api/v1/markets/exchanges/{exchange_code}
Bearer auth

Return a single exchange and its latest index snapshot.

GET/api/v1/markets/exchanges/{exchange_code}/stocks
Bearer auth

Return stocks for a single exchange.

Query params
limit - Maximum rows to return, capped at 200.
offset - Pagination offset.
sector - Optional sector filter.
sort_by - ticker, price, change_pct, or volume.
order - asc or desc.
GET/api/v1/markets/exchanges/{exchange_code}/stocks/{ticker}
Bearer auth

Return a single stock with quote and reference fields.

GET/api/v1/markets/exchanges/{exchange_code}/movers
Bearer auth

Return top gainers and losers for an exchange.

Query params
limit - Maximum movers to return, capped at 20.
type - gainers, losers, or both.
GET/api/v1/markets/movers/pan-african
Bearer auth

Return top movers across all live African exchanges.

Query params
limit - Maximum movers to return, capped at 20.
GET/api/v1/markets/indices
Bearer auth

Return latest tracked African market indices.

GET/api/v1/markets/forex
Bearer auth

Return current forex rates available through Mansa Markets.

GET/api/v1/markets/commodities
Bearer auth

Return commodity prices relevant to African producers and traders.

GET/api/v1/markets/exchange-metadata
Bearer auth

Return exchange metadata such as market type, settlement cycle, and website.

Related pages