Convert AFN to CAD
Afghan Afghani → Canadian Dollar
1 AFN = 0.0220956 CAD(1 CAD = 45.257858 AFN)
Currency converter
1 AFN =
0.022096 CAD
AFN to CAD: last 30 days
Over the last 30 days, 1 AFN traded between 0.02094 and 0.022096 CAD, averaging 0.021384 CAD. The AFN/CAD rate is up 5.20% since 2026-08-28.
- 30-day high
- 0.022096
- 2026-09-25
- 30-day low
- 0.02094
- 2026-09-07
- 30-day average
- 0.021384
- Days with data: 30
- 30-day change
- +5.20%
- since 2026-08-28
0.022096
0.020942026-08-28 → 2026-09-26
| Date | 1 AFN in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.022096 | 0.00% |
| 2026-09-25 | 0.022096 | +0.14% |
| 2026-09-24 | 0.022064 | +1.74% |
| 2026-09-23 | 0.021687 | +0.08% |
| 2026-09-22 | 0.02167 | +0.47% |
| 2026-09-21 | 0.021568 | -0.34% |
| 2026-09-20 | 0.021643 | -1.66% |
| 2026-09-19 | 0.022007 | +2.11% |
| 2026-09-18 | 0.021554 | -0.11% |
| 2026-09-17 | 0.021577 | +0.54% |
| 2026-09-16 | 0.021461 | +0.05% |
| 2026-09-15 | 0.021449 | -0.46% |
| 2026-09-14 | 0.021547 | +0.08% |
| 2026-09-13 | 0.02153 | +2.23% |
| 2026-09-12 | 0.021061 | -0.64% |
| Date | 1 AFN in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.021196 | +0.74% |
| 2026-09-10 | 0.02104 | -0.40% |
| 2026-09-09 | 0.021125 | +0.16% |
| 2026-09-08 | 0.021092 | +0.73% |
| 2026-09-07 | 0.02094 | -2.10% |
| 2026-09-06 | 0.021389 | +1.90% |
| 2026-09-05 | 0.020991 | +0.22% |
| 2026-09-04 | 0.020944 | -0.10% |
| 2026-09-03 | 0.020966 | -0.82% |
| 2026-09-02 | 0.021139 | +0.45% |
| 2026-09-01 | 0.021044 | -0.89% |
| 2026-08-31 | 0.021233 | -0.15% |
| 2026-08-30 | 0.021265 | +0.54% |
| 2026-08-29 | 0.021151 | +0.70% |
| 2026-08-28 | 0.021004 | — |
AFN to CAD conversion table
1 AFN0.022096 CAD
5 AFN0.11048 CAD
10 AFN0.22096 CAD
25 AFN0.55239 CAD
50 AFN1.1048 CAD
100 AFN2.2096 CAD
500 AFN11.0478 CAD
1,000 AFN22.0956 CAD
5,000 AFN110.4781 CAD
10,000 AFN220.9561 CAD
Get the AFN/CAD rate in your app
One GET request returns the latest AFN → 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/AFN/CAD"fetch('https://rate-api.com/api/v1/pair/AFN/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AFN = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AFN/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AFN = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AFN/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AFN = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "AFN",
"to": "CAD"
},
"rate": 0.0221,
"timestamp": 1790435211,
"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 AFNCanadian Dollar → Afghan Afghani45.2579Convert AFN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.