Convert RSD to RUB
Serbian Dinar → Russian Ruble
1 RSD = 0.822917 RUB(1 RUB = 1.21519 RSD)
Currency converter
1 RSD =
0.82292 RUB
RSD to RUB: last 30 days
Over the last 30 days, 1 RSD traded between 0.81879 and 0.86308 RUB, averaging 0.83866 RUB. The RSD/RUB rate is down 2.99% since 2026-08-28.
- 30-day high
- 0.86308
- 2026-09-03
- 30-day low
- 0.81879
- 2026-09-22
- 30-day average
- 0.83866
- Days with data: 30
- 30-day change
- -2.99%
- since 2026-08-28
0.86308
0.818792026-08-28 → 2026-09-26
| Date | 1 RSD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.82292 | 0.00% |
| 2026-09-25 | 0.82292 | +0.11% |
| 2026-09-24 | 0.82204 | +0.16% |
| 2026-09-23 | 0.82072 | +0.24% |
| 2026-09-22 | 0.81879 | -0.52% |
| 2026-09-21 | 0.82311 | +0.16% |
| 2026-09-20 | 0.82182 | -0.38% |
| 2026-09-19 | 0.82498 | -0.27% |
| 2026-09-18 | 0.82717 | +0.42% |
| 2026-09-17 | 0.82373 | -0.53% |
| 2026-09-16 | 0.82809 | -0.33% |
| 2026-09-15 | 0.83084 | -0.49% |
| 2026-09-14 | 0.83493 | +0.22% |
| 2026-09-13 | 0.83306 | +0.10% |
| 2026-09-12 | 0.83223 | +0.26% |
| Date | 1 RSD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.83011 | -1.53% |
| 2026-09-10 | 0.84299 | -0.94% |
| 2026-09-09 | 0.85096 | -0.39% |
| 2026-09-08 | 0.8543 | -0.34% |
| 2026-09-07 | 0.85724 | +0.06% |
| 2026-09-06 | 0.85676 | +0.86% |
| 2026-09-05 | 0.8495 | -1.07% |
| 2026-09-04 | 0.85867 | -0.51% |
| 2026-09-03 | 0.86308 | +0.71% |
| 2026-09-02 | 0.857 | +0.41% |
| 2026-09-01 | 0.85347 | +0.51% |
| 2026-08-31 | 0.84911 | -0.05% |
| 2026-08-30 | 0.84951 | -0.22% |
| 2026-08-29 | 0.85139 | +0.36% |
| 2026-08-28 | 0.84832 | — |
RSD to RUB conversion table
1 RSD0.82292 RUB
5 RSD4.1146 RUB
10 RSD8.2292 RUB
25 RSD20.5729 RUB
50 RSD41.1458 RUB
100 RSD82.2917 RUB
500 RSD411.4583 RUB
1,000 RSD822.9166 RUB
5,000 RSD4,114.5828 RUB
10,000 RSD8,229.1656 RUB
Get the RSD/RUB rate in your app
One GET request returns the latest RSD → 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/RSD/RUB"fetch('https://rate-api.com/api/v1/pair/RSD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RSD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RSD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RSD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RSD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RSD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "RSD",
"to": "RUB"
},
"rate": 0.8229,
"timestamp": 1790432068,
"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 RSDRussian Ruble → Serbian Dinar1.2152Convert RSD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.