Convert XPF to CAD
CFP Franc → Canadian Dollar
1 XPF = 0.0135144 CAD(1 CAD = 73.995003 XPF)
Currency converter
1 XPF =
0.013514 CAD
XPF to CAD: last 30 days
Over the last 30 days, 1 XPF traded between 0.013404 and 0.013521 CAD, averaging 0.013469 CAD. The XPF/CAD rate is down 0.05% since 2026-08-28.
- 30-day high
- 0.013521
- 2026-08-28
- 30-day low
- 0.013404
- 2026-09-03
- 30-day average
- 0.013469
- Days with data: 30
- 30-day change
- -0.05%
- since 2026-08-28
0.013521
0.0134042026-08-28 → 2026-09-26
| Date | 1 XPF in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.013514 | 0.00% |
| 2026-09-25 | 0.013514 | +0.50% |
| 2026-09-24 | 0.013447 | -0.19% |
| 2026-09-23 | 0.013473 | -0.24% |
| 2026-09-22 | 0.013504 | +0.26% |
| 2026-09-21 | 0.013469 | -0.12% |
| 2026-09-20 | 0.013485 | +0.00% |
| 2026-09-19 | 0.013485 | -0.05% |
| 2026-09-18 | 0.013492 | +0.36% |
| 2026-09-17 | 0.013444 | -0.29% |
| 2026-09-16 | 0.013483 | +0.20% |
| 2026-09-15 | 0.013456 | -0.04% |
| 2026-09-14 | 0.013462 | -0.06% |
| 2026-09-13 | 0.013469 | +0.00% |
| 2026-09-12 | 0.013469 | -0.03% |
| Date | 1 XPF in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.013473 | -0.01% |
| 2026-09-10 | 0.013474 | +0.41% |
| 2026-09-09 | 0.01342 | -0.21% |
| 2026-09-08 | 0.013448 | +0.02% |
| 2026-09-07 | 0.013446 | +0.09% |
| 2026-09-06 | 0.013434 | +0.03% |
| 2026-09-05 | 0.013431 | -0.08% |
| 2026-09-04 | 0.013442 | +0.28% |
| 2026-09-03 | 0.013404 | -0.80% |
| 2026-09-02 | 0.013512 | +0.06% |
| 2026-09-01 | 0.013504 | +0.12% |
| 2026-08-31 | 0.013488 | +0.28% |
| 2026-08-30 | 0.01345 | +0.03% |
| 2026-08-29 | 0.013446 | -0.55% |
| 2026-08-28 | 0.013521 | — |
XPF to CAD conversion table
1 XPF0.013514 CAD
5 XPF0.067572 CAD
10 XPF0.13514 CAD
25 XPF0.33786 CAD
50 XPF0.67572 CAD
100 XPF1.3514 CAD
500 XPF6.7572 CAD
1,000 XPF13.5144 CAD
5,000 XPF67.5721 CAD
10,000 XPF135.1443 CAD
Get the XPF/CAD rate in your app
One GET request returns the latest XPF → CAD 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/XPF/CAD"fetch('https://rate-api.com/api/v1/pair/XPF/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XPF = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XPF/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XPF = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XPF/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XPF = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "XPF",
"to": "CAD"
},
"rate": 0.0135,
"timestamp": 1790432128,
"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
CAD to XPFCanadian Dollar → CFP Franc73.995Convert XPF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.