Convert CAD to AZN
Canadian Dollar → Azerbaijani Manat
1 CAD = 1.202028 AZN(1 AZN = 0.831928 CAD)
Currency converter
1 CAD =
1.202 AZN
CAD to AZN: last 30 days
Over the last 30 days, 1 CAD traded between 1.2004 and 1.2355 AZN, averaging 1.2215 AZN. The CAD/AZN rate is down 2.04% since 2026-08-28.
- 30-day high
- 1.2355
- 2026-09-09
- 30-day low
- 1.2004
- 2026-09-18
- 30-day average
- 1.2215
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
1.2355
1.20042026-08-28 → 2026-09-26
| Date | 1 CAD in AZN | Daily change |
|---|---|---|
| 2026-09-26 | 1.202 | 0.00% |
| 2026-09-25 | 1.202 | -0.18% |
| 2026-09-24 | 1.2042 | -0.20% |
| 2026-09-23 | 1.2066 | -0.32% |
| 2026-09-22 | 1.2105 | -0.28% |
| 2026-09-21 | 1.2139 | -0.06% |
| 2026-09-20 | 1.2146 | +0.10% |
| 2026-09-19 | 1.2134 | +1.09% |
| 2026-09-18 | 1.2004 | -1.18% |
| 2026-09-17 | 1.2147 | -0.40% |
| 2026-09-16 | 1.2196 | -0.14% |
| 2026-09-15 | 1.2213 | -0.24% |
| 2026-09-14 | 1.2242 | -0.29% |
| 2026-09-13 | 1.2278 | +0.08% |
| 2026-09-12 | 1.2267 | -0.00% |
| Date | 1 CAD in AZN | Daily change |
|---|---|---|
| 2026-09-11 | 1.2267 | -0.30% |
| 2026-09-10 | 1.2305 | -0.41% |
| 2026-09-09 | 1.2355 | +0.33% |
| 2026-09-08 | 1.2314 | +0.11% |
| 2026-09-07 | 1.2301 | -0.24% |
| 2026-09-06 | 1.2331 | +0.10% |
| 2026-09-05 | 1.2319 | -0.00% |
| 2026-09-04 | 1.2319 | -0.06% |
| 2026-09-03 | 1.2326 | +0.97% |
| 2026-09-02 | 1.2208 | -0.27% |
| 2026-09-01 | 1.2241 | -0.62% |
| 2026-08-31 | 1.2317 | +0.28% |
| 2026-08-30 | 1.2283 | -0.00% |
| 2026-08-29 | 1.2283 | +0.09% |
| 2026-08-28 | 1.2271 | — |
CAD to AZN conversion table
1 CAD1.202 AZN
5 CAD6.0101 AZN
10 CAD12.0203 AZN
25 CAD30.0507 AZN
50 CAD60.1014 AZN
100 CAD120.2028 AZN
500 CAD601.0138 AZN
1,000 CAD1,202.0275 AZN
5,000 CAD6,010.1377 AZN
10,000 CAD12,020.275 AZN
Get the CAD/AZN rate in your app
One GET request returns the latest CAD → AZN 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/AZN"fetch('https://rate-api.com/api/v1/pair/CAD/AZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} AZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/AZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} AZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/AZN');
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']} AZN\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "AZN"
},
"rate": 1.202,
"timestamp": 1790429421,
"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
AZN to CADAzerbaijani Manat → Canadian Dollar0.83193Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.