Congolese Franc to Euro
CDF/EUR · quoted 2026-09-21
0.000377
▲ +0.53% over 7D
1 CDF = 0.000377 EUR · 1 EUR = 2652.52 CDF · Get this rate via the API
For developers
Get this rate via the API
One GET request returns the CDF/EUR rate as JSON. The free plan includes 5,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¤cies=EUR"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=EUR");
const data = await response.json();Python
import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=EUR").json()Replace YOUR_API_KEY with the key from your dashboard.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.