Black Market Rates API

Live Nigerian parallel-market exchange rates, delivered as clean JSON.

The Aboki Forex API gives developers and businesses programmatic access to the same live black market (parallel market) exchange rates that power abokiforex.app and our mobile apps. Get the buy and sell rate of the Naira against the US Dollar, Pound, Euro and other major currencies — updated every hour, no scraping required.

Get access: Plans start at ₦70,000/month with 100 API requests per day. Subscribe below and pay securely with Paystack — your API key is issued instantly and emailed to you.

What the API Covers

Black market buy/sell rates for the Naira (NGN) against:

  • US Dollar — USD
  • British Pound — GBP
  • Euro — EUR
  • Canadian Dollar — CAD
  • Australian Dollar — AUD
  • UAE Dirham — AED
  • Chinese Yuan — CNY
  • South African Rand — ZAR
  • Ghanaian Cedi — GHS
  • CFA Franc (West) — XOF
  • CFA Franc (Central) — XAF
This API serves black market rates only. Need CBN official, commercial bank, or crypto data? Mention it when you email us.

Endpoints

The base URL is:

https://abokiforexpaid.uc.r.appspot.com/_ah/api/forex/v1

Authenticate with your key via the X-API-Key header or an ?apiKey= query parameter.

Get all rates

GET /rates

Get a single currency

GET /rates/{currency}   e.g. /rates/USD

Check your usage & quota

GET /usage

Example Request

curl -H "X-API-Key: YOUR_API_KEY" \
  "https://abokiforexpaid.uc.r.appspot.com/_ah/api/forex/v1/rates"

Example Response

{
  "timestamp": "2026-06-29T09:00:00.000Z",
  "baseCurrency": "NGN",
  "rateType": "black_market",
  "source": "abokiforex.app",
  "rates": {
    "USD": { "buy": 1545.0, "sell": 1555.0 },
    "GBP": { "buy": 1960.0, "sell": 1975.0 },
    "EUR": { "buy": 1670.0, "sell": 1685.0 }
  }
}

buy is the rate at which dealers buy the foreign currency from you; sell is the rate at which they sell it to you. All rates are in Naira (NGN).

Pricing

Every plan includes the full API — all currencies, hourly updates, and 100 API requests per day. Pay online with Paystack and get your API key instantly.

Monthly
₦70,000
per month
  • 100 requests per day
  • All 11 currencies
  • Hourly rate updates
6 Months
₦320,000
per 6 months
  • 100 requests per day
  • All 11 currencies
  • Save ₦100,000 vs monthly
Yearly
₦500,000
per year
  • 100 requests per day
  • All 11 currencies
  • Save ₦340,000 vs monthly

Payments are processed securely by Paystack — card, bank transfer, or USSD. Prefer an invoice or to pay in US Dollars? Email [email protected].

Rate Limits

  • Every plan includes 100 requests per day per API key.
  • Quotas reset at 00:00 UTC. Check remaining quota any time via /usage.
  • Exceeding the quota returns HTTP 429 with a retry hint.
  • Rates update hourly — caching responses for a few minutes on your side is recommended.

How to Subscribe

  1. Pick a plan above and click Subscribe.
  2. Enter your email and company name, then pay securely with Paystack (card, bank transfer, or USSD).
  3. Your API key is generated instantly — shown on screen and emailed to you. You're live in minutes.

Need an invoice, a custom quota, or to pay in US Dollars? Email [email protected] and we'll set you up manually.

Ready to integrate?

Get live Nigerian black market rates into your app or platform.

⚡ Subscribe Now

Frequently Asked Questions

Live Nigerian black market buy/sell rates for the Naira against major currencies (USD, GBP, EUR, CAD, AUD, AED, CNY, ZAR, GHS, XOF, XAF), updated hourly and returned as clean JSON.

Three plans, all with 100 requests per day: ₦70,000/month, ₦320,000 for 6 months, or ₦500,000/year. Pick a plan above, pay with Paystack, and your API key is issued instantly.

No — this API serves black market (parallel market) rates only. If you need CBN, commercial bank, or crypto data, mention it when you contact us.