Convert SLL to RUB
Sierra Leonean Leone (old) → Russian Ruble
1 SLL = 0.00370751 RUB(1 RUB = 269.72317 SLL)
Currency converter
1 SLL =
0.0037075 RUB
SLL to RUB: last 30 days
Over the last 30 days, 1 SLL traded between 0.0033998 and 0.0040296 RUB, averaging 0.0036983 RUB. The SLL/RUB rate is down 0.62% since 2026-08-28.
- 30-day high
- 0.0040296
- 2026-09-18
- 30-day low
- 0.0033998
- 2026-09-22
- 30-day average
- 0.0036983
- Days with data: 30
- 30-day change
- -0.62%
- since 2026-08-28
0.0040296
0.00339982026-08-28 → 2026-09-26
| Date | 1 SLL in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.0037075 | 0.00% |
| 2026-09-25 | 0.0037075 | +0.12% |
| 2026-09-24 | 0.0037032 | +0.75% |
| 2026-09-23 | 0.0036755 | +8.11% |
| 2026-09-22 | 0.0033998 | -7.36% |
| 2026-09-21 | 0.0036697 | +0.10% |
| 2026-09-20 | 0.0036662 | -0.37% |
| 2026-09-19 | 0.0036798 | -8.68% |
| 2026-09-18 | 0.0040296 | +9.75% |
| 2026-09-17 | 0.0036717 | +7.43% |
| 2026-09-16 | 0.0034177 | -7.27% |
| 2026-09-15 | 0.0036855 | +0.01% |
| 2026-09-14 | 0.003685 | +0.30% |
| 2026-09-13 | 0.0036741 | +0.11% |
| 2026-09-12 | 0.0036701 | +0.28% |
| Date | 1 SLL in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.0036598 | -1.31% |
| 2026-09-10 | 0.0037084 | -0.95% |
| 2026-09-09 | 0.0037439 | -0.49% |
| 2026-09-08 | 0.0037625 | -0.43% |
| 2026-09-07 | 0.0037789 | +0.07% |
| 2026-09-06 | 0.0037762 | +2.68% |
| 2026-09-05 | 0.0036775 | +4.29% |
| 2026-09-04 | 0.0035262 | -7.40% |
| 2026-09-03 | 0.003808 | +0.51% |
| 2026-09-02 | 0.0037886 | +0.60% |
| 2026-09-01 | 0.0037661 | +0.30% |
| 2026-08-31 | 0.003755 | +0.11% |
| 2026-08-30 | 0.0037508 | +2.10% |
| 2026-08-29 | 0.0036738 | -1.52% |
| 2026-08-28 | 0.0037307 | — |
SLL to RUB conversion table
1 SLL0.0037075 RUB
5 SLL0.018538 RUB
10 SLL0.037075 RUB
25 SLL0.092688 RUB
50 SLL0.18538 RUB
100 SLL0.37075 RUB
500 SLL1.8538 RUB
1,000 SLL3.7075 RUB
5,000 SLL18.5375 RUB
10,000 SLL37.0751 RUB
Get the SLL/RUB rate in your app
One GET request returns the latest SLL → 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/SLL/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/SLL/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLL = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLL/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLL = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLL/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 SLL = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SLL",
"to": "RUB"
},
"rate": 0.003708,
"timestamp": 1790432074,
"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 SLLRussian Ruble → Sierra Leonean Leone (old)269.7232Convert SLL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.