CAD to XPF exchange rate API
Canadian Dollar to CFP Franc · quoted 2026-09-25
74.1921
▼ +5.87% over 5Y
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 5 years, CAD/XPF traded between 72.1209 and 80.5491, averaged 75.2354 and fell 5.87%. 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 5Y: show the values
| Point | CAD/XPF |
|---|---|
| 2024-08-24 | 78.8182 |
| 2024-10-01 | 78.1337 |
| 2024-10-31 | 77.7815 |
| 2024-11-30 | 80.5491 |
| 2024-12-30 | 78.3748 |
| 2025-01-29 | 78.1163 |
| 2025-02-28 | 78.3924 |
| 2025-03-30 | 76.0625 |
| 2025-04-29 | 74.4797 |
| 2025-05-29 | 75.1895 |
| 2025-06-28 | 74.5143 |
| 2025-07-28 | 73.3174 |
| 2025-08-27 | 73.0083 |
| 2025-09-26 | 72.1209 |
| 2025-10-26 | 73.4365 |
| 2025-11-25 | 73.3176 |
| 2025-12-25 | 74.0893 |
| 2026-01-24 | 73.6603 |
| 2026-02-23 | 73.7470 |
| 2026-03-25 | 74.7920 |
| 2026-04-24 | 74.6242 |
| 2026-05-24 | 74.2529 |
| 2026-06-23 | 73.5836 |
| 2026-07-23 | 74.3314 |
| 2026-08-22 | 74.2363 |
| 2026-09-21 | 74.2330 |
High
80.5491
Low
72.1209
Average
75.2354
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.