Convert RUB to SLE
Russian Ruble → Sierra Leonean Leone
1 RUB = 0.269723 SLE(1 SLE = 3.707505 RUB)
Currency converter
1 RUB =
0.26972 SLE
RUB to SLE: last 30 days
Over the last 30 days, 1 RUB traded between 0.26261 and 0.29414 SLE, averaging 0.27209 SLE. The RUB/SLE rate is up 0.63% since 2026-08-28.
- 30-day high
- 0.29414
- 2026-09-22
- 30-day low
- 0.26261
- 2026-09-03
- 30-day average
- 0.27209
- Days with data: 30
- 30-day change
- +0.63%
- since 2026-08-28
0.29414
0.262612026-08-28 → 2026-09-26
| Date | 1 RUB in SLE | Daily change |
|---|---|---|
| 2026-09-26 | 0.26972 | 0.00% |
| 2026-09-25 | 0.26972 | -0.12% |
| 2026-09-24 | 0.27004 | -0.75% |
| 2026-09-23 | 0.27207 | -7.50% |
| 2026-09-22 | 0.29414 | +7.94% |
| 2026-09-21 | 0.2725 | -0.10% |
| 2026-09-20 | 0.27276 | +0.37% |
| 2026-09-19 | 0.27175 | -6.84% |
| 2026-09-18 | 0.29172 | +7.11% |
| 2026-09-17 | 0.27235 | -6.92% |
| 2026-09-16 | 0.2926 | +7.84% |
| 2026-09-15 | 0.27133 | -0.01% |
| 2026-09-14 | 0.27137 | -0.30% |
| 2026-09-13 | 0.27217 | -0.11% |
| 2026-09-12 | 0.27248 | -0.28% |
| Date | 1 RUB in SLE | Daily change |
|---|---|---|
| 2026-09-11 | 0.27324 | +1.33% |
| 2026-09-10 | 0.26966 | +0.96% |
| 2026-09-09 | 0.2671 | +0.50% |
| 2026-09-08 | 0.26578 | +0.43% |
| 2026-09-07 | 0.26463 | -0.07% |
| 2026-09-06 | 0.26481 | -2.61% |
| 2026-09-05 | 0.27192 | -4.12% |
| 2026-09-04 | 0.2836 | +7.99% |
| 2026-09-03 | 0.26261 | -0.51% |
| 2026-09-02 | 0.26395 | -0.59% |
| 2026-09-01 | 0.26553 | -0.30% |
| 2026-08-31 | 0.26631 | -0.11% |
| 2026-08-30 | 0.26661 | -2.05% |
| 2026-08-29 | 0.2722 | +1.55% |
| 2026-08-28 | 0.26804 | — |
RUB to SLE conversion table
1 RUB0.26972 SLE
5 RUB1.3486 SLE
10 RUB2.6972 SLE
25 RUB6.7431 SLE
50 RUB13.4862 SLE
100 RUB26.9723 SLE
500 RUB134.8616 SLE
1,000 RUB269.7232 SLE
5,000 RUB1,348.6159 SLE
10,000 RUB2,697.2317 SLE
Get the RUB/SLE rate in your app
One GET request returns the latest RUB → SLE 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/SLE"fetch('https://rate-api.com/api/v1/pair/RUB/SLE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SLE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SLE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SLE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SLE');
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']} SLE\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SLE"
},
"rate": 0.2697,
"timestamp": 1790429267,
"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
SLE to RUBSierra Leonean Leone → Russian Ruble3.7075Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.