Convert CHF to XPF
Swiss Franc → CFP Franc
1 CHF = 126.34382 XPF(1 XPF = 0.00791491 CHF)
Currency converter
1 CHF =
126.3438 XPF
CHF to XPF: last 30 days
Over the last 30 days, 1 CHF traded between 125.7708 and 128.1075 XPF, averaging 126.6902 XPF. The CHF/XPF rate is down 0.83% since 2026-08-28.
- 30-day high
- 128.1075
- 2026-08-29
- 30-day low
- 125.7708
- 2026-09-18
- 30-day average
- 126.6902
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
128.1075
125.77082026-08-28 → 2026-09-26
| Date | 1 CHF in XPF | Daily change |
|---|---|---|
| 2026-09-26 | 126.3438 | 0.00% |
| 2026-09-25 | 126.3438 | -0.38% |
| 2026-09-24 | 126.8272 | -0.20% |
| 2026-09-23 | 127.0839 | +0.13% |
| 2026-09-22 | 126.9142 | +0.27% |
| 2026-09-21 | 126.5759 | +0.59% |
| 2026-09-20 | 125.8303 | -0.00% |
| 2026-09-19 | 125.8358 | +0.05% |
| 2026-09-18 | 125.7708 | -0.39% |
| 2026-09-17 | 126.2602 | +0.02% |
| 2026-09-16 | 126.2293 | -0.16% |
| 2026-09-15 | 126.434 | +0.07% |
| 2026-09-14 | 126.3478 | +0.12% |
| 2026-09-13 | 126.192 | -0.00% |
| 2026-09-12 | 126.1954 | +0.03% |
| Date | 1 CHF in XPF | Daily change |
|---|---|---|
| 2026-09-11 | 126.1614 | -0.09% |
| 2026-09-10 | 126.2791 | -0.66% |
| 2026-09-09 | 127.1224 | +0.50% |
| 2026-09-08 | 126.4945 | -0.40% |
| 2026-09-07 | 127.0086 | +0.06% |
| 2026-09-06 | 126.9366 | -0.03% |
| 2026-09-05 | 126.9708 | +0.08% |
| 2026-09-04 | 126.8647 | -0.32% |
| 2026-09-03 | 127.274 | +0.52% |
| 2026-09-02 | 126.6143 | -0.21% |
| 2026-09-01 | 126.8831 | -0.35% |
| 2026-08-31 | 127.3286 | -0.58% |
| 2026-08-30 | 128.0725 | -0.03% |
| 2026-08-29 | 128.1075 | +0.55% |
| 2026-08-28 | 127.4042 | — |
CHF to XPF conversion table
1 CHF126.3438 XPF
5 CHF631.7191 XPF
10 CHF1,263.4382 XPF
25 CHF3,158.5956 XPF
50 CHF6,317.1912 XPF
100 CHF12,634.382 XPF
500 CHF63,171.912 XPF
1,000 CHF126,343.82 XPF
5,000 CHF631,719.12 XPF
10,000 CHF1,263,438.2 XPF
Get the CHF/XPF rate in your app
One GET request returns the latest CHF → XPF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/XPF"fetch('https://rate-api.com/api/v1/pair/CHF/XPF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} XPF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/XPF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} XPF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/XPF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} XPF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "XPF"
},
"rate": 126.3438,
"timestamp": 1790429343,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
XPF to CHFCFP Franc → Swiss Franc0.0079149Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.