Convert RUB to SCR
Russian Ruble → Seychellois Rupee
1 RUB = 0.1686 SCR(1 SCR = 5.931213 RUB)
Currency converter
1 RUB =
0.1686 SCR
RUB to SCR: last 30 days
Over the last 30 days, 1 RUB traded between 0.1606 and 0.1754 SCR, averaging 0.16778 SCR. The RUB/SCR rate is up 2.81% since 2026-08-28.
- 30-day high
- 0.1754
- 2026-09-20
- 30-day low
- 0.1606
- 2026-09-05
- 30-day average
- 0.16778
- Days with data: 30
- 30-day change
- +2.81%
- since 2026-08-28
0.1754
0.16062026-08-28 → 2026-09-26
| Date | 1 RUB in SCR | Daily change |
|---|---|---|
| 2026-09-26 | 0.1686 | 0.00% |
| 2026-09-25 | 0.1686 | +0.75% |
| 2026-09-24 | 0.16735 | -2.96% |
| 2026-09-23 | 0.17245 | +0.27% |
| 2026-09-22 | 0.17199 | +0.21% |
| 2026-09-21 | 0.17163 | -2.15% |
| 2026-09-20 | 0.1754 | +3.85% |
| 2026-09-19 | 0.16891 | +2.88% |
| 2026-09-18 | 0.16417 | -4.21% |
| 2026-09-17 | 0.17139 | +0.85% |
| 2026-09-16 | 0.16994 | +1.53% |
| 2026-09-15 | 0.16737 | -0.22% |
| 2026-09-14 | 0.16774 | -4.34% |
| 2026-09-13 | 0.17535 | +7.20% |
| 2026-09-12 | 0.16357 | -4.17% |
| Date | 1 RUB in SCR | Daily change |
|---|---|---|
| 2026-09-11 | 0.17068 | +1.83% |
| 2026-09-10 | 0.16761 | +0.71% |
| 2026-09-09 | 0.16643 | +0.79% |
| 2026-09-08 | 0.16512 | +0.66% |
| 2026-09-07 | 0.16403 | -3.11% |
| 2026-09-06 | 0.16929 | +5.41% |
| 2026-09-05 | 0.1606 | -2.72% |
| 2026-09-04 | 0.16509 | +0.42% |
| 2026-09-03 | 0.1644 | -1.28% |
| 2026-09-02 | 0.16654 | +1.36% |
| 2026-09-01 | 0.16431 | -1.59% |
| 2026-08-31 | 0.16697 | -2.16% |
| 2026-08-30 | 0.17065 | +4.50% |
| 2026-08-29 | 0.1633 | -0.42% |
| 2026-08-28 | 0.16399 | — |
RUB to SCR conversion table
1 RUB0.1686 SCR
5 RUB0.843 SCR
10 RUB1.686 SCR
25 RUB4.215 SCR
50 RUB8.43 SCR
100 RUB16.86 SCR
500 RUB84.2998 SCR
1,000 RUB168.5996 SCR
5,000 RUB842.998 SCR
10,000 RUB1,685.9959 SCR
Get the RUB/SCR rate in your app
One GET request returns the latest RUB → SCR 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/SCR"fetch('https://rate-api.com/api/v1/pair/RUB/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SCR');
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']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SCR"
},
"rate": 0.1686,
"timestamp": 1790429347,
"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
SCR to RUBSeychellois Rupee → Russian Ruble5.9312Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.