Convert CAD to ALL
Canadian Dollar → Albanian Lek
1 CAD = 57.064244 ALL(1 ALL = 0.0175241 CAD)
Currency converter
1 CAD =
57.0642 ALL
CAD to ALL: last 30 days
Over the last 30 days, 1 CAD traded between 56.7877 and 57.6332 ALL, averaging 57.1797 ALL. The CAD/ALL rate is down 0.65% since 2026-08-29.
- 30-day high
- 57.6332
- 2026-09-03
- 30-day low
- 56.7877
- 2026-09-23
- 30-day average
- 57.1797
- Days with data: 30
- 30-day change
- -0.65%
- since 2026-08-29
57.6332
56.78772026-08-29 → 2026-09-27
| Date | 1 CAD in ALL | Daily change |
|---|---|---|
| 2026-09-27 | 57.0642 | 0.00% |
| 2026-09-26 | 57.0642 | +0.25% |
| 2026-09-25 | 56.9235 | -0.06% |
| 2026-09-24 | 56.957 | +0.30% |
| 2026-09-23 | 56.7877 | -0.00% |
| 2026-09-22 | 56.789 | -0.31% |
| 2026-09-21 | 56.9637 | +0.09% |
| 2026-09-20 | 56.9147 | +0.01% |
| 2026-09-19 | 56.9114 | -0.28% |
| 2026-09-18 | 57.0699 | +0.46% |
| 2026-09-17 | 56.8061 | -0.39% |
| 2026-09-16 | 57.0295 | -0.20% |
| 2026-09-15 | 57.1438 | +0.20% |
| 2026-09-14 | 57.0315 | -0.21% |
| 2026-09-13 | 57.1522 | -0.05% |
| Date | 1 CAD in ALL | Daily change |
|---|---|---|
| 2026-09-12 | 57.1793 | -0.10% |
| 2026-09-11 | 57.2364 | -0.04% |
| 2026-09-10 | 57.2585 | -0.46% |
| 2026-09-09 | 57.5209 | +0.16% |
| 2026-09-08 | 57.4317 | +0.06% |
| 2026-09-07 | 57.3949 | -0.14% |
| 2026-09-06 | 57.473 | -0.03% |
| 2026-09-05 | 57.4923 | +0.11% |
| 2026-09-04 | 57.4282 | -0.36% |
| 2026-09-03 | 57.6332 | +0.69% |
| 2026-09-02 | 57.2356 | -0.19% |
| 2026-09-01 | 57.3441 | +0.12% |
| 2026-08-31 | 57.2747 | -0.29% |
| 2026-08-30 | 57.4426 | +0.01% |
| 2026-08-29 | 57.4384 | — |
CAD to ALL conversion table
1 CAD57.0642 ALL
5 CAD285.3212 ALL
10 CAD570.6424 ALL
25 CAD1,426.6061 ALL
50 CAD2,853.2122 ALL
100 CAD5,706.4244 ALL
500 CAD28,532.122 ALL
1,000 CAD57,064.244 ALL
5,000 CAD285,321.22 ALL
10,000 CAD570,642.44 ALL
Get the CAD/ALL rate in your app
One GET request returns the latest CAD → ALL 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/ALL"fetch('https://rate-api.com/api/v1/pair/CAD/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ALL');
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']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ALL"
},
"rate": 57.0642,
"timestamp": 1790470783,
"date": "2026-09-27"
}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
ALL to CADAlbanian Lek → Canadian Dollar0.017524Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.