Skip to main content

CFX to CHF Exchange Rate

CFX (CFX) to CHF (CHF)

Current exchange rate

1 CFX = 0.045553 CHF

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

30-day low
0.04126
30-day high
0.059464
30-day avg
0.047961
30-day change
+10.4%

Get CFX to CHF Rate via API

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

Python

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

JavaScript (Node.js)

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

CFX to CHF Exchange Rate History

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

Historical CFX to CHF exchange rate for the last 29 days
Date 1 CFX = X CHF
May 22, 2026 0.045553
May 21, 2026 0.046007
May 20, 2026 0.045946
May 19, 2026 0.046368
May 18, 2026 0.047069
May 15, 2026 0.059464
May 14, 2026 0.053393
May 13, 2026 0.053304
May 12, 2026 0.051049
May 11, 2026 0.051153
May 8, 2026 0.050514
May 7, 2026 0.049391
May 6, 2026 0.048897
May 5, 2026 0.048094
May 4, 2026 0.048493
Apr 30, 2026 0.045617
Apr 29, 2026 0.048496
Apr 28, 2026 0.047034
Apr 27, 2026 0.048773
Apr 24, 2026 0.047627
Apr 23, 2026 0.045197
Apr 22, 2026 0.046987
Apr 21, 2026 0.045648
Apr 20, 2026 0.045869
Apr 17, 2026 0.052875
Apr 16, 2026 0.046456
Apr 15, 2026 0.041863
Apr 14, 2026 0.042482
Apr 13, 2026 0.04126

Frequently Asked Questions

What is the current CFX to CHF exchange rate?

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

How can I get CFX to CHF rate via API?

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

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