Skip to content

EUR to CDF exchange rate API

Euro to Congolese Franc · quoted 2026-09-25

2627.80

▼ +16.14% over 5Y

1 EUR = 2627.80 CDF · 1 CDF = 0.000381 EUR · Get this rate via the API

1 EUR buys 2627.80 CDF as of 2026-09-25, so 1 CDF buys 0.000381 EUR. Over the last 5 years, EUR/CDF traded between 2503.01 and 3414.02, averaged 2919.64 and fell 16.14%. The API holds daily EUR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/CDF over 5Y

EUR/CDF over 5Y: show the values
PointEUR/CDF
2024-08-243133.68
2024-10-073144.91
2024-11-063058.49
2024-12-063024.01
2025-01-052926.60
2025-02-042952.55
2025-03-063092.52
2025-04-063132.00
2025-05-063276.50
2025-06-073275.26
2025-07-073414.02
2025-08-063379.09
2025-09-053402.66
2025-10-062928.51
2025-11-052503.01
2025-12-052656.83
2026-01-052653.52
2026-02-042688.04
2026-03-062670.53
2026-04-052654.19
2026-05-052706.48
2026-06-062665.20
2026-07-082628.05
2026-08-072641.49
2026-09-072674.80

High

3414.02

Low

2503.01

Average

2919.64

For developers

Get this rate via the API

One GET request returns the EUR/CDF 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=EUR&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CDF");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/CDF API questions

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

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

How far back does EUR/CDF historical data go?

Daily EUR/CDF 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 EUR/CDF 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.