Convert UGX to RUB
Ugandan Shilling → Russian Ruble
1 UGX = 0.0216408 RUB(1 RUB = 46.209047 UGX)
Currency converter
1 UGX =
0.021641 RUB
UGX to RUB: last 30 days
Over the last 30 days, 1 UGX traded between 0.021324 and 0.023098 RUB, averaging 0.022171 RUB. The UGX/RUB rate is down 4.64% since 2026-08-28.
- 30-day high
- 0.023098
- 2026-09-03
- 30-day low
- 0.021324
- 2026-09-22
- 30-day average
- 0.022171
- Days with data: 30
- 30-day change
- -4.64%
- since 2026-08-28
0.023098
0.0213242026-08-28 → 2026-09-26
| Date | 1 UGX in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.021641 | 0.00% |
| 2026-09-25 | 0.021641 | -0.37% |
| 2026-09-24 | 0.021722 | +0.65% |
| 2026-09-23 | 0.021582 | +1.21% |
| 2026-09-22 | 0.021324 | -0.26% |
| 2026-09-21 | 0.02138 | +0.06% |
| 2026-09-20 | 0.021367 | -0.43% |
| 2026-09-19 | 0.021458 | -0.21% |
| 2026-09-18 | 0.021504 | +0.18% |
| 2026-09-17 | 0.021466 | -0.34% |
| 2026-09-16 | 0.021538 | -0.77% |
| 2026-09-15 | 0.021705 | -0.67% |
| 2026-09-14 | 0.021853 | +0.30% |
| 2026-09-13 | 0.021787 | +0.07% |
| 2026-09-12 | 0.021772 | -0.65% |
| Date | 1 UGX in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.021916 | -2.26% |
| 2026-09-10 | 0.022423 | -1.10% |
| 2026-09-09 | 0.022672 | -0.67% |
| 2026-09-08 | 0.022824 | -0.49% |
| 2026-09-07 | 0.022937 | +0.15% |
| 2026-09-06 | 0.022903 | +0.79% |
| 2026-09-05 | 0.022723 | -0.93% |
| 2026-09-04 | 0.022938 | -0.70% |
| 2026-09-03 | 0.023098 | +0.47% |
| 2026-09-02 | 0.02299 | +0.80% |
| 2026-09-01 | 0.022807 | +0.08% |
| 2026-08-31 | 0.022789 | -0.14% |
| 2026-08-30 | 0.022821 | -0.20% |
| 2026-08-29 | 0.022868 | +0.76% |
| 2026-08-28 | 0.022695 | — |
UGX to RUB conversion table
1 UGX0.021641 RUB
5 UGX0.1082 RUB
10 UGX0.21641 RUB
25 UGX0.54102 RUB
50 UGX1.082 RUB
100 UGX2.1641 RUB
500 UGX10.8204 RUB
1,000 UGX21.6408 RUB
5,000 UGX108.2039 RUB
10,000 UGX216.4078 RUB
Get the UGX/RUB rate in your app
One GET request returns the latest UGX → 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/UGX/RUB"fetch('https://rate-api.com/api/v1/pair/UGX/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UGX = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UGX/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UGX = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UGX/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UGX = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "UGX",
"to": "RUB"
},
"rate": 0.0216,
"timestamp": 1790432135,
"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 UGXRussian Ruble → Ugandan Shilling46.209Convert UGX to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.