Convert RUB to SRD
Russian Ruble → Surinamese Dollar
1 RUB = 0.44674 SRD(1 SRD = 2.238436 RUB)
Currency converter
1 RUB =
0.44674 SRD
RUB to SRD: last 30 days
Over the last 30 days, 1 RUB traded between 0.43296 and 0.45206 SRD, averaging 0.44437 SRD. The RUB/SRD rate is up 1.96% since 2026-08-29.
- 30-day high
- 0.45206
- 2026-09-13
- 30-day low
- 0.43296
- 2026-09-03
- 30-day average
- 0.44437
- Days with data: 30
- 30-day change
- +1.96%
- since 2026-08-29
0.45206
0.432962026-08-29 → 2026-09-27
| Date | 1 RUB in SRD | Daily change |
|---|---|---|
| 2026-09-27 | 0.44674 | 0.00% |
| 2026-09-26 | 0.44674 | +0.57% |
| 2026-09-25 | 0.44423 | -0.58% |
| 2026-09-24 | 0.4468 | -0.29% |
| 2026-09-23 | 0.44812 | -0.59% |
| 2026-09-22 | 0.4508 | -0.03% |
| 2026-09-21 | 0.45096 | -0.13% |
| 2026-09-20 | 0.45155 | +0.69% |
| 2026-09-19 | 0.44846 | +0.39% |
| 2026-09-18 | 0.44671 | -0.60% |
| 2026-09-17 | 0.44942 | +0.28% |
| 2026-09-16 | 0.44818 | -0.03% |
| 2026-09-15 | 0.44831 | +0.27% |
| 2026-09-14 | 0.44712 | -1.09% |
| 2026-09-13 | 0.45206 | +0.51% |
| Date | 1 RUB in SRD | Daily change |
|---|---|---|
| 2026-09-12 | 0.44976 | -0.25% |
| 2026-09-11 | 0.45087 | +1.20% |
| 2026-09-10 | 0.44551 | +0.52% |
| 2026-09-09 | 0.44323 | +1.00% |
| 2026-09-08 | 0.43885 | +0.25% |
| 2026-09-07 | 0.43776 | +0.10% |
| 2026-09-06 | 0.43734 | -0.62% |
| 2026-09-05 | 0.44006 | +0.93% |
| 2026-09-04 | 0.43603 | +0.71% |
| 2026-09-03 | 0.43296 | -1.18% |
| 2026-09-02 | 0.43815 | +0.07% |
| 2026-09-01 | 0.43784 | -0.30% |
| 2026-08-31 | 0.43917 | +0.02% |
| 2026-08-30 | 0.43909 | +0.21% |
| 2026-08-29 | 0.43817 | — |
RUB to SRD conversion table
1 RUB0.44674 SRD
5 RUB2.2337 SRD
10 RUB4.4674 SRD
25 RUB11.1685 SRD
50 RUB22.337 SRD
100 RUB44.674 SRD
500 RUB223.3702 SRD
1,000 RUB446.7404 SRD
5,000 RUB2,233.7022 SRD
10,000 RUB4,467.4044 SRD
Get the RUB/SRD rate in your app
One GET request returns the latest RUB → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/RUB/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SRD"
},
"rate": 0.4467,
"timestamp": 1790470774,
"date": "2026-09-27"
}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
SRD to RUBSurinamese Dollar → Russian Ruble2.2384Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.