Skip to content

CHF to XPF exchange rate API

Swiss Franc to CFP Franc · quoted 2026-09-25

126.6283

▼ +2.35% over 6M

1 CHF = 126.6283 XPF · 1 XPF = 0.007897 CHF · Get this rate via the API

1 CHF buys 126.6283 XPF as of 2026-09-25, so 1 XPF buys 0.007897 CHF. Over the last 6 months, CHF/XPF traded between 125.7522 and 131.0663, averaged 128.7930 and fell 2.35%. The API holds daily CHF/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/XPF over 6M

CHF/XPF over 6M: show the values
PointCHF/XPF
2026-03-29129.6756
2026-04-05129.6438
2026-04-12129.3967
2026-04-19129.8170
2026-04-26129.4855
2026-05-03130.4478
2026-05-10130.5091
2026-05-17130.2876
2026-05-24130.9205
2026-05-31131.0663
2026-06-07129.3836
2026-06-14129.8264
2026-06-21128.6590
2026-06-28129.1874
2026-07-05129.8758
2026-07-12129.1682
2026-07-19129.1250
2026-07-26128.2736
2026-08-02128.2693
2026-08-09127.7786
2026-08-16126.8107
2026-08-23127.5115
2026-08-30126.9992
2026-09-06126.6225
2026-09-13125.7522
2026-09-20126.2898

High

131.0663

Low

125.7522

Average

128.7930

For developers

Get this rate via the API

One GET request returns the CHF/XPF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XPF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XPF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/XPF API questions

How do I get the CHF/XPF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/XPF rate in rates.XPF.

How far back does CHF/XPF historical data go?

Daily CHF/XPF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/XPF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.