Banque Centrale du Congo Exchange Rate API

Official Banque Centrale du Congo rates for 10 Sept 2026: 1 USD = 2212.94 CDF, 1 EUR = 2573.11 CDF. All 21 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

DR Congo flagBanque Centrale du Congo: every CDF rate the bank publishes, as JSON. 21 currencies, archive back to 2026, latest table free on every plan. Get your API key.

About Banque Centrale du Congo

The Banque Centrale du Congo publishes the official exchange-market table for the Congolese franc every business day: mid, buying and selling rates for 21 currencies including the US dollar, euro, SDR and the regional CFA and East African units. It is the reference for customs valuation, tax and public accounting in DR Congo.

Quick start

One request for the pair you need — USD to CDF at the official Banque Centrale du Congo rate:

curl "https://allratestoday.com/api/v1/central-bank/bcc/latest?source=USD&target=CDF" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bcc/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/bcc/history?source=USD&target=CDF&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Banque Centrale du Congo's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are CDF per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED CDF buy 602.57
AED CDF middle 616.475
AED CDF sell 630.38
AOA CDF buy 2.42
AOA CDF middle 2.475
AOA CDF sell 2.53
AUD CDF buy 1597.35
AUD CDF middle 1634.205
AUD CDF sell 1671.06
BIF CDF buy 0.74
BIF CDF middle 0.755
BIF CDF sell 0.77
CAD CDF buy 1605.94
CAD CDF middle 1642.99
CAD CDF sell 1680.04
CHF CDF buy 2735.25
CHF CDF middle 2798.36
CHF CDF sell 2861.47
CNY CDF buy 329.73
CNY CDF middle 337.34
CNY CDF sell 344.95
EUR CDF buy 2573.11
EUR CDF middle 2632.48
EUR CDF sell 2691.85
GBP CDF buy 2996.74
GBP CDF middle 3065.885
GBP CDF sell 3135.03
INR CDF buy 23.34
INR CDF middle 23.88
INR CDF sell 24.42
JPY CDF buy 14.35
JPY CDF middle 14.68
JPY CDF sell 15.01
KWD CDF buy 7164.05
KWD CDF middle 7329.35
KWD CDF sell 7494.65
RWF CDF buy 1.5
RWF CDF middle 1.535
RWF CDF sell 1.57
SAR CDF buy 590.12
SAR CDF middle 603.735
SAR CDF sell 617.35
TZS CDF buy 0.84
TZS CDF middle 0.86
TZS CDF sell 0.88
UGX CDF buy 0.58
UGX CDF middle 0.595
UGX CDF sell 0.61
USD CDF buy 2212.94
USD CDF middle 2264
USD CDF sell 2315.06
XAF CDF buy 3.92
XAF CDF middle 4.01
XAF CDF sell 4.1
XDR CDF buy 3035.91
XDR CDF middle 3105.96
XDR CDF sell 3176.01
ZAR CDF buy 138.38
ZAR CDF middle 141.57
ZAR CDF sell 144.76
ZMW CDF buy 114.56
ZMW CDF middle 117.2
ZMW CDF sell 119.84

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — banque-centrale-du-congo-exchange-rate:

npm install banque-centrale-du-congo-exchange-rate
import { getRate } from 'banque-centrale-du-congo-exchange-rate';

const pair = await getRate('USD', 'CDF', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: banque-centrale-du-congo-exchange-rate documentation.

Why use the official Banque Centrale du Congo rate?

A market rate is a moving target; the rate Banque Centrale du Congo publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in DR Congo lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via CDF) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for Banque Centrale du Congo data?

Yes. This endpoint returns Banque Centrale du Congo's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

Banque Centrale du Congo publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-10).

Are these really Banque Centrale du Congo's official figures?

Yes. Every value comes from Banque Centrale du Congo's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

Banque Centrale du Congo rates, one API key

Latest table on every plan. History back to 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs