Convert LAK to EUR
Laotian Kip → Euro
1 LAK = 0.000039131 EUR(1 EUR = 25,555.169 LAK)
Currency converter
1 LAK =
0.000039131 EUR
LAK to EUR: last 30 days
Over the last 30 days, 1 LAK traded between 0.000038235 and 0.000039226 EUR, averaging 0.000038639 EUR. The LAK/EUR rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.000039226
- 2026-09-24
- 30-day low
- 0.000038235
- 2026-08-29
- 30-day average
- 0.000038639
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.000039226
0.0000382352026-08-28 → 2026-09-26
| Date | 1 LAK in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.000039131 | 0.00% |
| 2026-09-25 | 0.000039131 | -0.24% |
| 2026-09-24 | 0.000039226 | +0.43% |
| 2026-09-23 | 0.000039057 | +0.44% |
| 2026-09-22 | 0.000038884 | +0.11% |
| 2026-09-21 | 0.00003884 | -0.45% |
| 2026-09-20 | 0.000039015 | +0.50% |
| 2026-09-19 | 0.000038821 | -0.46% |
| 2026-09-18 | 0.000038999 | +0.36% |
| 2026-09-17 | 0.000038857 | +0.47% |
| 2026-09-16 | 0.000038675 | -0.13% |
| 2026-09-15 | 0.000038725 | +0.17% |
| 2026-09-14 | 0.000038659 | -0.18% |
| 2026-09-13 | 0.00003873 | +0.45% |
| 2026-09-12 | 0.000038557 | +0.20% |
| Date | 1 LAK in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.000038482 | +0.11% |
| 2026-09-10 | 0.000038442 | +0.05% |
| 2026-09-09 | 0.000038423 | +0.09% |
| 2026-09-08 | 0.00003839 | -0.11% |
| 2026-09-07 | 0.00003843 | +0.06% |
| 2026-09-06 | 0.000038408 | +0.23% |
| 2026-09-05 | 0.00003832 | -0.03% |
| 2026-09-04 | 0.000038332 | -0.52% |
| 2026-09-03 | 0.000038534 | +0.18% |
| 2026-09-02 | 0.000038466 | -0.00% |
| 2026-09-01 | 0.000038467 | +0.43% |
| 2026-08-31 | 0.000038302 | -0.02% |
| 2026-08-30 | 0.00003831 | +0.20% |
| 2026-08-29 | 0.000038235 | -0.24% |
| 2026-08-28 | 0.000038327 | — |
LAK to EUR conversion table
1 LAK0.000039131 EUR
5 LAK0.00019566 EUR
10 LAK0.00039131 EUR
25 LAK0.00097828 EUR
50 LAK0.0019566 EUR
100 LAK0.0039131 EUR
500 LAK0.019566 EUR
1,000 LAK0.039131 EUR
5,000 LAK0.19566 EUR
10,000 LAK0.39131 EUR
Get the LAK/EUR rate in your app
One GET request returns the latest LAK → 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/LAK/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LAK = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "EUR"
},
"rate": 3.9e-5,
"timestamp": 1790435234,
"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 LAKEuro → Laotian Kip25,555.169Convert LAK to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.