Convert RUB to SLL
Russian Ruble → Sierra Leonean Leone (old)
1 RUB = 269.72317 SLL(1 SLL = 0.00370751 RUB)
Currency converter
1 RUB =
269.7232 SLL
RUB to SLL: last 30 days
Over the last 30 days, 1 RUB traded between 248.1608 and 294.1393 SLL, averaging 270.6387 SLL. The RUB/SLL rate is up 0.63% since 2026-08-28.
- 30-day high
- 294.1393
- 2026-09-22
- 30-day low
- 248.1608
- 2026-09-18
- 30-day average
- 270.6387
- Days with data: 30
- 30-day change
- +0.63%
- since 2026-08-28
294.1393
248.16082026-08-28 → 2026-09-26
| Date | 1 RUB in SLL | Daily change |
|---|---|---|
| 2026-09-26 | 269.7232 | 0.00% |
| 2026-09-25 | 269.7232 | -0.12% |
| 2026-09-24 | 270.037 | -0.75% |
| 2026-09-23 | 272.0735 | -7.50% |
| 2026-09-22 | 294.1393 | +7.94% |
| 2026-09-21 | 272.502 | -0.10% |
| 2026-09-20 | 272.7613 | +0.37% |
| 2026-09-19 | 271.7537 | +9.51% |
| 2026-09-18 | 248.1608 | -8.88% |
| 2026-09-17 | 272.3537 | -6.92% |
| 2026-09-16 | 292.5971 | +7.84% |
| 2026-09-15 | 271.3324 | -0.01% |
| 2026-09-14 | 271.3696 | -0.30% |
| 2026-09-13 | 272.1734 | -0.11% |
| 2026-09-12 | 272.4756 | -0.28% |
| Date | 1 RUB in SLL | Daily change |
|---|---|---|
| 2026-09-11 | 273.2418 | +1.33% |
| 2026-09-10 | 269.6614 | +0.96% |
| 2026-09-09 | 267.1001 | +0.50% |
| 2026-09-08 | 265.7787 | +0.43% |
| 2026-09-07 | 264.6283 | -0.07% |
| 2026-09-06 | 264.814 | -2.61% |
| 2026-09-05 | 271.9221 | -4.12% |
| 2026-09-04 | 283.595 | +7.99% |
| 2026-09-03 | 262.6064 | -0.51% |
| 2026-09-02 | 263.949 | -0.59% |
| 2026-09-01 | 265.5254 | -0.30% |
| 2026-08-31 | 266.3112 | -0.11% |
| 2026-08-30 | 266.61 | -2.05% |
| 2026-08-29 | 272.1956 | +1.55% |
| 2026-08-28 | 268.0447 | — |
RUB to SLL conversion table
1 RUB269.7232 SLL
5 RUB1,348.6159 SLL
10 RUB2,697.2317 SLL
25 RUB6,743.0793 SLL
50 RUB13,486.159 SLL
100 RUB26,972.317 SLL
500 RUB134,861.59 SLL
1,000 RUB269,723.17 SLL
5,000 RUB1,348,615.9 SLL
10,000 RUB2,697,231.7 SLL
Get the RUB/SLL rate in your app
One GET request returns the latest RUB → SLL 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/SLL"fetch('https://rate-api.com/api/v1/pair/RUB/SLL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SLL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SLL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SLL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SLL');
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']} SLL\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SLL"
},
"rate": 269.7232,
"timestamp": 1790447429,
"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
SLL to RUBSierra Leonean Leone (old) → Russian Ruble0.0037075Convert RUB to other currencies
Convert other currencies to SLL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.