Convert XAF to CAD
Central African CFA Franc → Canadian Dollar
1 XAF = 0.00245855 CAD(1 CAD = 406.74459 XAF)
Currency converter
1 XAF =
0.0024585 CAD
XAF to CAD: last 30 days
Over the last 30 days, 1 XAF traded between 0.0024385 and 0.0024597 CAD, averaging 0.0024502 CAD. The XAF/CAD rate is down 0.05% since 2026-08-28.
- 30-day high
- 0.0024597
- 2026-08-28
- 30-day low
- 0.0024385
- 2026-09-03
- 30-day average
- 0.0024502
- Days with data: 30
- 30-day change
- -0.05%
- since 2026-08-28
0.0024597
0.00243852026-08-28 → 2026-09-26
| Date | 1 XAF in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0024585 | 0.00% |
| 2026-09-25 | 0.0024585 | +0.50% |
| 2026-09-24 | 0.0024463 | -0.19% |
| 2026-09-23 | 0.0024509 | -0.24% |
| 2026-09-22 | 0.0024567 | +0.26% |
| 2026-09-21 | 0.0024503 | -0.12% |
| 2026-09-20 | 0.0024532 | +0.00% |
| 2026-09-19 | 0.0024531 | -0.05% |
| 2026-09-18 | 0.0024544 | +0.36% |
| 2026-09-17 | 0.0024457 | -0.29% |
| 2026-09-16 | 0.0024528 | +0.20% |
| 2026-09-15 | 0.002448 | -0.04% |
| 2026-09-14 | 0.002449 | -0.06% |
| 2026-09-13 | 0.0024504 | +0.00% |
| 2026-09-12 | 0.0024503 | -0.03% |
| Date | 1 XAF in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.002451 | -0.01% |
| 2026-09-10 | 0.0024512 | +0.41% |
| 2026-09-09 | 0.0024413 | -0.21% |
| 2026-09-08 | 0.0024465 | +0.02% |
| 2026-09-07 | 0.0024461 | +0.09% |
| 2026-09-06 | 0.002444 | +0.03% |
| 2026-09-05 | 0.0024433 | -0.08% |
| 2026-09-04 | 0.0024454 | +0.28% |
| 2026-09-03 | 0.0024385 | -0.80% |
| 2026-09-02 | 0.002458 | +0.06% |
| 2026-09-01 | 0.0024567 | +0.12% |
| 2026-08-31 | 0.0024537 | +0.28% |
| 2026-08-30 | 0.0024468 | +0.03% |
| 2026-08-29 | 0.0024462 | -0.55% |
| 2026-08-28 | 0.0024597 | — |
XAF to CAD conversion table
1 XAF0.0024585 CAD
5 XAF0.012293 CAD
10 XAF0.024585 CAD
25 XAF0.061464 CAD
50 XAF0.12293 CAD
100 XAF0.24585 CAD
500 XAF1.2293 CAD
1,000 XAF2.4585 CAD
5,000 XAF12.2927 CAD
10,000 XAF24.5855 CAD
Get the XAF/CAD rate in your app
One GET request returns the latest XAF → 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/XAF/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/XAF/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XAF = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XAF/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XAF = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XAF/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XAF = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "XAF",
"to": "CAD"
},
"rate": 0.002459,
"timestamp": 1790432126,
"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 XAFCanadian Dollar → Central African CFA Franc406.7446Convert XAF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.