Skip to main content

CFX to CAD Exchange Rate

CFX (CFX) to CAD (CAD)

Current exchange rate

1 CFX = 0.079937 CAD

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

30-day low
0.07222
30-day high
0.104017
30-day avg
0.083808
30-day change
+10.69%

Get CFX to CAD Rate via API

Fetch the live CFX to CAD 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=CAD"

Python

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

JavaScript (Node.js)

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

CFX to CAD Exchange Rate History

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

Historical CFX to CAD exchange rate for the last 29 days
Date 1 CFX = X CAD
May 22, 2026 0.079937
May 21, 2026 0.080353
May 20, 2026 0.080006
May 19, 2026 0.081005
May 18, 2026 0.082392
May 15, 2026 0.104017
May 14, 2026 0.093714
May 13, 2026 0.093386
May 12, 2026 0.089542
May 11, 2026 0.089762
May 8, 2026 0.08862
May 7, 2026 0.086517
May 6, 2026 0.085358
May 5, 2026 0.083489
May 4, 2026 0.084213
Apr 30, 2026 0.079391
Apr 29, 2026 0.084049
Apr 28, 2026 0.08133
Apr 27, 2026 0.084618
Apr 24, 2026 0.082957
Apr 23, 2026 0.078732
Apr 22, 2026 0.082113
Apr 21, 2026 0.079979
Apr 20, 2026 0.080391
Apr 17, 2026 0.092387
Apr 16, 2026 0.081406
Apr 15, 2026 0.073715
Apr 14, 2026 0.074839
Apr 13, 2026 0.07222

Frequently Asked Questions

What is the current CFX to CAD exchange rate?

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

How can I get CFX to CAD rate via API?

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

Is the CFX to CAD 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 CAD 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 CAD 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