Convert ALL to CAD
Albanian Lek → Canadian Dollar
1 ALL = 0.0175674 CAD(1 CAD = 56.923492 ALL)
Currency converter
1 ALL =
0.017567 CAD
ALL to CAD: last 30 days
Over the last 30 days, 1 ALL traded between 0.017351 and 0.017609 CAD, averaging 0.017489 CAD. The ALL/CAD rate is up 0.52% since 2026-08-28.
- 30-day high
- 0.017609
- 2026-09-23
- 30-day low
- 0.017351
- 2026-09-03
- 30-day average
- 0.017489
- Days with data: 30
- 30-day change
- +0.52%
- since 2026-08-28
0.017609
0.0173512026-08-28 → 2026-09-26
| Date | 1 ALL in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.017567 | 0.00% |
| 2026-09-25 | 0.017567 | +0.06% |
| 2026-09-24 | 0.017557 | -0.30% |
| 2026-09-23 | 0.017609 | +0.00% |
| 2026-09-22 | 0.017609 | +0.31% |
| 2026-09-21 | 0.017555 | -0.09% |
| 2026-09-20 | 0.01757 | -0.01% |
| 2026-09-19 | 0.017571 | +0.28% |
| 2026-09-18 | 0.017522 | -0.46% |
| 2026-09-17 | 0.017604 | +0.39% |
| 2026-09-16 | 0.017535 | +0.20% |
| 2026-09-15 | 0.0175 | -0.20% |
| 2026-09-14 | 0.017534 | +0.21% |
| 2026-09-13 | 0.017497 | +0.05% |
| 2026-09-12 | 0.017489 | +0.10% |
| Date | 1 ALL in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.017471 | +0.04% |
| 2026-09-10 | 0.017465 | +0.46% |
| 2026-09-09 | 0.017385 | -0.16% |
| 2026-09-08 | 0.017412 | -0.06% |
| 2026-09-07 | 0.017423 | +0.14% |
| 2026-09-06 | 0.017399 | +0.03% |
| 2026-09-05 | 0.017394 | -0.11% |
| 2026-09-04 | 0.017413 | +0.36% |
| 2026-09-03 | 0.017351 | -0.69% |
| 2026-09-02 | 0.017472 | +0.19% |
| 2026-09-01 | 0.017439 | -0.12% |
| 2026-08-31 | 0.01746 | +0.29% |
| 2026-08-30 | 0.017409 | -0.01% |
| 2026-08-29 | 0.01741 | -0.38% |
| 2026-08-28 | 0.017477 | — |
ALL to CAD conversion table
1 ALL0.017567 CAD
5 ALL0.087837 CAD
10 ALL0.17567 CAD
25 ALL0.43919 CAD
50 ALL0.87837 CAD
100 ALL1.7567 CAD
500 ALL8.7837 CAD
1,000 ALL17.5674 CAD
5,000 ALL87.8372 CAD
10,000 ALL175.6744 CAD
Get the ALL/CAD rate in your app
One GET request returns the latest ALL → 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/ALL/CAD"fetch('https://rate-api.com/api/v1/pair/ALL/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ALL = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ALL/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ALL = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ALL/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ALL = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "ALL",
"to": "CAD"
},
"rate": 0.0176,
"timestamp": 1790435067,
"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 ALLCanadian Dollar → Albanian Lek56.9235Convert ALL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.