Convert LAK to RUB
Laotian Kip → Russian Ruble
1 LAK = 0.00379338 RUB(1 RUB = 263.61733 LAK)
Currency converter
1 LAK =
0.0037934 RUB
LAK to RUB: last 30 days
Over the last 30 days, 1 LAK traded between 0.0037334 and 0.0039072 RUB, averaging 0.0038031 RUB. The LAK/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 0.0039072
- 2026-09-03
- 30-day low
- 0.0037334
- 2026-09-22
- 30-day average
- 0.0038031
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
0.0039072
0.00373342026-08-28 → 2026-09-26
| Date | 1 LAK in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.0037934 | 0.00% |
| 2026-09-25 | 0.0037934 | +0.28% |
| 2026-09-24 | 0.0037829 | +0.69% |
| 2026-09-23 | 0.0037569 | +0.63% |
| 2026-09-22 | 0.0037334 | -0.60% |
| 2026-09-21 | 0.0037561 | -0.09% |
| 2026-09-20 | 0.0037595 | +0.13% |
| 2026-09-19 | 0.0037547 | -0.58% |
| 2026-09-18 | 0.0037765 | +0.50% |
| 2026-09-17 | 0.0037577 | +0.02% |
| 2026-09-16 | 0.0037568 | -0.52% |
| 2026-09-15 | 0.0037764 | +0.04% |
| 2026-09-14 | 0.0037749 | -0.24% |
| 2026-09-13 | 0.003784 | +0.56% |
| 2026-09-12 | 0.003763 | +0.47% |
| Date | 1 LAK in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.0037454 | -1.32% |
| 2026-09-10 | 0.0037954 | -1.25% |
| 2026-09-09 | 0.0038435 | -0.04% |
| 2026-09-08 | 0.0038449 | -0.61% |
| 2026-09-07 | 0.0038684 | +0.12% |
| 2026-09-06 | 0.0038638 | +1.09% |
| 2026-09-05 | 0.0038222 | -0.99% |
| 2026-09-04 | 0.0038606 | -1.19% |
| 2026-09-03 | 0.0039072 | +1.04% |
| 2026-09-02 | 0.0038668 | +0.48% |
| 2026-09-01 | 0.0038485 | +0.79% |
| 2026-08-31 | 0.0038183 | -0.48% |
| 2026-08-30 | 0.0038368 | +0.01% |
| 2026-08-29 | 0.0038364 | +0.59% |
| 2026-08-28 | 0.0038141 | — |
LAK to RUB conversion table
1 LAK0.0037934 RUB
5 LAK0.018967 RUB
10 LAK0.037934 RUB
25 LAK0.094834 RUB
50 LAK0.18967 RUB
100 LAK0.37934 RUB
500 LAK1.8967 RUB
1,000 LAK3.7934 RUB
5,000 LAK18.9669 RUB
10,000 LAK37.9338 RUB
Get the LAK/RUB rate in your app
One GET request returns the latest LAK → RUB 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/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/RUB?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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "RUB"
},
"rate": 0.003793,
"timestamp": 1790435208,
"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
RUB to LAKRussian Ruble → Laotian Kip263.6173Convert LAK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.