Convert RUB to SGD
Russian Ruble → Singapore Dollar
1 RUB = 0.0150226 SGD(1 SGD = 66.566229 RUB)
Currency converter
1 RUB =
0.015023 SGD
RUB to SGD: last 30 days
Over the last 30 days, 1 RUB traded between 0.014523 and 0.015219 SGD, averaging 0.014926 SGD. The RUB/SGD rate is up 1.00% since 2026-08-28.
- 30-day high
- 0.015219
- 2026-09-22
- 30-day low
- 0.014523
- 2026-09-03
- 30-day average
- 0.014926
- Days with data: 30
- 30-day change
- +1.00%
- since 2026-08-28
0.015219
0.0145232026-08-28 → 2026-09-26
| Date | 1 RUB in SGD | Daily change |
|---|---|---|
| 2026-09-26 | 0.015023 | 0.00% |
| 2026-09-25 | 0.015023 | -0.42% |
| 2026-09-24 | 0.015086 | -0.52% |
| 2026-09-23 | 0.015164 | -0.36% |
| 2026-09-22 | 0.015219 | +0.48% |
| 2026-09-21 | 0.015146 | -0.38% |
| 2026-09-20 | 0.015204 | +0.37% |
| 2026-09-19 | 0.015147 | +0.12% |
| 2026-09-18 | 0.015129 | -0.08% |
| 2026-09-17 | 0.015141 | +0.12% |
| 2026-09-16 | 0.015123 | +0.44% |
| 2026-09-15 | 0.015057 | +0.18% |
| 2026-09-14 | 0.015029 | -0.09% |
| 2026-09-13 | 0.015043 | -0.11% |
| 2026-09-12 | 0.01506 | -0.27% |
| Date | 1 RUB in SGD | Daily change |
|---|---|---|
| 2026-09-11 | 0.015101 | +1.35% |
| 2026-09-10 | 0.0149 | +1.24% |
| 2026-09-09 | 0.014717 | +0.26% |
| 2026-09-08 | 0.014678 | +0.40% |
| 2026-09-07 | 0.014619 | -0.12% |
| 2026-09-06 | 0.014636 | -0.85% |
| 2026-09-05 | 0.014762 | +0.97% |
| 2026-09-04 | 0.014619 | +0.67% |
| 2026-09-03 | 0.014523 | -0.96% |
| 2026-09-02 | 0.014664 | -0.60% |
| 2026-09-01 | 0.014752 | -0.35% |
| 2026-08-31 | 0.014804 | +0.17% |
| 2026-08-30 | 0.014779 | +0.19% |
| 2026-08-29 | 0.014752 | -0.82% |
| 2026-08-28 | 0.014874 | — |
RUB to SGD conversion table
1 RUB0.015023 SGD
5 RUB0.075113 SGD
10 RUB0.15023 SGD
25 RUB0.37557 SGD
50 RUB0.75113 SGD
100 RUB1.5023 SGD
500 RUB7.5113 SGD
1,000 RUB15.0226 SGD
5,000 RUB75.1132 SGD
10,000 RUB150.2263 SGD
Get the RUB/SGD rate in your app
One GET request returns the latest RUB → SGD 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/SGD"fetch('https://rate-api.com/api/v1/pair/RUB/SGD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SGD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SGD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SGD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SGD');
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']} SGD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SGD"
},
"rate": 0.015,
"timestamp": 1790429334,
"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
SGD to RUBSingapore Dollar → Russian Ruble66.5662Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.