Convert INR to UYU
Indian Rupee → Uruguayan Peso
1 INR = 0.418092 UYU(1 UYU = 2.391817 INR)
Currency converter
1 INR =
0.41809 UYU
INR to UYU: last 30 days
Over the last 30 days, 1 INR traded between 0.41809 and 0.426 UYU, averaging 0.42174 UYU. The INR/UYU rate is down 0.67% since 2026-08-28.
- 30-day high
- 0.426
- 2026-09-07
- 30-day low
- 0.41809
- 2026-09-25
- 30-day average
- 0.42174
- Days with data: 30
- 30-day change
- -0.67%
- since 2026-08-28
0.426
0.418092026-08-28 → 2026-09-26
| Date | 1 INR in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 0.41809 | 0.00% |
| 2026-09-25 | 0.41809 | -0.26% |
| 2026-09-24 | 0.41918 | -0.22% |
| 2026-09-23 | 0.42012 | -0.15% |
| 2026-09-22 | 0.42073 | +0.33% |
| 2026-09-21 | 0.41935 | +0.15% |
| 2026-09-20 | 0.4187 | -0.15% |
| 2026-09-19 | 0.41932 | +0.01% |
| 2026-09-18 | 0.41928 | -0.53% |
| 2026-09-17 | 0.42151 | +0.70% |
| 2026-09-16 | 0.41859 | -0.03% |
| 2026-09-15 | 0.41871 | -0.40% |
| 2026-09-14 | 0.4204 | -0.33% |
| 2026-09-13 | 0.42178 | +0.25% |
| 2026-09-12 | 0.42073 | -0.17% |
| Date | 1 INR in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 0.42146 | -0.03% |
| 2026-09-10 | 0.42158 | -0.26% |
| 2026-09-09 | 0.42268 | -0.39% |
| 2026-09-08 | 0.42435 | -0.39% |
| 2026-09-07 | 0.426 | +0.05% |
| 2026-09-06 | 0.4258 | -0.03% |
| 2026-09-05 | 0.42593 | +0.19% |
| 2026-09-04 | 0.42514 | -0.10% |
| 2026-09-03 | 0.42556 | +0.21% |
| 2026-09-02 | 0.42465 | +0.19% |
| 2026-09-01 | 0.42384 | -0.33% |
| 2026-08-31 | 0.42524 | +0.71% |
| 2026-08-30 | 0.42226 | +0.01% |
| 2026-08-29 | 0.42222 | +0.31% |
| 2026-08-28 | 0.42091 | — |
INR to UYU conversion table
1 INR0.41809 UYU
5 INR2.0905 UYU
10 INR4.1809 UYU
25 INR10.4523 UYU
50 INR20.9046 UYU
100 INR41.8092 UYU
500 INR209.0461 UYU
1,000 INR418.0921 UYU
5,000 INR2,090.4607 UYU
10,000 INR4,180.9213 UYU
Get the INR/UYU rate in your app
One GET request returns the latest INR → 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/INR/UYU"fetch('https://rate-api.com/api/v1/pair/INR/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/UYU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "UYU"
},
"rate": 0.4181,
"timestamp": 1790438065,
"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
UYU to INRUruguayan Peso → Indian Rupee2.3918Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.