Convert SLE to RUB
Sierra Leonean Leone → Russian Ruble
1 SLE = 3.707505 RUB(1 RUB = 0.269723 SLE)
Currency converter
1 SLE =
3.7075 RUB
SLE to RUB: last 30 days
Over the last 30 days, 1 SLE traded between 3.3998 and 3.808 RUB, averaging 3.6783 RUB. The SLE/RUB rate is down 0.62% since 2026-08-28.
- 30-day high
- 3.808
- 2026-09-03
- 30-day low
- 3.3998
- 2026-09-22
- 30-day average
- 3.6783
- Days with data: 30
- 30-day change
- -0.62%
- since 2026-08-28
3.808
3.39982026-08-28 → 2026-09-26
| Date | 1 SLE in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 3.7075 | 0.00% |
| 2026-09-25 | 3.7075 | +0.12% |
| 2026-09-24 | 3.7032 | +0.75% |
| 2026-09-23 | 3.6755 | +8.11% |
| 2026-09-22 | 3.3998 | -7.36% |
| 2026-09-21 | 3.6697 | +0.10% |
| 2026-09-20 | 3.6662 | -0.37% |
| 2026-09-19 | 3.6798 | +7.35% |
| 2026-09-18 | 3.4279 | -6.64% |
| 2026-09-17 | 3.6717 | +7.43% |
| 2026-09-16 | 3.4177 | -7.27% |
| 2026-09-15 | 3.6855 | +0.01% |
| 2026-09-14 | 3.685 | +0.30% |
| 2026-09-13 | 3.6741 | +0.11% |
| 2026-09-12 | 3.6701 | +0.28% |
| Date | 1 SLE in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 3.6598 | -1.31% |
| 2026-09-10 | 3.7084 | -0.95% |
| 2026-09-09 | 3.7439 | -0.49% |
| 2026-09-08 | 3.7625 | -0.43% |
| 2026-09-07 | 3.7789 | +0.07% |
| 2026-09-06 | 3.7762 | +2.68% |
| 2026-09-05 | 3.6775 | +4.29% |
| 2026-09-04 | 3.5262 | -7.40% |
| 2026-09-03 | 3.808 | +0.51% |
| 2026-09-02 | 3.7886 | +0.60% |
| 2026-09-01 | 3.7661 | +0.30% |
| 2026-08-31 | 3.755 | +0.11% |
| 2026-08-30 | 3.7508 | +2.10% |
| 2026-08-29 | 3.6738 | -1.52% |
| 2026-08-28 | 3.7307 | — |
SLE to RUB conversion table
1 SLE3.7075 RUB
5 SLE18.5375 RUB
10 SLE37.0751 RUB
25 SLE92.6876 RUB
50 SLE185.3753 RUB
100 SLE370.7505 RUB
500 SLE1,853.7525 RUB
1,000 SLE3,707.505 RUB
5,000 SLE18,537.525 RUB
10,000 SLE37,075.05 RUB
Get the SLE/RUB rate in your app
One GET request returns the latest SLE → 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/SLE/RUB"fetch('https://rate-api.com/api/v1/pair/SLE/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SLE = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "RUB"
},
"rate": 3.7075,
"timestamp": 1790432035,
"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 SLERussian Ruble → Sierra Leonean Leone0.26972Convert SLE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.