CAD to XPF exchange rate API
Canadian Dollar to CFP Franc · quoted 2026-09-25
74.1921
▼ +0.07% over YTD
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 year to date, CAD/XPF traded between 73.5170 and 75.6353, averaged 74.1749 and fell 0.07%. 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 YTD: show the values
| Point | CAD/XPF |
|---|---|
| 2025-12-31 | 74.2415 |
| 2026-01-07 | 73.8745 |
| 2026-01-14 | 73.8711 |
| 2026-01-21 | 73.9917 |
| 2026-01-28 | 73.8212 |
| 2026-02-04 | 73.6835 |
| 2026-02-11 | 73.9925 |
| 2026-02-18 | 73.8637 |
| 2026-02-25 | 73.8341 |
| 2026-03-04 | 74.9478 |
| 2026-03-11 | 75.6353 |
| 2026-03-18 | 75.5333 |
| 2026-03-25 | 74.7920 |
| 2026-04-01 | 74.4145 |
| 2026-04-08 | 74.0943 |
| 2026-04-15 | 73.6120 |
| 2026-04-22 | 74.4944 |
| 2026-04-29 | 74.6248 |
| 2026-05-06 | 74.8781 |
| 2026-05-13 | 74.4468 |
| 2026-05-20 | 74.6162 |
| 2026-05-27 | 74.0362 |
| 2026-06-03 | 74.1276 |
| 2026-06-10 | 74.1162 |
| 2026-06-17 | 73.5518 |
| 2026-06-24 | 73.6274 |
| 2026-07-01 | 73.5620 |
| 2026-07-08 | 73.7003 |
| 2026-07-15 | 74.1450 |
| 2026-07-22 | 74.2153 |
| 2026-07-29 | 74.1373 |
| 2026-08-05 | 73.5170 |
| 2026-08-12 | 74.1985 |
| 2026-08-19 | 74.1199 |
| 2026-08-26 | 73.8052 |
| 2026-09-02 | 74.0030 |
| 2026-09-09 | 74.3805 |
| 2026-09-16 | 74.2062 |
| 2026-09-23 | 74.0914 |
High
75.6353
Low
73.5170
Average
74.1749
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.