One REST API for real-time NGX stock prices, live forex rates, and market statistics. No scraping, no spreadsheets. Just clean data, ready to ship.
// Fetch live NGX stock data const res = await fetch( 'https://api.ngnmarket.com/v1/stocks/DANGCEM', { headers: { Authorization: 'Bearer ngnm_sk_...' } } ) // 200 OK { "symbol": "DANGCEM", "name": "Dangote Cement Plc", "price": 432.50, "change": +7.40, "changePct": +1.74, "volume": 2847102 }
Stocks, forex, market summary, movers, and sector data. All through one consistent REST API with JSON responses you can actually read.
/v1/market/snapshotFull NGX All-Share Index, value traded, volume, and key market stats in a single call.
/v1/stocksAll NGX-listed equities with live prices, daily change, and volume data.
/v1/stocks/{symbol}Real-time price, open, high, low, volume, and percent change for any NGX ticker.
/v1/forex/ratesLive currency exchange rates for USD, GBP, EUR, and more, all quoted in Naira.
/v1/market/moversToday's biggest gainers and losers on the Nigerian Stock Exchange.
/v1/market/sectorsNGX sector indices: Banking, Consumer Goods, Oil & Gas, Industrial, and more.
Standard Bearer token authentication, consistent JSON responses, and predictable error codes. No proprietary SDKs or cryptic formats to learn.
# 1. Create a key at ngnmarket.com/developer # 2. Make your first request $ curl https://api.ngnmarket.com/v1/market/snapshot \ -H "Authorization: Bearer ngnm_sk_live_..." # Response { "asi": 97432.56, "asiChange": +812.34, "asiChangePct": +0.84, "valueTraded": 4218940000, "volume": 2109430, "deals": 3847 }
Don't need the full API? Drop a pre-built, styled market widget onto any website with a single <iframe>. Stock tickers, forex rates, and market summaries, all configurable with URL params. No API key required.
From lean side projects to production fintech platforms, the NGN Market API powers tools built around Nigerian financial markets.
Embed real-time NGX stock and forex data into your Nigerian finance or investment app.
Pull live prices and market data to power personal finance and portfolio management tools.
Enrich financial articles and broadcasts with live NGX prices and forex rates.
Ingest clean, structured market data for quantitative research and algorithmic strategies.
Each plan starts with core endpoints. Upgrade for more monthly calls and access to premium data.
API plans are priced separately from your NGN Market subscription.
See API pricingSign up free, grab an API key, and make your first request in minutes. No credit card required on the free tier.
Advertisement