Convert SDG to RUB
Sudanese Pound → Russian Ruble
1 SDG = 0.141644 RUB(1 RUB = 7.059968 SDG)
Currency converter
1 SDG =
0.14164 RUB
SDG to RUB: last 30 days
Over the last 30 days, 1 SDG traded between 0.13956 and 0.14545 RUB, averaging 0.14199 RUB. The SDG/RUB rate is down 0.55% since 2026-08-28.
- 30-day high
- 0.14545
- 2026-09-03
- 30-day low
- 0.13956
- 2026-09-22
- 30-day average
- 0.14199
- Days with data: 30
- 30-day change
- -0.55%
- since 2026-08-28
0.14545
0.139562026-08-28 → 2026-09-26
| Date | 1 SDG in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.14164 | 0.00% |
| 2026-09-25 | 0.14164 | +0.20% |
| 2026-09-24 | 0.14136 | +0.65% |
| 2026-09-23 | 0.14045 | +0.64% |
| 2026-09-22 | 0.13956 | -0.47% |
| 2026-09-21 | 0.14023 | +0.10% |
| 2026-09-20 | 0.14009 | -0.37% |
| 2026-09-19 | 0.14061 | +0.09% |
| 2026-09-18 | 0.14048 | +0.10% |
| 2026-09-17 | 0.14034 | +0.04% |
| 2026-09-16 | 0.14029 | -0.35% |
| 2026-09-15 | 0.14079 | -0.03% |
| 2026-09-14 | 0.14084 | +0.29% |
| 2026-09-13 | 0.14043 | +0.11% |
| 2026-09-12 | 0.14028 | +0.28% |
| Date | 1 SDG in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.13989 | -1.22% |
| 2026-09-10 | 0.14161 | -0.99% |
| 2026-09-09 | 0.14303 | -0.47% |
| 2026-09-08 | 0.1437 | -0.43% |
| 2026-09-07 | 0.14432 | +0.07% |
| 2026-09-06 | 0.14422 | +0.86% |
| 2026-09-05 | 0.14299 | -0.97% |
| 2026-09-04 | 0.1444 | -0.72% |
| 2026-09-03 | 0.14545 | +0.56% |
| 2026-09-02 | 0.14465 | +0.56% |
| 2026-09-01 | 0.14384 | +0.42% |
| 2026-08-31 | 0.14323 | -0.06% |
| 2026-08-30 | 0.14332 | -0.19% |
| 2026-08-29 | 0.14358 | +0.82% |
| 2026-08-28 | 0.14242 | — |
SDG to RUB conversion table
1 SDG0.14164 RUB
5 SDG0.70822 RUB
10 SDG1.4164 RUB
25 SDG3.5411 RUB
50 SDG7.0822 RUB
100 SDG14.1644 RUB
500 SDG70.8218 RUB
1,000 SDG141.6437 RUB
5,000 SDG708.2185 RUB
10,000 SDG1,416.4369 RUB
Get the SDG/RUB rate in your app
One GET request returns the latest SDG → 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/SDG/RUB"fetch('https://rate-api.com/api/v1/pair/SDG/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SDG = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SDG/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SDG = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SDG/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SDG = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SDG",
"to": "RUB"
},
"rate": 0.1416,
"timestamp": 1790435206,
"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 SDGRussian Ruble → Sudanese Pound7.06Convert SDG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.