Convert CAD to XPF
Canadian Dollar → CFP Franc
1 CAD = 73.995003 XPF(1 XPF = 0.0135144 CAD)
Currency converter
1 CAD =
73.995 XPF
CAD to XPF: last 30 days
Over the last 30 days, 1 CAD traded between 73.9614 and 74.6037 XPF, averaging 74.2469 XPF. The CAD/XPF rate is up 0.05% since 2026-08-28.
- 30-day high
- 74.6037
- 2026-09-03
- 30-day low
- 73.9614
- 2026-08-28
- 30-day average
- 74.2469
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
74.6037
73.96142026-08-28 → 2026-09-26
| Date | 1 CAD in XPF | Daily change |
|---|---|---|
| 2026-09-26 | 73.995 | 0.00% |
| 2026-09-25 | 73.995 | -0.50% |
| 2026-09-24 | 74.3639 | +0.19% |
| 2026-09-23 | 74.2251 | +0.24% |
| 2026-09-22 | 74.0502 | -0.26% |
| 2026-09-21 | 74.2436 | +0.12% |
| 2026-09-20 | 74.1555 | -0.00% |
| 2026-09-19 | 74.1587 | +0.05% |
| 2026-09-18 | 74.1204 | -0.35% |
| 2026-09-17 | 74.3839 | +0.29% |
| 2026-09-16 | 74.1691 | -0.20% |
| 2026-09-15 | 74.3145 | +0.04% |
| 2026-09-14 | 74.2847 | +0.06% |
| 2026-09-13 | 74.2419 | -0.00% |
| 2026-09-12 | 74.2439 | +0.03% |
| Date | 1 CAD in XPF | Daily change |
|---|---|---|
| 2026-09-11 | 74.2238 | +0.01% |
| 2026-09-10 | 74.2154 | -0.41% |
| 2026-09-09 | 74.5182 | +0.21% |
| 2026-09-08 | 74.3591 | -0.02% |
| 2026-09-07 | 74.3708 | -0.09% |
| 2026-09-06 | 74.4364 | -0.03% |
| 2026-09-05 | 74.4564 | +0.08% |
| 2026-09-04 | 74.3942 | -0.28% |
| 2026-09-03 | 74.6037 | +0.80% |
| 2026-09-02 | 74.01 | -0.06% |
| 2026-09-01 | 74.0514 | -0.12% |
| 2026-08-31 | 74.1405 | -0.28% |
| 2026-08-30 | 74.3493 | -0.03% |
| 2026-08-29 | 74.3697 | +0.55% |
| 2026-08-28 | 73.9614 | — |
CAD to XPF conversion table
1 CAD73.995 XPF
5 CAD369.975 XPF
10 CAD739.95 XPF
25 CAD1,849.8751 XPF
50 CAD3,699.7502 XPF
100 CAD7,399.5003 XPF
500 CAD36,997.502 XPF
1,000 CAD73,995.003 XPF
5,000 CAD369,975.02 XPF
10,000 CAD739,950.03 XPF
Get the CAD/XPF rate in your app
One GET request returns the latest CAD → 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/CAD/XPF"fetch('https://rate-api.com/api/v1/pair/CAD/XPF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} XPF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/XPF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} XPF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/XPF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} XPF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "XPF"
},
"rate": 73.995,
"timestamp": 1790429396,
"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 CADCFP Franc → Canadian Dollar0.013514Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.