Convert RUB to UYU
Russian Ruble → Uruguayan Peso
1 RUB = 0.474822 UYU(1 UYU = 2.106054 RUB)
Currency converter
1 RUB =
0.47482 UYU
RUB to UYU: last 30 days
Over the last 30 days, 1 RUB traded between 0.46062 and 0.48017 UYU, averaging 0.47235 UYU. The RUB/UYU rate is up 1.60% since 2026-08-29.
- 30-day high
- 0.48017
- 2026-09-22
- 30-day low
- 0.46062
- 2026-09-03
- 30-day average
- 0.47235
- Days with data: 30
- 30-day change
- +1.60%
- since 2026-08-29
0.48017
0.460622026-08-29 → 2026-09-27
| Date | 1 RUB in UYU | Daily change |
|---|---|---|
| 2026-09-27 | 0.47482 | 0.00% |
| 2026-09-26 | 0.47482 | +0.76% |
| 2026-09-25 | 0.47123 | -0.61% |
| 2026-09-24 | 0.47412 | -0.63% |
| 2026-09-23 | 0.47715 | -0.63% |
| 2026-09-22 | 0.48017 | +0.58% |
| 2026-09-21 | 0.47742 | -0.00% |
| 2026-09-20 | 0.47743 | +0.22% |
| 2026-09-19 | 0.47637 | +0.13% |
| 2026-09-18 | 0.47575 | -0.91% |
| 2026-09-17 | 0.48012 | +0.64% |
| 2026-09-16 | 0.47707 | +0.34% |
| 2026-09-15 | 0.47543 | +0.04% |
| 2026-09-14 | 0.47523 | -0.62% |
| 2026-09-13 | 0.47821 | +0.14% |
| Date | 1 RUB in UYU | Daily change |
|---|---|---|
| 2026-09-12 | 0.47755 | -0.45% |
| 2026-09-11 | 0.47969 | +1.33% |
| 2026-09-10 | 0.47339 | +1.09% |
| 2026-09-09 | 0.46828 | +0.35% |
| 2026-09-08 | 0.46664 | +0.41% |
| 2026-09-07 | 0.46475 | -0.01% |
| 2026-09-06 | 0.46481 | -0.88% |
| 2026-09-05 | 0.46894 | +1.16% |
| 2026-09-04 | 0.46356 | +0.64% |
| 2026-09-03 | 0.46062 | -0.83% |
| 2026-09-02 | 0.46449 | -0.37% |
| 2026-09-01 | 0.46622 | -0.96% |
| 2026-08-31 | 0.47075 | +0.53% |
| 2026-08-30 | 0.46826 | +0.20% |
| 2026-08-29 | 0.46734 | — |
RUB to UYU conversion table
1 RUB0.47482 UYU
5 RUB2.3741 UYU
10 RUB4.7482 UYU
25 RUB11.8705 UYU
50 RUB23.7411 UYU
100 RUB47.4822 UYU
500 RUB237.4108 UYU
1,000 RUB474.8216 UYU
5,000 RUB2,374.1082 UYU
10,000 RUB4,748.2163 UYU
Get the RUB/UYU rate in your app
One GET request returns the latest RUB → UYU 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/UYU"fetch('https://rate-api.com/api/v1/pair/RUB/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/UYU');
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']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "UYU"
},
"rate": 0.4748,
"timestamp": 1790470786,
"date": "2026-09-27"
}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
UYU to RUBUruguayan Peso → Russian Ruble2.1061Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.