Convert EUR to LKR
Euro → Sri Lankan Rupee
1 EUR = 376.33628 LKR(1 LKR = 0.0026572 EUR)
Currency converter
1 EUR =
376.3363 LKR
EUR to LKR: last 30 days
Over the last 30 days, 1 EUR traded between 375.0439 and 382.5792 LKR, averaging 380.0855 LKR. The EUR/LKR rate is down 1.47% since 2026-08-28.
- 30-day high
- 382.5792
- 2026-09-09
- 30-day low
- 375.0439
- 2026-09-24
- 30-day average
- 380.0855
- Days with data: 30
- 30-day change
- -1.47%
- since 2026-08-28
382.5792
375.04392026-08-28 → 2026-09-26
| Date | 1 EUR in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 376.3363 | 0.00% |
| 2026-09-25 | 376.3363 | +0.34% |
| 2026-09-24 | 375.0439 | -0.17% |
| 2026-09-23 | 375.6773 | -0.91% |
| 2026-09-22 | 379.1362 | -0.26% |
| 2026-09-21 | 380.1346 | +0.30% |
| 2026-09-20 | 378.997 | -0.12% |
| 2026-09-19 | 379.4626 | -0.15% |
| 2026-09-18 | 380.0468 | -0.42% |
| 2026-09-17 | 381.6533 | +0.38% |
| 2026-09-16 | 380.2181 | +0.19% |
| 2026-09-15 | 379.4819 | +0.01% |
| 2026-09-14 | 379.4461 | -0.38% |
| 2026-09-13 | 380.9067 | -0.00% |
| 2026-09-12 | 380.9247 | +0.01% |
| Date | 1 EUR in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 380.8692 | -0.21% |
| 2026-09-10 | 381.665 | -0.24% |
| 2026-09-09 | 382.5792 | +0.42% |
| 2026-09-08 | 380.9784 | -0.10% |
| 2026-09-07 | 381.3716 | +0.02% |
| 2026-09-06 | 381.3097 | -0.04% |
| 2026-09-05 | 381.4583 | +0.12% |
| 2026-09-04 | 380.9906 | -0.02% |
| 2026-09-03 | 381.0534 | +0.34% |
| 2026-09-02 | 379.75 | -0.08% |
| 2026-09-01 | 380.057 | -0.26% |
| 2026-08-31 | 381.0594 | -0.19% |
| 2026-08-30 | 381.7666 | -0.04% |
| 2026-08-29 | 381.9158 | -0.01% |
| 2026-08-28 | 381.9391 | — |
EUR to LKR conversion table
1 EUR376.3363 LKR
5 EUR1,881.6814 LKR
10 EUR3,763.3628 LKR
25 EUR9,408.4069 LKR
50 EUR18,816.814 LKR
100 EUR37,633.628 LKR
500 EUR188,168.14 LKR
1,000 EUR376,336.28 LKR
5,000 EUR1,881,681.4 LKR
10,000 EUR3,763,362.8 LKR
Get the EUR/LKR rate in your app
One GET request returns the latest EUR → LKR 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/LKR"fetch('https://rate-api.com/api/v1/pair/EUR/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/LKR');
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']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "LKR"
},
"rate": 376.3363,
"timestamp": 1790439667,
"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
LKR to EURSri Lankan Rupee → Euro0.0026572Convert EUR to other currencies
Convert other currencies to LKR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.