Convert RUB to LAK
Russian Ruble → Laotian Kip
1 RUB = 263.61733 LAK(1 LAK = 0.00379338 RUB)
Currency converter
1 RUB =
263.6173 LAK
RUB to LAK: last 30 days
Over the last 30 days, 1 RUB traded between 255.941 and 267.8531 LAK, averaging 262.9829 LAK. The RUB/LAK rate is up 0.55% since 2026-08-28.
- 30-day high
- 267.8531
- 2026-09-22
- 30-day low
- 255.941
- 2026-09-03
- 30-day average
- 262.9829
- Days with data: 30
- 30-day change
- +0.55%
- since 2026-08-28
267.8531
255.9412026-08-28 → 2026-09-26
| Date | 1 RUB in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 263.6173 | 0.00% |
| 2026-09-25 | 263.6173 | -0.28% |
| 2026-09-24 | 264.3484 | -0.69% |
| 2026-09-23 | 266.1743 | -0.63% |
| 2026-09-22 | 267.8531 | +0.61% |
| 2026-09-21 | 266.2358 | +0.09% |
| 2026-09-20 | 265.9933 | -0.13% |
| 2026-09-19 | 266.3328 | +0.58% |
| 2026-09-18 | 264.7941 | -0.50% |
| 2026-09-17 | 266.1229 | -0.02% |
| 2026-09-16 | 266.1828 | +0.52% |
| 2026-09-15 | 264.8034 | -0.04% |
| 2026-09-14 | 264.9085 | +0.24% |
| 2026-09-13 | 264.2677 | -0.56% |
| 2026-09-12 | 265.7464 | -0.47% |
| Date | 1 RUB in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 266.9977 | +1.34% |
| 2026-09-10 | 263.4784 | +1.27% |
| 2026-09-09 | 260.1807 | +0.04% |
| 2026-09-08 | 260.0818 | +0.61% |
| 2026-09-07 | 258.5065 | -0.12% |
| 2026-09-06 | 258.8157 | -1.08% |
| 2026-09-05 | 261.6287 | +1.00% |
| 2026-09-04 | 259.0286 | +1.21% |
| 2026-09-03 | 255.941 | -1.03% |
| 2026-09-02 | 258.6113 | -0.47% |
| 2026-09-01 | 259.8448 | -0.78% |
| 2026-08-31 | 261.8945 | +0.48% |
| 2026-08-30 | 260.6306 | -0.01% |
| 2026-08-29 | 260.66 | -0.58% |
| 2026-08-28 | 262.188 | — |
RUB to LAK conversion table
1 RUB263.6173 LAK
5 RUB1,318.0867 LAK
10 RUB2,636.1733 LAK
25 RUB6,590.4333 LAK
50 RUB13,180.867 LAK
100 RUB26,361.733 LAK
500 RUB131,808.67 LAK
1,000 RUB263,617.33 LAK
5,000 RUB1,318,086.7 LAK
10,000 RUB2,636,173.3 LAK
Get the RUB/LAK rate in your app
One GET request returns the latest RUB → 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/RUB/LAK"fetch('https://rate-api.com/api/v1/pair/RUB/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/LAK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "LAK"
},
"rate": 263.6173,
"timestamp": 1790437924,
"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 RUBLaotian Kip → Russian Ruble0.0037934Convert RUB to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.