CAD to XPF exchange rate API
Canadian Dollar to CFP Franc · quoted 2026-09-25
74.1921
▲ +2.68% over 1Y
1 CAD = 74.1921 XPF · 1 XPF = 0.01348 CAD · Get this rate via the API
1 CAD buys 74.1921 XPF as of 2026-09-25, so 1 XPF buys 0.01348 CAD. Over the last year, CAD/XPF traded between 72.2550 and 75.7114, averaged 74.0012 and rose 2.68%. The API holds daily CAD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/XPF over 1Y: show the values
| Point | CAD/XPF |
|---|---|
| 2025-09-25 | 72.2550 |
| 2025-10-02 | 72.9949 |
| 2025-10-09 | 73.4924 |
| 2025-10-16 | 73.0160 |
| 2025-10-23 | 73.6091 |
| 2025-10-30 | 73.5503 |
| 2025-11-06 | 73.5048 |
| 2025-11-13 | 73.5437 |
| 2025-11-20 | 73.5800 |
| 2025-11-27 | 73.3251 |
| 2025-12-04 | 73.4015 |
| 2025-12-11 | 74.0977 |
| 2025-12-18 | 73.7752 |
| 2025-12-25 | 74.0893 |
| 2026-01-01 | 74.0194 |
| 2026-01-08 | 73.6743 |
| 2026-01-15 | 73.8190 |
| 2026-01-22 | 73.9643 |
| 2026-01-29 | 74.2012 |
| 2026-02-05 | 73.7180 |
| 2026-02-12 | 73.9021 |
| 2026-02-19 | 73.7905 |
| 2026-02-26 | 73.7330 |
| 2026-03-05 | 75.1512 |
| 2026-03-12 | 75.7114 |
| 2026-03-19 | 75.7028 |
| 2026-03-26 | 74.7502 |
| 2026-04-02 | 74.4397 |
| 2026-04-09 | 74.2540 |
| 2026-04-16 | 73.8918 |
| 2026-04-23 | 74.6424 |
| 2026-04-30 | 74.7265 |
| 2026-05-07 | 74.6422 |
| 2026-05-14 | 74.3269 |
| 2026-05-21 | 74.5221 |
| 2026-05-28 | 74.0007 |
| 2026-06-04 | 73.9406 |
| 2026-06-11 | 74.0242 |
| 2026-06-18 | 73.4434 |
| 2026-06-25 | 73.5733 |
| 2026-07-02 | 73.5734 |
| 2026-07-09 | 73.6893 |
| 2026-07-16 | 74.2970 |
| 2026-07-23 | 74.3314 |
| 2026-07-30 | 74.0694 |
| 2026-08-06 | 73.7742 |
| 2026-08-13 | 74.1270 |
| 2026-08-20 | 74.2470 |
| 2026-08-27 | 73.8212 |
| 2026-09-03 | 74.5011 |
| 2026-09-10 | 74.0664 |
| 2026-09-17 | 74.3107 |
| 2026-09-24 | 74.2642 |
High
75.7114
Low
72.2550
Average
74.0012
Get this rate via the API
One GET request returns the CAD/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=CAD¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/XPF API questions
How do I get the CAD/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/XPF rate in rates.XPF.
How far back does CAD/XPF historical data go?
Daily CAD/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 CAD/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.