Convert ALL to EUR
Albanian Lek → Euro
1 ALL = 0.0108932 EUR(1 EUR = 91.800516 ALL)
Currency converter
1 ALL =
0.010893 EUR
ALL to EUR: last 30 days
Over the last 30 days, 1 ALL traded between 0.010793 and 0.010956 EUR, averaging 0.01088 EUR. The ALL/EUR rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.010956
- 2026-09-17
- 30-day low
- 0.010793
- 2026-08-30
- 30-day average
- 0.01088
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.010956
0.0107932026-08-28 → 2026-09-26
| Date | 1 ALL in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.010893 | 0.00% |
| 2026-09-25 | 0.010893 | -0.44% |
| 2026-09-24 | 0.010941 | -0.11% |
| 2026-09-23 | 0.010953 | +0.14% |
| 2026-09-22 | 0.010938 | +0.26% |
| 2026-09-21 | 0.01091 | -0.30% |
| 2026-09-20 | 0.010943 | -0.01% |
| 2026-09-19 | 0.010944 | +0.28% |
| 2026-09-18 | 0.010914 | -0.39% |
| 2026-09-17 | 0.010956 | +0.48% |
| 2026-09-16 | 0.010904 | +0.08% |
| 2026-09-15 | 0.010895 | -0.33% |
| 2026-09-14 | 0.010931 | +0.36% |
| 2026-09-13 | 0.010892 | +0.05% |
| 2026-09-12 | 0.010887 | +0.10% |
| Date | 1 ALL in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.010876 | -0.06% |
| 2026-09-10 | 0.010882 | +0.42% |
| 2026-09-09 | 0.010837 | -0.21% |
| 2026-09-08 | 0.01086 | +0.11% |
| 2026-09-07 | 0.010848 | -0.01% |
| 2026-09-06 | 0.010849 | +0.03% |
| 2026-09-05 | 0.010845 | -0.11% |
| 2026-09-04 | 0.010857 | +0.24% |
| 2026-09-03 | 0.010831 | -0.05% |
| 2026-09-02 | 0.010837 | +0.03% |
| 2026-09-01 | 0.010834 | -0.08% |
| 2026-08-31 | 0.010843 | +0.47% |
| 2026-08-30 | 0.010793 | -0.01% |
| 2026-08-29 | 0.010793 | -0.38% |
| 2026-08-28 | 0.010835 | — |
ALL to EUR conversion table
1 ALL0.010893 EUR
5 ALL0.054466 EUR
10 ALL0.10893 EUR
25 ALL0.27233 EUR
50 ALL0.54466 EUR
100 ALL1.0893 EUR
500 ALL5.4466 EUR
1,000 ALL10.8932 EUR
5,000 ALL54.4659 EUR
10,000 ALL108.9319 EUR
Get the ALL/EUR rate in your app
One GET request returns the latest ALL → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/ALL/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ALL = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ALL/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ALL = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ALL/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "ALL",
"to": "EUR"
},
"rate": 0.0109,
"timestamp": 1790437532,
"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
EUR to ALLEuro → Albanian Lek91.8005Convert ALL to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.