Convert RUB to LKR
Russian Ruble → Sri Lankan Rupee
1 RUB = 3.882141 LKR(1 LKR = 0.25759 RUB)
Currency converter
1 RUB =
3.8821 LKR
RUB to LKR: last 30 days
Over the last 30 days, 1 RUB traded between 3.7581 and 3.9488 LKR, averaging 3.8622 LKR. The RUB/LKR rate is up 1.15% since 2026-08-28.
- 30-day high
- 3.9488
- 2026-09-22
- 30-day low
- 3.7581
- 2026-09-03
- 30-day average
- 3.8622
- Days with data: 30
- 30-day change
- +1.15%
- since 2026-08-28
3.9488
3.75812026-08-28 → 2026-09-26
| Date | 1 RUB in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 3.8821 | 0.00% |
| 2026-09-25 | 3.8821 | -0.18% |
| 2026-09-24 | 3.889 | -0.42% |
| 2026-09-23 | 3.9055 | -1.10% |
| 2026-09-22 | 3.9488 | +0.46% |
| 2026-09-21 | 3.9308 | -0.06% |
| 2026-09-20 | 3.9331 | +0.25% |
| 2026-09-19 | 3.9234 | -0.03% |
| 2026-09-18 | 3.9246 | -0.56% |
| 2026-09-17 | 3.9466 | +0.83% |
| 2026-09-16 | 3.9142 | +0.58% |
| 2026-09-15 | 3.8914 | +0.14% |
| 2026-09-14 | 3.886 | -0.32% |
| 2026-09-13 | 3.8986 | -0.12% |
| 2026-09-12 | 3.9031 | -0.26% |
| Date | 1 RUB in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 3.9133 | +1.23% |
| 2026-09-10 | 3.8657 | +1.07% |
| 2026-09-09 | 3.8246 | +0.55% |
| 2026-09-08 | 3.8039 | +0.40% |
| 2026-09-07 | 3.7887 | -0.05% |
| 2026-09-06 | 3.7904 | -0.89% |
| 2026-09-05 | 3.8244 | +1.10% |
| 2026-09-04 | 3.7829 | +0.66% |
| 2026-09-03 | 3.7581 | -0.52% |
| 2026-09-02 | 3.7777 | -0.56% |
| 2026-09-01 | 3.7989 | -0.62% |
| 2026-08-31 | 3.8224 | +0.28% |
| 2026-08-30 | 3.8119 | +0.15% |
| 2026-08-29 | 3.8063 | -0.83% |
| 2026-08-28 | 3.8381 | — |
RUB to LKR conversion table
1 RUB3.8821 LKR
5 RUB19.4107 LKR
10 RUB38.8214 LKR
25 RUB97.0535 LKR
50 RUB194.107 LKR
100 RUB388.2141 LKR
500 RUB1,941.0704 LKR
1,000 RUB3,882.1408 LKR
5,000 RUB19,410.704 LKR
10,000 RUB38,821.408 LKR
Get the RUB/LKR rate in your app
One GET request returns the latest RUB → LKR 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/LKR"fetch('https://rate-api.com/api/v1/pair/RUB/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/LKR');
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']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "LKR"
},
"rate": 3.8821,
"timestamp": 1790429312,
"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
LKR to RUBSri Lankan Rupee → Russian Ruble0.25759Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.