Skip to main content

CFX to EUR Exchange Rate

CFX (CFX) to EUR (EUR)

Current exchange rate

1 CFX = 0.049954 EUR

As of May 22, 2026 · Source: ECB / CBR

30-day low
0.044644
30-day high
0.065031
30-day avg
0.052247
30-day change
+11.89%

Get CFX to EUR Rate via API

Fetch the live CFX to EUR exchange rate with a single HTTP request. XRates API returns clean JSON with rate data sourced from the European Central Bank (ECB), Central Bank of Russia (CBR) and other official providers.

cURL

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://xratesapi.com/api/v1/latest?base=CFX&symbols=EUR"

Python

import requests
r = requests.get(
"https://xratesapi.com/api/v1/latest",
params={"base": "CFX", "symbols": "EUR"},
headers={"Authorization": "Bearer YOUR_API_KEY"},
)
rate = r.json()["rates"]["EUR"]

JavaScript (Node.js)

const res = await fetch(
"https://xratesapi.com/api/v1/latest?base=CFX&symbols=EUR",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const { rates } = await res.json();
console.log(rates.EUR);

CFX to EUR Exchange Rate History

Last 29 days of CFX to EUR rates. Fetch full historical data via the /api/v1/historical endpoint.

Historical CFX to EUR exchange rate for the last 29 days
Date 1 CFX = X EUR
May 22, 2026 0.049954
May 21, 2026 0.050309
May 20, 2026 0.050132
May 19, 2026 0.050676
May 18, 2026 0.051476
May 15, 2026 0.065031
May 14, 2026 0.058353
May 13, 2026 0.058224
May 12, 2026 0.055658
May 11, 2026 0.055826
May 8, 2026 0.05517
May 7, 2026 0.053938
May 6, 2026 0.053352
May 5, 2026 0.052476
May 4, 2026 0.052865
Apr 30, 2026 0.049638
Apr 29, 2026 0.052508
Apr 28, 2026 0.050914
Apr 27, 2026 0.052956
Apr 24, 2026 0.051774
Apr 23, 2026 0.049251
Apr 22, 2026 0.051212
Apr 21, 2026 0.049769
Apr 20, 2026 0.049917
Apr 17, 2026 0.05728
Apr 16, 2026 0.050331
Apr 15, 2026 0.045405
Apr 14, 2026 0.046126
Apr 13, 2026 0.044644

Frequently Asked Questions

What is the current CFX to EUR exchange rate?

As of May 22, 2026, 1 CFX (CFX) equals 0.049954 EUR (EUR). Rates are sourced from the European Central Bank (ECB), Central Bank of Russia (CBR) and other trusted providers.

How can I get CFX to EUR rate via API?

Use the XRates REST API endpoint GET /api/v1/latest?base=CFX&symbols=EUR with your Bearer token. You'll receive JSON containing the latest CFX to EUR rate.

Is the CFX to EUR API free?

Yes. XRates API has a free tier with 100 requests per month — no credit card required. Paid plans start at $9/month for 10,000 requests.

How often are CFX to EUR rates updated?

Exchange rates are refreshed every 4 hours from the European Central Bank, Central Bank of Russia and other official sources.

Get CFX to EUR Rate in Your App

Sign up for free and receive an API key instantly. 100 requests/month, no credit card required.

Get Free API Key