Convert INR to LAK
Indian Rupee → Laotian Kip
1 INR = 233.17432 LAK(1 LAK = 0.00428864 INR)
Currency converter
1 INR =
233.1743 LAK
INR to LAK: last 30 days
Over the last 30 days, 1 INR traded between 233.0857 and 237.6317 LAK, averaging 234.8648 LAK. The INR/LAK rate is down 0.98% since 2026-08-29.
- 30-day high
- 237.6317
- 2026-09-05
- 30-day low
- 233.0857
- 2026-09-13
- 30-day average
- 234.8648
- Days with data: 30
- 30-day change
- -0.98%
- since 2026-08-29
237.6317
233.08572026-08-29 → 2026-09-27
| Date | 1 INR in LAK | Daily change |
|---|---|---|
| 2026-09-27 | 233.1743 | 0.00% |
| 2026-09-26 | 233.1743 | -0.31% |
| 2026-09-25 | 233.8921 | +0.08% |
| 2026-09-24 | 233.7167 | -0.27% |
| 2026-09-23 | 234.3598 | -0.14% |
| 2026-09-22 | 234.6994 | +0.36% |
| 2026-09-21 | 233.8522 | +0.25% |
| 2026-09-20 | 233.2712 | -0.50% |
| 2026-09-19 | 234.4353 | +0.46% |
| 2026-09-18 | 233.3645 | -0.12% |
| 2026-09-17 | 233.6386 | +0.04% |
| 2026-09-16 | 233.5557 | +0.15% |
| 2026-09-15 | 233.2109 | -0.48% |
| 2026-09-14 | 234.3425 | +0.54% |
| 2026-09-13 | 233.0857 | -0.45% |
| Date | 1 INR in LAK | Daily change |
|---|---|---|
| 2026-09-12 | 234.1299 | -0.20% |
| 2026-09-11 | 234.5877 | -0.02% |
| 2026-09-10 | 234.6449 | -0.08% |
| 2026-09-09 | 234.843 | -0.71% |
| 2026-09-08 | 236.5151 | -0.18% |
| 2026-09-07 | 236.9534 | -0.06% |
| 2026-09-06 | 237.0914 | -0.23% |
| 2026-09-05 | 237.6317 | +0.03% |
| 2026-09-04 | 237.5599 | +0.47% |
| 2026-09-03 | 236.4583 | +0.01% |
| 2026-09-02 | 236.4312 | +0.09% |
| 2026-09-01 | 236.2257 | -0.15% |
| 2026-08-31 | 236.5785 | +0.66% |
| 2026-08-30 | 235.0273 | -0.20% |
| 2026-08-29 | 235.4917 | — |
INR to LAK conversion table
1 INR233.1743 LAK
5 INR1,165.8716 LAK
10 INR2,331.7432 LAK
25 INR5,829.3579 LAK
50 INR11,658.716 LAK
100 INR23,317.432 LAK
500 INR116,587.16 LAK
1,000 INR233,174.32 LAK
5,000 INR1,165,871.6 LAK
10,000 INR2,331,743.2 LAK
Get the INR/LAK rate in your app
One GET request returns the latest INR → 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/INR/LAK"fetch('https://rate-api.com/api/v1/pair/INR/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/LAK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "LAK"
},
"rate": 233.1743,
"timestamp": 1790470866,
"date": "2026-09-27"
}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 INRLaotian Kip → Indian Rupee0.0042886Convert INR to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.