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: show the values
| Point | CHF/XPF |
|---|---|
| 2025-09-25 | 126.1214 |
| 2025-10-02 | 127.9324 |
| 2025-10-09 | 127.8795 |
| 2025-10-16 | 128.4962 |
| 2025-10-23 | 129.0965 |
| 2025-10-30 | 128.2158 |
| 2025-11-06 | 128.2309 |
| 2025-11-13 | 129.4573 |
| 2025-11-20 | 128.2068 |
| 2025-11-27 | 127.7946 |
| 2025-12-04 | 128.0910 |
| 2025-12-11 | 128.3314 |
| 2025-12-18 | 127.9820 |
| 2025-12-25 | 128.5825 |
| 2026-01-01 | 128.1017 |
| 2026-01-08 | 128.0361 |
| 2026-01-15 | 128.0935 |
| 2026-01-22 | 128.8460 |
| 2026-01-29 | 130.8017 |
| 2026-02-05 | 129.9099 |
| 2026-02-12 | 130.3755 |
| 2026-02-19 | 130.3369 |
| 2026-02-26 | 130.3235 |
| 2026-03-05 | 131.2327 |
| 2026-03-12 | 131.7150 |
| 2026-03-19 | 130.8885 |
| 2026-03-26 | 130.4024 |
| 2026-04-02 | 129.5202 |
| 2026-04-09 | 129.9847 |
| 2026-04-16 | 129.4828 |
| 2026-04-23 | 130.0244 |
| 2026-04-30 | 130.0518 |
| 2026-05-07 | 130.7482 |
| 2026-05-14 | 130.4580 |
| 2026-05-21 | 130.1549 |
| 2026-05-28 | 129.9190 |
| 2026-06-04 | 130.4607 |
| 2026-06-11 | 129.4641 |
| 2026-06-18 | 128.9842 |
| 2026-06-25 | 128.8391 |
| 2026-07-02 | 129.5771 |
| 2026-07-09 | 129.3936 |
| 2026-07-16 | 129.1724 |
| 2026-07-23 | 128.2227 |
| 2026-07-30 | 128.0486 |
| 2026-08-06 | 127.5300 |
| 2026-08-13 | 127.2411 |
| 2026-08-20 | 127.9614 |
| 2026-08-27 | 127.1636 |
| 2026-09-03 | 127.0961 |
| 2026-09-10 | 126.0276 |
| 2026-09-17 | 126.1383 |
| 2026-09-24 | 126.6573 |
High
131.7150
Low
126.0276
Average
128.8598
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.