Skip to content

CHF to XPF exchange rate API

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

126.6283

▲ +0.40% over 1Y

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 year, CHF/XPF traded between 126.0276 and 131.7150, averaged 128.8598 and rose 0.40%. 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 1Y

CHF/XPF over 1Y: show the values
PointCHF/XPF
2025-09-25126.1214
2025-10-02127.9324
2025-10-09127.8795
2025-10-16128.4962
2025-10-23129.0965
2025-10-30128.2158
2025-11-06128.2309
2025-11-13129.4573
2025-11-20128.2068
2025-11-27127.7946
2025-12-04128.0910
2025-12-11128.3314
2025-12-18127.9820
2025-12-25128.5825
2026-01-01128.1017
2026-01-08128.0361
2026-01-15128.0935
2026-01-22128.8460
2026-01-29130.8017
2026-02-05129.9099
2026-02-12130.3755
2026-02-19130.3369
2026-02-26130.3235
2026-03-05131.2327
2026-03-12131.7150
2026-03-19130.8885
2026-03-26130.4024
2026-04-02129.5202
2026-04-09129.9847
2026-04-16129.4828
2026-04-23130.0244
2026-04-30130.0518
2026-05-07130.7482
2026-05-14130.4580
2026-05-21130.1549
2026-05-28129.9190
2026-06-04130.4607
2026-06-11129.4641
2026-06-18128.9842
2026-06-25128.8391
2026-07-02129.5771
2026-07-09129.3936
2026-07-16129.1724
2026-07-23128.2227
2026-07-30128.0486
2026-08-06127.5300
2026-08-13127.2411
2026-08-20127.9614
2026-08-27127.1636
2026-09-03127.0961
2026-09-10126.0276
2026-09-17126.1383
2026-09-24126.6573

High

131.7150

Low

126.0276

Average

128.8598

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.