Convert AUD to ALL
Australian Dollar → Albanian Lek
1 AUD = 56.737057 ALL(1 ALL = 0.0176252 AUD)
Currency converter
1 AUD =
56.7371 ALL
AUD to ALL: last 30 days
Over the last 30 days, 1 AUD traded between 56.4663 and 57.2566 ALL, averaging 56.8835 ALL. The AUD/ALL rate is down 0.90% since 2026-08-29.
- 30-day high
- 57.2566
- 2026-08-30
- 30-day low
- 56.4663
- 2026-09-14
- 30-day average
- 56.8835
- Days with data: 30
- 30-day change
- -0.90%
- since 2026-08-29
57.2566
56.46632026-08-29 → 2026-09-27
| Date | 1 AUD in ALL | Daily change |
|---|---|---|
| 2026-09-27 | 56.7371 | 0.00% |
| 2026-09-26 | 56.7371 | +0.25% |
| 2026-09-25 | 56.5971 | +0.17% |
| 2026-09-24 | 56.4993 | -0.08% |
| 2026-09-23 | 56.545 | -0.29% |
| 2026-09-22 | 56.7082 | -0.41% |
| 2026-09-21 | 56.9393 | +0.29% |
| 2026-09-20 | 56.7729 | +0.01% |
| 2026-09-19 | 56.7696 | -0.28% |
| 2026-09-18 | 56.9277 | +0.66% |
| 2026-09-17 | 56.5556 | -0.25% |
| 2026-09-16 | 56.696 | +0.03% |
| 2026-09-15 | 56.6796 | +0.38% |
| 2026-09-14 | 56.4663 | -0.60% |
| 2026-09-13 | 56.8079 | -0.05% |
| Date | 1 AUD in ALL | Daily change |
|---|---|---|
| 2026-09-12 | 56.8348 | -0.10% |
| 2026-09-11 | 56.8916 | +0.09% |
| 2026-09-10 | 56.8388 | -0.66% |
| 2026-09-09 | 57.2176 | +0.03% |
| 2026-09-08 | 57.1996 | -0.04% |
| 2026-09-07 | 57.2252 | +0.16% |
| 2026-09-06 | 57.1335 | -0.03% |
| 2026-09-05 | 57.1527 | +0.11% |
| 2026-09-04 | 57.089 | -0.15% |
| 2026-09-03 | 57.1771 | +0.37% |
| 2026-09-02 | 56.9656 | +0.16% |
| 2026-09-01 | 56.8732 | -0.15% |
| 2026-08-31 | 56.9588 | -0.52% |
| 2026-08-30 | 57.2566 | +0.01% |
| 2026-08-29 | 57.2525 | — |
AUD to ALL conversion table
1 AUD56.7371 ALL
5 AUD283.6853 ALL
10 AUD567.3706 ALL
25 AUD1,418.4264 ALL
50 AUD2,836.8528 ALL
100 AUD5,673.7057 ALL
500 AUD28,368.528 ALL
1,000 AUD56,737.057 ALL
5,000 AUD283,685.28 ALL
10,000 AUD567,370.57 ALL
Get the AUD/ALL rate in your app
One GET request returns the latest AUD → 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/AUD/ALL"fetch('https://rate-api.com/api/v1/pair/AUD/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/ALL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "ALL"
},
"rate": 56.7371,
"timestamp": 1790490076,
"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 AUDAlbanian Lek → Australian Dollar0.017625Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.