Convert EUR to ALL
Euro → Albanian Lek
1 EUR = 91.800516 ALL(1 ALL = 0.0108932 EUR)
Currency converter
1 EUR =
91.8005 ALL
EUR to ALL: last 30 days
Over the last 30 days, 1 EUR traded between 91.2746 and 92.6556 ALL, averaging 91.9093 ALL. The EUR/ALL rate is down 0.54% since 2026-08-28.
- 30-day high
- 92.6556
- 2026-08-30
- 30-day low
- 91.2746
- 2026-09-17
- 30-day average
- 91.9093
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
92.6556
91.27462026-08-28 → 2026-09-26
| Date | 1 EUR in ALL | Daily change |
|---|---|---|
| 2026-09-26 | 91.8005 | 0.00% |
| 2026-09-25 | 91.8005 | +0.44% |
| 2026-09-24 | 91.3989 | +0.11% |
| 2026-09-23 | 91.2975 | -0.14% |
| 2026-09-22 | 91.4227 | -0.26% |
| 2026-09-21 | 91.6582 | +0.31% |
| 2026-09-20 | 91.3792 | +0.01% |
| 2026-09-19 | 91.3739 | -0.28% |
| 2026-09-18 | 91.6284 | +0.39% |
| 2026-09-17 | 91.2746 | -0.48% |
| 2026-09-16 | 91.7112 | -0.08% |
| 2026-09-15 | 91.7856 | +0.33% |
| 2026-09-14 | 91.4831 | -0.36% |
| 2026-09-13 | 91.8109 | -0.05% |
| 2026-09-12 | 91.8543 | -0.10% |
| Date | 1 EUR in ALL | Daily change |
|---|---|---|
| 2026-09-11 | 91.9461 | +0.06% |
| 2026-09-10 | 91.8924 | -0.42% |
| 2026-09-09 | 92.278 | +0.21% |
| 2026-09-08 | 92.0809 | -0.11% |
| 2026-09-07 | 92.1852 | +0.01% |
| 2026-09-06 | 92.1769 | -0.03% |
| 2026-09-05 | 92.2079 | +0.11% |
| 2026-09-04 | 92.1052 | -0.24% |
| 2026-09-03 | 92.3244 | +0.05% |
| 2026-09-02 | 92.277 | -0.03% |
| 2026-09-01 | 92.3025 | +0.08% |
| 2026-08-31 | 92.2245 | -0.47% |
| 2026-08-30 | 92.6556 | +0.01% |
| 2026-08-29 | 92.6489 | +0.38% |
| 2026-08-28 | 92.2944 | — |
EUR to ALL conversion table
1 EUR91.8005 ALL
5 EUR459.0026 ALL
10 EUR918.0052 ALL
25 EUR2,295.0129 ALL
50 EUR4,590.0258 ALL
100 EUR9,180.0516 ALL
500 EUR45,900.258 ALL
1,000 EUR91,800.516 ALL
5,000 EUR459,002.58 ALL
10,000 EUR918,005.16 ALL
Get the EUR/ALL rate in your app
One GET request returns the latest EUR → 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/EUR/ALL"fetch('https://rate-api.com/api/v1/pair/EUR/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/ALL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "ALL"
},
"rate": 91.8005,
"timestamp": 1790439651,
"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
ALL to EURAlbanian Lek → Euro0.010893Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.