Convert UYU to INR
Uruguayan Peso → Indian Rupee
1 UYU = 2.391817 INR(1 INR = 0.418092 UYU)
Currency converter
1 UYU =
2.3918 INR
UYU to INR: last 30 days
Over the last 30 days, 1 UYU traded between 2.3474 and 2.3918 INR, averaging 2.3712 INR. The UYU/INR rate is up 0.67% since 2026-08-28.
- 30-day high
- 2.3918
- 2026-09-25
- 30-day low
- 2.3474
- 2026-09-07
- 30-day average
- 2.3712
- Days with data: 30
- 30-day change
- +0.67%
- since 2026-08-28
2.3918
2.34742026-08-28 → 2026-09-26
| Date | 1 UYU in INR | Daily change |
|---|---|---|
| 2026-09-26 | 2.3918 | 0.00% |
| 2026-09-25 | 2.3918 | +0.26% |
| 2026-09-24 | 2.3856 | +0.22% |
| 2026-09-23 | 2.3803 | +0.15% |
| 2026-09-22 | 2.3768 | -0.33% |
| 2026-09-21 | 2.3847 | -0.15% |
| 2026-09-20 | 2.3883 | +0.15% |
| 2026-09-19 | 2.3848 | -0.01% |
| 2026-09-18 | 2.385 | +0.53% |
| 2026-09-17 | 2.3724 | -0.69% |
| 2026-09-16 | 2.3889 | +0.03% |
| 2026-09-15 | 2.3883 | +0.40% |
| 2026-09-14 | 2.3787 | +0.33% |
| 2026-09-13 | 2.3709 | -0.25% |
| 2026-09-12 | 2.3768 | +0.17% |
| Date | 1 UYU in INR | Daily change |
|---|---|---|
| 2026-09-11 | 2.3727 | +0.03% |
| 2026-09-10 | 2.372 | +0.26% |
| 2026-09-09 | 2.3659 | +0.40% |
| 2026-09-08 | 2.3565 | +0.39% |
| 2026-09-07 | 2.3474 | -0.05% |
| 2026-09-06 | 2.3485 | +0.03% |
| 2026-09-05 | 2.3478 | -0.19% |
| 2026-09-04 | 2.3522 | +0.10% |
| 2026-09-03 | 2.3499 | -0.21% |
| 2026-09-02 | 2.3549 | -0.19% |
| 2026-09-01 | 2.3594 | +0.33% |
| 2026-08-31 | 2.3516 | -0.70% |
| 2026-08-30 | 2.3682 | -0.01% |
| 2026-08-29 | 2.3685 | -0.31% |
| 2026-08-28 | 2.3758 | — |
UYU to INR conversion table
1 UYU2.3918 INR
5 UYU11.9591 INR
10 UYU23.9182 INR
25 UYU59.7954 INR
50 UYU119.5909 INR
100 UYU239.1817 INR
500 UYU1,195.9087 INR
1,000 UYU2,391.8173 INR
5,000 UYU11,959.087 INR
10,000 UYU23,918.173 INR
Get the UYU/INR rate in your app
One GET request returns the latest UYU → INR 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/UYU/INR"fetch('https://rate-api.com/api/v1/pair/UYU/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UYU = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UYU/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UYU = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UYU/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UYU = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "UYU",
"to": "INR"
},
"rate": 2.3918,
"timestamp": 1790435317,
"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
INR to UYUIndian Rupee → Uruguayan Peso0.41809Convert UYU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.