Skip to content

CDF to ERN exchange rate API

Congolese Franc to Nakfa · quoted 2026-09-25

0.006492

▲ +17.18% over 1Y

1 CDF = 0.006492 ERN · 1 ERN = 154.0357 CDF · Get this rate via the API

1 CDF buys 0.006492 ERN as of 2026-09-25, so 1 ERN buys 154.0357 CDF. Over the last year, CDF/ERN traded between 0.005540 and 0.007100, averaged 0.006540 and rose 17.18%. The API holds daily CDF/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/ERN over 1Y

CDF/ERN over 1Y: show the values
PointCDF/ERN
2025-09-250.005540
2025-10-020.005885
2025-10-090.006218
2025-10-160.007100
2025-10-230.006600
2025-10-300.006563
2025-11-060.006838
2025-11-130.007014
2025-11-200.006581
2025-11-270.006586
2025-12-040.006570
2025-12-120.006550
2025-12-190.006516
2025-12-260.006588
2026-01-020.006611
2026-01-090.006511
2026-01-160.006608
2026-01-230.006942
2026-01-300.006522
2026-02-060.006540
2026-02-130.006529
2026-02-200.006507
2026-02-270.006982
2026-03-060.006493
2026-03-130.006598
2026-03-200.006496
2026-03-270.006485
2026-04-030.006481
2026-04-100.006521
2026-04-170.006504
2026-04-240.006485
2026-05-010.006465
2026-05-080.006476
2026-05-160.006674
2026-05-240.006672
2026-05-310.006597
2026-06-090.006488
2026-06-160.006479
2026-06-230.006530
2026-06-300.006483
2026-07-070.006501
2026-07-140.006548
2026-07-210.006508
2026-07-280.006503
2026-08-040.006556
2026-08-110.006550
2026-08-180.006543
2026-08-260.006543
2026-09-020.006537
2026-09-090.006505
2026-09-160.006492
2026-09-230.006492

High

0.007100

Low

0.005540

Average

0.006540

For developers

Get this rate via the API

One GET request returns the CDF/ERN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=ERN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CDF/ERN API questions

How do I get the CDF/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/ERN rate in rates.ERN.

How far back does CDF/ERN historical data go?

Daily CDF/ERN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CDF/ERN exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.