Skip to main content

CFX to GBP Exchange Rate

CFX (CFX) to GBP (GBP)

Current exchange rate

1 CFX = 0.043169 GBP

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

30-day low
0.038866
30-day high
0.056609
30-day avg
0.045304
30-day change
+11.07%

Get CFX to GBP Rate via API

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

Python

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

JavaScript (Node.js)

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

CFX to GBP Exchange Rate History

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

Historical CFX to GBP exchange rate for the last 29 days
Date 1 CFX = X GBP
May 22, 2026 0.043169
May 21, 2026 0.043483
May 20, 2026 0.043392
May 19, 2026 0.043921
May 18, 2026 0.044794
May 15, 2026 0.056609
May 14, 2026 0.050544
May 13, 2026 0.050488
May 12, 2026 0.048313
May 11, 2026 0.048282
May 8, 2026 0.047672
May 7, 2026 0.046608
May 6, 2026 0.04608
May 5, 2026 0.045309
May 4, 2026 0.045653
Apr 30, 2026 0.042999
Apr 29, 2026 0.045494
Apr 28, 2026 0.04415
Apr 27, 2026 0.045849
Apr 24, 2026 0.044941
Apr 23, 2026 0.042639
Apr 22, 2026 0.044505
Apr 21, 2026 0.043316
Apr 20, 2026 0.04345
Apr 17, 2026 0.04993
Apr 16, 2026 0.043785
Apr 15, 2026 0.039473
Apr 14, 2026 0.040089
Apr 13, 2026 0.038866

Frequently Asked Questions

What is the current CFX to GBP exchange rate?

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

How can I get CFX to GBP rate via API?

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

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