Convert RUB to UGX
Russian Ruble → Ugandan Shilling
1 RUB = 46.209047 UGX(1 UGX = 0.0216408 RUB)
Currency converter
1 RUB =
46.209 UGX
RUB to UGX: last 30 days
Over the last 30 days, 1 RUB traded between 43.2936 and 46.8947 UGX, averaging 45.1394 UGX. The RUB/UGX rate is up 4.87% since 2026-08-28.
- 30-day high
- 46.8947
- 2026-09-22
- 30-day low
- 43.2936
- 2026-09-03
- 30-day average
- 45.1394
- Days with data: 30
- 30-day change
- +4.87%
- since 2026-08-28
46.8947
43.29362026-08-28 → 2026-09-26
| Date | 1 RUB in UGX | Daily change |
|---|---|---|
| 2026-09-26 | 46.209 | 0.00% |
| 2026-09-25 | 46.209 | +0.37% |
| 2026-09-24 | 46.0373 | -0.64% |
| 2026-09-23 | 46.3349 | -1.19% |
| 2026-09-22 | 46.8947 | +0.26% |
| 2026-09-21 | 46.7722 | -0.06% |
| 2026-09-20 | 46.8018 | +0.43% |
| 2026-09-19 | 46.6018 | +0.21% |
| 2026-09-18 | 46.5027 | -0.18% |
| 2026-09-17 | 46.5863 | +0.34% |
| 2026-09-16 | 46.4288 | +0.78% |
| 2026-09-15 | 46.0716 | +0.68% |
| 2026-09-14 | 45.7612 | -0.30% |
| 2026-09-13 | 45.8984 | -0.07% |
| 2026-09-12 | 45.9298 | +0.66% |
| Date | 1 RUB in UGX | Daily change |
|---|---|---|
| 2026-09-11 | 45.6298 | +2.31% |
| 2026-09-10 | 44.598 | +1.11% |
| 2026-09-09 | 44.1075 | +0.67% |
| 2026-09-08 | 43.8141 | +0.50% |
| 2026-09-07 | 43.5972 | -0.15% |
| 2026-09-06 | 43.6628 | -0.78% |
| 2026-09-05 | 44.0078 | +0.94% |
| 2026-09-04 | 43.5967 | +0.70% |
| 2026-09-03 | 43.2936 | -0.47% |
| 2026-09-02 | 43.4968 | -0.80% |
| 2026-09-01 | 43.8468 | -0.08% |
| 2026-08-31 | 43.8803 | +0.14% |
| 2026-08-30 | 43.8193 | +0.20% |
| 2026-08-29 | 43.7301 | -0.76% |
| 2026-08-28 | 44.063 | — |
RUB to UGX conversion table
1 RUB46.209 UGX
5 RUB231.0452 UGX
10 RUB462.0905 UGX
25 RUB1,155.2262 UGX
50 RUB2,310.4523 UGX
100 RUB4,620.9047 UGX
500 RUB23,104.523 UGX
1,000 RUB46,209.047 UGX
5,000 RUB231,045.23 UGX
10,000 RUB462,090.47 UGX
Get the RUB/UGX rate in your app
One GET request returns the latest RUB → UGX 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/UGX"fetch('https://rate-api.com/api/v1/pair/RUB/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/UGX');
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']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "UGX"
},
"rate": 46.209,
"timestamp": 1790439648,
"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
UGX to RUBUgandan Shilling → Russian Ruble0.021641Convert RUB to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.