Convert CAD to AFN
Canadian Dollar → Afghan Afghani
1 CAD = 45.257858 AFN(1 AFN = 0.0220956 CAD)
Currency converter
1 CAD =
45.2579 AFN
CAD to AFN: last 30 days
Over the last 30 days, 1 CAD traded between 45.2579 and 47.7563 AFN, averaging 46.7762 AFN. The CAD/AFN rate is down 4.94% since 2026-08-28.
- 30-day high
- 47.7563
- 2026-09-07
- 30-day low
- 45.2579
- 2026-09-25
- 30-day average
- 46.7762
- Days with data: 30
- 30-day change
- -4.94%
- since 2026-08-28
47.7563
45.25792026-08-28 → 2026-09-26
| Date | 1 CAD in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 45.2579 | 0.00% |
| 2026-09-25 | 45.2579 | -0.14% |
| 2026-09-24 | 45.3233 | -1.71% |
| 2026-09-23 | 46.1113 | -0.08% |
| 2026-09-22 | 46.1462 | -0.47% |
| 2026-09-21 | 46.3644 | +0.34% |
| 2026-09-20 | 46.2052 | +1.69% |
| 2026-09-19 | 45.4392 | -2.06% |
| 2026-09-18 | 46.3957 | +0.11% |
| 2026-09-17 | 46.3461 | -0.54% |
| 2026-09-16 | 46.5968 | -0.05% |
| 2026-09-15 | 46.6218 | +0.46% |
| 2026-09-14 | 46.4091 | -0.08% |
| 2026-09-13 | 46.4464 | -2.18% |
| 2026-09-12 | 47.4815 | +0.64% |
| Date | 1 CAD in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 47.1792 | -0.73% |
| 2026-09-10 | 47.5276 | +0.40% |
| 2026-09-09 | 47.3376 | -0.16% |
| 2026-09-08 | 47.4112 | -0.72% |
| 2026-09-07 | 47.7563 | +2.15% |
| 2026-09-06 | 46.7529 | -1.86% |
| 2026-09-05 | 47.6402 | -0.22% |
| 2026-09-04 | 47.7453 | +0.10% |
| 2026-09-03 | 47.6965 | +0.83% |
| 2026-09-02 | 47.3059 | -0.45% |
| 2026-09-01 | 47.5191 | +0.90% |
| 2026-08-31 | 47.0959 | +0.15% |
| 2026-08-30 | 47.0252 | -0.54% |
| 2026-08-29 | 47.2794 | -0.69% |
| 2026-08-28 | 47.6101 | — |
CAD to AFN conversion table
1 CAD45.2579 AFN
5 CAD226.2893 AFN
10 CAD452.5786 AFN
25 CAD1,131.4465 AFN
50 CAD2,262.8929 AFN
100 CAD4,525.7858 AFN
500 CAD22,628.929 AFN
1,000 CAD45,257.858 AFN
5,000 CAD226,289.29 AFN
10,000 CAD452,578.58 AFN
Get the CAD/AFN rate in your app
One GET request returns the latest CAD → AFN 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/AFN"fetch('https://rate-api.com/api/v1/pair/CAD/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/AFN');
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']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "AFN"
},
"rate": 45.2579,
"timestamp": 1790447449,
"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
AFN to CADAfghan Afghani → Canadian Dollar0.022096Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.