Convert ALL to AUD
Albanian Lek → Australian Dollar
1 ALL = 0.0176687 AUD(1 AUD = 56.597112 ALL)
Currency converter
1 ALL =
0.017669 AUD
ALL to AUD: last 30 days
Over the last 30 days, 1 ALL traded between 0.017465 and 0.01771 AUD, averaging 0.017578 AUD. The ALL/AUD rate is up 0.77% since 2026-08-28.
- 30-day high
- 0.01771
- 2026-09-14
- 30-day low
- 0.017465
- 2026-08-30
- 30-day average
- 0.017578
- Days with data: 30
- 30-day change
- +0.77%
- since 2026-08-28
0.01771
0.0174652026-08-28 → 2026-09-26
| Date | 1 ALL in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.017669 | 0.00% |
| 2026-09-25 | 0.017669 | -0.17% |
| 2026-09-24 | 0.017699 | +0.08% |
| 2026-09-23 | 0.017685 | +0.29% |
| 2026-09-22 | 0.017634 | +0.41% |
| 2026-09-21 | 0.017563 | -0.29% |
| 2026-09-20 | 0.017614 | -0.01% |
| 2026-09-19 | 0.017615 | +0.28% |
| 2026-09-18 | 0.017566 | -0.65% |
| 2026-09-17 | 0.017682 | +0.25% |
| 2026-09-16 | 0.017638 | -0.03% |
| 2026-09-15 | 0.017643 | -0.38% |
| 2026-09-14 | 0.01771 | +0.60% |
| 2026-09-13 | 0.017603 | +0.05% |
| 2026-09-12 | 0.017595 | +0.10% |
| Date | 1 ALL in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.017577 | -0.09% |
| 2026-09-10 | 0.017594 | +0.67% |
| 2026-09-09 | 0.017477 | -0.03% |
| 2026-09-08 | 0.017483 | +0.04% |
| 2026-09-07 | 0.017475 | -0.16% |
| 2026-09-06 | 0.017503 | +0.03% |
| 2026-09-05 | 0.017497 | -0.11% |
| 2026-09-04 | 0.017517 | +0.15% |
| 2026-09-03 | 0.01749 | -0.37% |
| 2026-09-02 | 0.017554 | -0.16% |
| 2026-09-01 | 0.017583 | +0.15% |
| 2026-08-31 | 0.017557 | +0.52% |
| 2026-08-30 | 0.017465 | -0.01% |
| 2026-08-29 | 0.017466 | -0.38% |
| 2026-08-28 | 0.017534 | — |
ALL to AUD conversion table
1 ALL0.017669 AUD
5 ALL0.088344 AUD
10 ALL0.17669 AUD
25 ALL0.44172 AUD
50 ALL0.88344 AUD
100 ALL1.7669 AUD
500 ALL8.8344 AUD
1,000 ALL17.6687 AUD
5,000 ALL88.3437 AUD
10,000 ALL176.6875 AUD
Get the ALL/AUD rate in your app
One GET request returns the latest ALL → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/ALL/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ALL = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ALL/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ALL = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ALL/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "ALL",
"to": "AUD"
},
"rate": 0.0177,
"timestamp": 1790435055,
"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
AUD to ALLAustralian Dollar → Albanian Lek56.5971Convert ALL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.