Skip to main content

CFX to JPY Exchange Rate

CFX (CFX) to JPY (JPY)

Current exchange rate

1 CFX = 9.218025 JPY

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

30-day low
8.33725
30-day high
11.98909
30-day avg
9.694558
30-day change
+10.56%

Get CFX to JPY Rate via API

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

Python

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

JavaScript (Node.js)

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

CFX to JPY Exchange Rate History

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

Historical CFX to JPY exchange rate for the last 29 days
Date 1 CFX = X JPY
May 22, 2026 9.218025
May 21, 2026 9.286511
May 20, 2026 9.248414
May 19, 2026 9.369413
May 18, 2026 9.519366
May 15, 2026 11.98909
May 14, 2026 10.785309
May 13, 2026 10.761564
May 12, 2026 10.295596
May 11, 2026 10.32047
May 8, 2026 10.171715
May 7, 2026 9.928401
May 6, 2026 9.80292
May 5, 2026 9.677568
May 4, 2026 9.718113
Apr 30, 2026 9.094166
Apr 29, 2026 9.821537
Apr 28, 2026 9.499485
Apr 27, 2026 9.905956
Apr 24, 2026 9.666679
Apr 23, 2026 9.18524
Apr 22, 2026 9.566907
Apr 21, 2026 9.313763
Apr 20, 2026 9.328475
Apr 17, 2026 10.752573
Apr 16, 2026 9.427581
Apr 15, 2026 8.509317
Apr 14, 2026 8.640784
Apr 13, 2026 8.33725

Frequently Asked Questions

What is the current CFX to JPY exchange rate?

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

How can I get CFX to JPY rate via API?

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

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