Convert RUB to UZS
Russian Ruble → Uzbekistani Som
1 RUB = 138.98733 UZS(1 UZS = 0.0071949 RUB)
Currency converter
1 RUB =
138.9873 UZS
RUB to UZS: last 30 days
Over the last 30 days, 1 RUB traded between 135.0872 and 140.8467 UZS, averaging 138.4702 UZS. The RUB/UZS rate is up 0.62% since 2026-08-28.
- 30-day high
- 140.8467
- 2026-09-22
- 30-day low
- 135.0872
- 2026-09-03
- 30-day average
- 138.4702
- Days with data: 30
- 30-day change
- +0.62%
- since 2026-08-28
140.8467
135.08722026-08-28 → 2026-09-26
| Date | 1 RUB in UZS | Daily change |
|---|---|---|
| 2026-09-26 | 138.9873 | 0.00% |
| 2026-09-25 | 138.9873 | -0.25% |
| 2026-09-24 | 139.337 | -0.35% |
| 2026-09-23 | 139.8288 | -0.72% |
| 2026-09-22 | 140.8467 | +0.16% |
| 2026-09-21 | 140.6231 | -0.13% |
| 2026-09-20 | 140.8034 | +0.33% |
| 2026-09-19 | 140.3454 | +0.29% |
| 2026-09-18 | 139.9415 | +0.02% |
| 2026-09-17 | 139.9159 | +0.08% |
| 2026-09-16 | 139.8043 | +0.71% |
| 2026-09-15 | 138.8254 | -0.04% |
| 2026-09-14 | 138.8792 | -0.52% |
| 2026-09-13 | 139.608 | -0.29% |
| 2026-09-12 | 140.0103 | -0.27% |
| Date | 1 RUB in UZS | Daily change |
|---|---|---|
| 2026-09-11 | 140.3843 | +1.04% |
| 2026-09-10 | 138.9343 | +1.00% |
| 2026-09-09 | 137.5596 | +0.78% |
| 2026-09-08 | 136.5014 | +0.37% |
| 2026-09-07 | 135.9983 | -0.13% |
| 2026-09-06 | 136.1734 | -0.90% |
| 2026-09-05 | 137.4158 | +1.09% |
| 2026-09-04 | 135.9308 | +0.62% |
| 2026-09-03 | 135.0872 | -0.73% |
| 2026-09-02 | 136.0813 | -0.55% |
| 2026-09-01 | 136.8371 | -0.59% |
| 2026-08-31 | 137.6455 | +0.14% |
| 2026-08-30 | 137.4599 | +0.18% |
| 2026-08-29 | 137.2147 | -0.67% |
| 2026-08-28 | 138.1372 | — |
RUB to UZS conversion table
1 RUB138.9873 UZS
5 RUB694.9366 UZS
10 RUB1,389.8733 UZS
25 RUB3,474.6831 UZS
50 RUB6,949.3663 UZS
100 RUB13,898.733 UZS
500 RUB69,493.663 UZS
1,000 RUB138,987.33 UZS
5,000 RUB694,936.63 UZS
10,000 RUB1,389,873.3 UZS
Get the RUB/UZS rate in your app
One GET request returns the latest RUB → UZS 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/UZS"fetch('https://rate-api.com/api/v1/pair/RUB/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/UZS');
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']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "UZS"
},
"rate": 138.9873,
"timestamp": 1790429345,
"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
UZS to RUBUzbekistani Som → Russian Ruble0.0071949Convert RUB to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.