Convert UZS to RUB
Uzbekistani Som → Russian Ruble
1 UZS = 0.0071949 RUB(1 RUB = 138.98733 UZS)
Currency converter
1 UZS =
0.0071949 RUB
UZS to RUB: last 30 days
Over the last 30 days, 1 UZS traded between 0.0070999 and 0.0074026 RUB, averaging 0.0072228 RUB. The UZS/RUB rate is down 0.61% since 2026-08-28.
- 30-day high
- 0.0074026
- 2026-09-03
- 30-day low
- 0.0070999
- 2026-09-22
- 30-day average
- 0.0072228
- Days with data: 30
- 30-day change
- -0.61%
- since 2026-08-28
0.0074026
0.00709992026-08-28 → 2026-09-26
| Date | 1 UZS in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.0071949 | 0.00% |
| 2026-09-25 | 0.0071949 | +0.25% |
| 2026-09-24 | 0.0071768 | +0.35% |
| 2026-09-23 | 0.0071516 | +0.73% |
| 2026-09-22 | 0.0070999 | -0.16% |
| 2026-09-21 | 0.0071112 | +0.13% |
| 2026-09-20 | 0.0071021 | -0.33% |
| 2026-09-19 | 0.0071253 | -0.29% |
| 2026-09-18 | 0.0071458 | -0.02% |
| 2026-09-17 | 0.0071472 | -0.08% |
| 2026-09-16 | 0.0071529 | -0.70% |
| 2026-09-15 | 0.0072033 | +0.04% |
| 2026-09-14 | 0.0072005 | +0.52% |
| 2026-09-13 | 0.0071629 | +0.29% |
| 2026-09-12 | 0.0071423 | +0.27% |
| Date | 1 UZS in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.0071233 | -1.03% |
| 2026-09-10 | 0.0071976 | -0.99% |
| 2026-09-09 | 0.0072696 | -0.77% |
| 2026-09-08 | 0.0073259 | -0.37% |
| 2026-09-07 | 0.007353 | +0.13% |
| 2026-09-06 | 0.0073436 | +0.91% |
| 2026-09-05 | 0.0072772 | -1.08% |
| 2026-09-04 | 0.0073567 | -0.62% |
| 2026-09-03 | 0.0074026 | +0.74% |
| 2026-09-02 | 0.0073485 | +0.56% |
| 2026-09-01 | 0.007308 | +0.59% |
| 2026-08-31 | 0.007265 | -0.13% |
| 2026-08-30 | 0.0072748 | -0.18% |
| 2026-08-29 | 0.0072878 | +0.67% |
| 2026-08-28 | 0.0072392 | — |
UZS to RUB conversion table
1 UZS0.0071949 RUB
5 UZS0.035975 RUB
10 UZS0.071949 RUB
25 UZS0.17987 RUB
50 UZS0.35975 RUB
100 UZS0.71949 RUB
500 UZS3.5975 RUB
1,000 UZS7.1949 RUB
5,000 UZS35.9745 RUB
10,000 UZS71.949 RUB
Get the UZS/RUB rate in your app
One GET request returns the latest UZS → 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/UZS/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/UZS/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UZS = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UZS/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UZS = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UZS/RUB?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UZS = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "UZS",
"to": "RUB"
},
"rate": 0.007195,
"timestamp": 1790435070,
"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 UZSRussian Ruble → Uzbekistani Som138.9873Convert UZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.