Convert LAK to INR
Laotian Kip → Indian Rupee
1 LAK = 0.00427548 INR(1 INR = 233.89211 LAK)
Currency converter
1 LAK =
0.0042755 INR
LAK to INR: last 30 days
Over the last 30 days, 1 LAK traded between 0.0042082 and 0.0042903 INR, averaging 0.0042564 INR. The LAK/INR rate is up 0.44% since 2026-08-28.
- 30-day high
- 0.0042903
- 2026-09-13
- 30-day low
- 0.0042082
- 2026-09-05
- 30-day average
- 0.0042564
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
0.0042903
0.00420822026-08-28 → 2026-09-26
| Date | 1 LAK in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0042755 | 0.00% |
| 2026-09-25 | 0.0042755 | -0.08% |
| 2026-09-24 | 0.0042787 | +0.28% |
| 2026-09-23 | 0.0042669 | +0.14% |
| 2026-09-22 | 0.0042608 | -0.36% |
| 2026-09-21 | 0.0042762 | -0.25% |
| 2026-09-20 | 0.0042869 | +0.50% |
| 2026-09-19 | 0.0042656 | -0.46% |
| 2026-09-18 | 0.0042851 | +0.12% |
| 2026-09-17 | 0.0042801 | -0.04% |
| 2026-09-16 | 0.0042816 | -0.15% |
| 2026-09-15 | 0.004288 | +0.49% |
| 2026-09-14 | 0.0042673 | -0.54% |
| 2026-09-13 | 0.0042903 | +0.45% |
| 2026-09-12 | 0.0042711 | +0.20% |
| Date | 1 LAK in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0042628 | +0.02% |
| 2026-09-10 | 0.0042618 | +0.08% |
| 2026-09-09 | 0.0042582 | +0.71% |
| 2026-09-08 | 0.0042281 | +0.19% |
| 2026-09-07 | 0.0042202 | +0.06% |
| 2026-09-06 | 0.0042178 | +0.23% |
| 2026-09-05 | 0.0042082 | -0.03% |
| 2026-09-04 | 0.0042095 | -0.46% |
| 2026-09-03 | 0.0042291 | -0.01% |
| 2026-09-02 | 0.0042296 | -0.09% |
| 2026-09-01 | 0.0042332 | +0.15% |
| 2026-08-31 | 0.0042269 | -0.66% |
| 2026-08-30 | 0.0042548 | +0.20% |
| 2026-08-29 | 0.0042464 | -0.24% |
| 2026-08-28 | 0.0042567 | — |
LAK to INR conversion table
1 LAK0.0042755 INR
5 LAK0.021377 INR
10 LAK0.042755 INR
25 LAK0.10689 INR
50 LAK0.21377 INR
100 LAK0.42755 INR
500 LAK2.1377 INR
1,000 LAK4.2755 INR
5,000 LAK21.3774 INR
10,000 LAK42.7548 INR
Get the LAK/INR rate in your app
One GET request returns the latest LAK → INR 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/INR?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/INR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/INR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/INR?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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "INR"
},
"rate": 0.004275,
"timestamp": 1790435293,
"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
INR to LAKIndian Rupee → Laotian Kip233.8921Convert LAK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.