Convert CAD to XOF
Canadian Dollar → West African CFA Franc
1 CAD = 406.74459 XOF(1 XOF = 0.00245855 CAD)
Currency converter
1 CAD =
406.7446 XOF
CAD to XOF: last 30 days
Over the last 30 days, 1 CAD traded between 406.5599 and 410.0903 XOF, averaging 408.129 XOF. The CAD/XOF rate is up 0.05% since 2026-08-28.
- 30-day high
- 410.0903
- 2026-09-03
- 30-day low
- 406.5599
- 2026-08-28
- 30-day average
- 408.129
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
410.0903
406.55992026-08-28 → 2026-09-26
| Date | 1 CAD in XOF | Daily change |
|---|---|---|
| 2026-09-26 | 406.7446 | 0.00% |
| 2026-09-25 | 406.7446 | -0.50% |
| 2026-09-24 | 408.7724 | +0.19% |
| 2026-09-23 | 408.0096 | +0.24% |
| 2026-09-22 | 407.0479 | -0.26% |
| 2026-09-21 | 408.1108 | +0.12% |
| 2026-09-20 | 407.6267 | -0.00% |
| 2026-09-19 | 407.6444 | +0.05% |
| 2026-09-18 | 407.4339 | -0.35% |
| 2026-09-17 | 408.8825 | +0.29% |
| 2026-09-16 | 407.7015 | -0.20% |
| 2026-09-15 | 408.5009 | +0.04% |
| 2026-09-14 | 408.337 | +0.06% |
| 2026-09-13 | 408.1015 | -0.00% |
| 2026-09-12 | 408.1125 | +0.03% |
| Date | 1 CAD in XOF | Daily change |
|---|---|---|
| 2026-09-11 | 408.0024 | +0.01% |
| 2026-09-10 | 407.9564 | -0.41% |
| 2026-09-09 | 409.6205 | +0.21% |
| 2026-09-08 | 408.7463 | -0.02% |
| 2026-09-07 | 408.8104 | -0.09% |
| 2026-09-06 | 409.1707 | -0.03% |
| 2026-09-05 | 409.281 | +0.08% |
| 2026-09-04 | 408.9389 | -0.28% |
| 2026-09-03 | 410.0903 | +0.80% |
| 2026-09-02 | 406.8271 | -0.06% |
| 2026-09-01 | 407.0544 | -0.12% |
| 2026-08-31 | 407.5445 | -0.28% |
| 2026-08-30 | 408.6924 | -0.03% |
| 2026-08-29 | 408.8041 | +0.55% |
| 2026-08-28 | 406.5599 | — |
CAD to XOF conversion table
1 CAD406.7446 XOF
5 CAD2,033.7229 XOF
10 CAD4,067.4459 XOF
25 CAD10,168.615 XOF
50 CAD20,337.229 XOF
100 CAD40,674.459 XOF
500 CAD203,372.29 XOF
1,000 CAD406,744.59 XOF
5,000 CAD2,033,722.9 XOF
10,000 CAD4,067,445.9 XOF
Get the CAD/XOF rate in your app
One GET request returns the latest CAD → XOF 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/XOF"fetch('https://rate-api.com/api/v1/pair/CAD/XOF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} XOF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/XOF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} XOF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/XOF');
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']} XOF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "XOF"
},
"rate": 406.7446,
"timestamp": 1790429395,
"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
XOF to CADWest African CFA Franc → Canadian Dollar0.0024585Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.