Convert SZL to RUB
Swazi Lilangeni → Russian Ruble
1 SZL = 5.217516 RUB(1 RUB = 0.191662 SZL)
Currency converter
1 SZL =
5.2175 RUB
SZL to RUB: last 30 days
Over the last 30 days, 1 SZL traded between 5.1538 and 5.441 RUB, averaging 5.2728 RUB. The SZL/RUB rate is down 2.37% since 2026-08-28.
- 30-day high
- 5.441
- 2026-09-03
- 30-day low
- 5.1538
- 2026-09-17
- 30-day average
- 5.2728
- Days with data: 30
- 30-day change
- -2.37%
- since 2026-08-28
5.441
5.15382026-08-28 → 2026-09-26
| Date | 1 SZL in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 5.2175 | 0.00% |
| 2026-09-25 | 5.2175 | +1.08% |
| 2026-09-24 | 5.1616 | +0.10% |
| 2026-09-23 | 5.1567 | +0.05% |
| 2026-09-22 | 5.1542 | -0.64% |
| 2026-09-21 | 5.1872 | +0.40% |
| 2026-09-20 | 5.1663 | -0.50% |
| 2026-09-19 | 5.1925 | +0.26% |
| 2026-09-18 | 5.1793 | +0.49% |
| 2026-09-17 | 5.1538 | -0.67% |
| 2026-09-16 | 5.1887 | -0.07% |
| 2026-09-15 | 5.1925 | -0.53% |
| 2026-09-14 | 5.2201 | -0.15% |
| 2026-09-13 | 5.2278 | +0.20% |
| 2026-09-12 | 5.2173 | +0.78% |
| Date | 1 SZL in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 5.1767 | -2.30% |
| 2026-09-10 | 5.2988 | -1.24% |
| 2026-09-09 | 5.3653 | -0.50% |
| 2026-09-08 | 5.3922 | -0.48% |
| 2026-09-07 | 5.4184 | -0.05% |
| 2026-09-06 | 5.4214 | +0.82% |
| 2026-09-05 | 5.3775 | -0.80% |
| 2026-09-04 | 5.4209 | -0.37% |
| 2026-09-03 | 5.441 | +1.37% |
| 2026-09-02 | 5.3677 | +0.21% |
| 2026-09-01 | 5.3567 | +0.77% |
| 2026-08-31 | 5.3158 | -0.10% |
| 2026-08-30 | 5.3211 | -0.22% |
| 2026-08-29 | 5.3327 | -0.22% |
| 2026-08-28 | 5.3442 | — |
SZL to RUB conversion table
1 SZL5.2175 RUB
5 SZL26.0876 RUB
10 SZL52.1752 RUB
25 SZL130.4379 RUB
50 SZL260.8758 RUB
100 SZL521.7516 RUB
500 SZL2,608.7579 RUB
1,000 SZL5,217.5157 RUB
5,000 SZL26,087.579 RUB
10,000 SZL52,175.157 RUB
Get the SZL/RUB rate in your app
One GET request returns the latest SZL → 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/SZL/RUB"fetch('https://rate-api.com/api/v1/pair/SZL/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SZL = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SZL/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SZL = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SZL/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SZL = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SZL",
"to": "RUB"
},
"rate": 5.2175,
"timestamp": 1790432144,
"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 SZLRussian Ruble → Swazi Lilangeni0.19166Convert SZL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.