Convert RUB to RSD
Russian Ruble → Serbian Dinar
1 RUB = 1.21519 RSD(1 RSD = 0.822917 RUB)
Currency converter
1 RUB =
1.2152 RSD
RUB to RSD: last 30 days
Over the last 30 days, 1 RUB traded between 1.1586 and 1.2213 RSD, averaging 1.1927 RSD. The RUB/RSD rate is up 3.09% since 2026-08-28.
- 30-day high
- 1.2213
- 2026-09-22
- 30-day low
- 1.1586
- 2026-09-03
- 30-day average
- 1.1927
- Days with data: 30
- 30-day change
- +3.09%
- since 2026-08-28
1.2213
1.15862026-08-28 → 2026-09-26
| Date | 1 RUB in RSD | Daily change |
|---|---|---|
| 2026-09-26 | 1.2152 | 0.00% |
| 2026-09-25 | 1.2152 | -0.11% |
| 2026-09-24 | 1.2165 | -0.16% |
| 2026-09-23 | 1.2184 | -0.24% |
| 2026-09-22 | 1.2213 | +0.53% |
| 2026-09-21 | 1.2149 | -0.16% |
| 2026-09-20 | 1.2168 | +0.38% |
| 2026-09-19 | 1.2122 | +0.27% |
| 2026-09-18 | 1.2089 | -0.42% |
| 2026-09-17 | 1.214 | +0.53% |
| 2026-09-16 | 1.2076 | +0.33% |
| 2026-09-15 | 1.2036 | +0.49% |
| 2026-09-14 | 1.1977 | -0.22% |
| 2026-09-13 | 1.2004 | -0.10% |
| 2026-09-12 | 1.2016 | -0.25% |
| Date | 1 RUB in RSD | Daily change |
|---|---|---|
| 2026-09-11 | 1.2047 | +1.55% |
| 2026-09-10 | 1.1863 | +0.95% |
| 2026-09-09 | 1.1751 | +0.39% |
| 2026-09-08 | 1.1705 | +0.34% |
| 2026-09-07 | 1.1665 | -0.06% |
| 2026-09-06 | 1.1672 | -0.85% |
| 2026-09-05 | 1.1772 | +1.08% |
| 2026-09-04 | 1.1646 | +0.51% |
| 2026-09-03 | 1.1586 | -0.70% |
| 2026-09-02 | 1.1669 | -0.41% |
| 2026-09-01 | 1.1717 | -0.51% |
| 2026-08-31 | 1.1777 | +0.05% |
| 2026-08-30 | 1.1772 | +0.22% |
| 2026-08-29 | 1.1745 | -0.36% |
| 2026-08-28 | 1.1788 | — |
RUB to RSD conversion table
1 RUB1.2152 RSD
5 RUB6.076 RSD
10 RUB12.1519 RSD
25 RUB30.3798 RSD
50 RUB60.7595 RSD
100 RUB121.519 RSD
500 RUB607.595 RSD
1,000 RUB1,215.19 RSD
5,000 RUB6,075.9502 RSD
10,000 RUB12,151.9 RSD
Get the RUB/RSD rate in your app
One GET request returns the latest RUB → RSD 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/RSD"fetch('https://rate-api.com/api/v1/pair/RUB/RSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} RSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/RSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} RSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/RSD');
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']} RSD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "RSD"
},
"rate": 1.2152,
"timestamp": 1790429307,
"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
RSD to RUBSerbian Dinar → Russian Ruble0.82292Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.