Convert SRD to RUB
Surinamese Dollar → Russian Ruble
1 SRD = 2.251098 RUB(1 RUB = 0.444228 SRD)
Currency converter
1 SRD =
2.2511 RUB
SRD to RUB: last 30 days
Over the last 30 days, 1 SRD traded between 2.2121 and 2.3097 RUB, averaging 2.252 RUB. The SRD/RUB rate is down 0.53% since 2026-08-28.
- 30-day high
- 2.3097
- 2026-09-03
- 30-day low
- 2.2121
- 2026-09-13
- 30-day average
- 2.252
- Days with data: 30
- 30-day change
- -0.53%
- since 2026-08-28
2.3097
2.21212026-08-28 → 2026-09-26
| Date | 1 SRD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 2.2511 | 0.00% |
| 2026-09-25 | 2.2511 | +0.58% |
| 2026-09-24 | 2.2381 | +0.30% |
| 2026-09-23 | 2.2315 | +0.60% |
| 2026-09-22 | 2.2183 | +0.03% |
| 2026-09-21 | 2.2175 | +0.13% |
| 2026-09-20 | 2.2146 | -0.68% |
| 2026-09-19 | 2.2298 | -0.39% |
| 2026-09-18 | 2.2386 | +0.61% |
| 2026-09-17 | 2.2251 | -0.28% |
| 2026-09-16 | 2.2313 | +0.03% |
| 2026-09-15 | 2.2306 | -0.27% |
| 2026-09-14 | 2.2365 | +1.11% |
| 2026-09-13 | 2.2121 | -0.51% |
| 2026-09-12 | 2.2234 | +0.25% |
| Date | 1 SRD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 2.2179 | -1.19% |
| 2026-09-10 | 2.2446 | -0.51% |
| 2026-09-09 | 2.2562 | -0.99% |
| 2026-09-08 | 2.2787 | -0.25% |
| 2026-09-07 | 2.2844 | -0.10% |
| 2026-09-06 | 2.2866 | +0.62% |
| 2026-09-05 | 2.2724 | -0.92% |
| 2026-09-04 | 2.2934 | -0.70% |
| 2026-09-03 | 2.3097 | +1.20% |
| 2026-09-02 | 2.2823 | -0.07% |
| 2026-09-01 | 2.2839 | +0.30% |
| 2026-08-31 | 2.277 | -0.02% |
| 2026-08-30 | 2.2775 | -0.21% |
| 2026-08-29 | 2.2822 | +0.84% |
| 2026-08-28 | 2.2632 | — |
SRD to RUB conversion table
1 SRD2.2511 RUB
5 SRD11.2555 RUB
10 SRD22.511 RUB
25 SRD56.2774 RUB
50 SRD112.5549 RUB
100 SRD225.1098 RUB
500 SRD1,125.5488 RUB
1,000 SRD2,251.0976 RUB
5,000 SRD11,255.488 RUB
10,000 SRD22,510.976 RUB
Get the SRD/RUB rate in your app
One GET request returns the latest SRD → 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/SRD/RUB"fetch('https://rate-api.com/api/v1/pair/SRD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SRD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SRD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SRD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SRD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SRD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SRD",
"to": "RUB"
},
"rate": 2.2511,
"timestamp": 1790435058,
"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 SRDRussian Ruble → Surinamese Dollar0.44423Convert SRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.