Skip to main content

CFX to PHP Exchange Rate

CFX (CFX) to PHP (PHP)

Current exchange rate

1 CFX = 3.569218 PHP

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

30-day low
3.140967
30-day high
4.665184
30-day avg
3.728125
30-day change
+13.63%

Get CFX to PHP Rate via API

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

Python

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

JavaScript (Node.js)

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

CFX to PHP Exchange Rate History

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

Historical CFX to PHP exchange rate for the last 29 days
Date 1 CFX = X PHP
May 22, 2026 3.569218
May 21, 2026 3.594417
May 20, 2026 3.587871
May 19, 2026 3.634455
May 18, 2026 3.698567
May 15, 2026 4.665184
May 14, 2026 4.20127
May 13, 2026 4.18777
May 12, 2026 4.015828
May 11, 2026 4.001743
May 8, 2026 3.924582
May 7, 2026 3.832901
May 6, 2026 3.812703
May 5, 2026 3.777988
May 4, 2026 3.812759
Apr 30, 2026 3.569861
Apr 29, 2026 3.786372
Apr 28, 2026 3.644405
Apr 27, 2026 3.780267
Apr 24, 2026 3.677956
Apr 23, 2026 3.479605
Apr 22, 2026 3.614438
Apr 21, 2026 3.504083
Apr 20, 2026 3.5147
Apr 17, 2026 4.059136
Apr 16, 2026 3.556721
Apr 15, 2026 3.214389
Apr 14, 2026 3.255481
Apr 13, 2026 3.140967

Frequently Asked Questions

What is the current CFX to PHP exchange rate?

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

How can I get CFX to PHP rate via API?

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

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