Convert EUR to LAK
Euro → Laotian Kip
1 EUR = 25,555.169 LAK(1 LAK = 0.000039131 EUR)
Currency converter
1 EUR =
25,555.169 LAK
EUR to LAK: last 30 days
Over the last 30 days, 1 EUR traded between 25,493.232 and 26,154.172 LAK, averaging 25,881.887 LAK. The EUR/LAK rate is down 2.05% since 2026-08-28.
- 30-day high
- 26,154.172
- 2026-08-29
- 30-day low
- 25,493.232
- 2026-09-24
- 30-day average
- 25,881.887
- Days with data: 30
- 30-day change
- -2.05%
- since 2026-08-28
26,154.172
25,493.2322026-08-28 → 2026-09-26
| Date | 1 EUR in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 25,555.169 | 0.00% |
| 2026-09-25 | 25,555.169 | +0.24% |
| 2026-09-24 | 25,493.232 | -0.43% |
| 2026-09-23 | 25,603.81 | -0.44% |
| 2026-09-22 | 25,717.198 | -0.11% |
| 2026-09-21 | 25,746.525 | +0.45% |
| 2026-09-20 | 25,631.49 | -0.50% |
| 2026-09-19 | 25,759.41 | +0.46% |
| 2026-09-18 | 25,641.751 | -0.36% |
| 2026-09-17 | 25,735.115 | -0.47% |
| 2026-09-16 | 25,856.621 | +0.13% |
| 2026-09-15 | 25,822.922 | -0.17% |
| 2026-09-14 | 25,866.922 | +0.18% |
| 2026-09-13 | 25,819.749 | -0.45% |
| 2026-09-12 | 25,935.422 | -0.20% |
| Date | 1 EUR in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 25,986.137 | -0.11% |
| 2026-09-10 | 26,013.503 | -0.05% |
| 2026-09-09 | 26,025.86 | -0.09% |
| 2026-09-08 | 26,048.716 | +0.11% |
| 2026-09-07 | 26,021.247 | -0.06% |
| 2026-09-06 | 26,036.408 | -0.23% |
| 2026-09-05 | 26,095.738 | +0.03% |
| 2026-09-04 | 26,087.854 | +0.53% |
| 2026-09-03 | 25,951.201 | -0.18% |
| 2026-09-02 | 25,997.007 | +0.00% |
| 2026-09-01 | 25,996.02 | -0.43% |
| 2026-08-31 | 26,108.491 | +0.02% |
| 2026-08-30 | 26,102.59 | -0.20% |
| 2026-08-29 | 26,154.172 | +0.24% |
| 2026-08-28 | 26,091.161 | — |
EUR to LAK conversion table
1 EUR25,555.169 LAK
5 EUR127,775.85 LAK
10 EUR255,551.69 LAK
25 EUR638,879.23 LAK
50 EUR1,277,758.5 LAK
100 EUR2,555,516.9 LAK
500 EUR12,777,585 LAK
1,000 EUR25,555,169 LAK
5,000 EUR127,775,846 LAK
10,000 EUR255,551,693 LAK
Get the EUR/LAK rate in your app
One GET request returns the latest EUR → LAK 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/LAK"fetch('https://rate-api.com/api/v1/pair/EUR/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/LAK');
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']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "LAK"
},
"rate": 25555.1693,
"timestamp": 1790447460,
"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
LAK to EURLaotian Kip → Euro0.000039131Convert EUR to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.