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: show the values
| Point | CHF/XPF |
|---|---|
| 2026-03-29 | 129.6756 |
| 2026-04-05 | 129.6438 |
| 2026-04-12 | 129.3967 |
| 2026-04-19 | 129.8170 |
| 2026-04-26 | 129.4855 |
| 2026-05-03 | 130.4478 |
| 2026-05-10 | 130.5091 |
| 2026-05-17 | 130.2876 |
| 2026-05-24 | 130.9205 |
| 2026-05-31 | 131.0663 |
| 2026-06-07 | 129.3836 |
| 2026-06-14 | 129.8264 |
| 2026-06-21 | 128.6590 |
| 2026-06-28 | 129.1874 |
| 2026-07-05 | 129.8758 |
| 2026-07-12 | 129.1682 |
| 2026-07-19 | 129.1250 |
| 2026-07-26 | 128.2736 |
| 2026-08-02 | 128.2693 |
| 2026-08-09 | 127.7786 |
| 2026-08-16 | 126.8107 |
| 2026-08-23 | 127.5115 |
| 2026-08-30 | 126.9992 |
| 2026-09-06 | 126.6225 |
| 2026-09-13 | 125.7522 |
| 2026-09-20 | 126.2898 |
High
131.0663
Low
125.7522
Average
128.7930
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.