Convert INR to UZS
Indian Rupee → Uzbekistani Som
1 INR = 123.31526 UZS(1 UZS = 0.0081093 INR)
Currency converter
1 INR =
123.3153 UZS
INR to UZS: last 30 days
Over the last 30 days, 1 INR traded between 122.2628 and 124.8118 UZS, averaging 123.7076 UZS. The INR/UZS rate is down 0.37% since 2026-08-28.
- 30-day high
- 124.8118
- 2026-09-05
- 30-day low
- 122.2628
- 2026-09-15
- 30-day average
- 123.7076
- Days with data: 30
- 30-day change
- -0.37%
- since 2026-08-28
124.8118
122.26282026-08-28 → 2026-09-26
| Date | 1 INR in UZS | Daily change |
|---|---|---|
| 2026-09-26 | 123.3153 | 0.00% |
| 2026-09-25 | 123.3153 | +0.10% |
| 2026-09-24 | 123.1911 | +0.06% |
| 2026-09-23 | 123.1157 | -0.24% |
| 2026-09-22 | 123.4133 | -0.09% |
| 2026-09-21 | 123.5184 | +0.03% |
| 2026-09-20 | 123.482 | -0.04% |
| 2026-09-19 | 123.5368 | +0.17% |
| 2026-09-18 | 123.3312 | +0.40% |
| 2026-09-17 | 122.8371 | +0.14% |
| 2026-09-16 | 122.6679 | +0.33% |
| 2026-09-15 | 122.2628 | -0.48% |
| 2026-09-14 | 122.8549 | -0.23% |
| 2026-09-13 | 123.1351 | -0.18% |
| 2026-09-12 | 123.3529 | +0.01% |
| Date | 1 INR in UZS | Daily change |
|---|---|---|
| 2026-09-11 | 123.3435 | -0.31% |
| 2026-09-10 | 123.7301 | -0.35% |
| 2026-09-09 | 124.1633 | +0.02% |
| 2026-09-08 | 124.1326 | -0.42% |
| 2026-09-07 | 124.6593 | -0.07% |
| 2026-09-06 | 124.7434 | -0.05% |
| 2026-09-05 | 124.8118 | +0.12% |
| 2026-09-04 | 124.6646 | -0.11% |
| 2026-09-03 | 124.8042 | +0.32% |
| 2026-09-02 | 124.4102 | +0.01% |
| 2026-09-01 | 124.399 | +0.05% |
| 2026-08-31 | 124.3401 | +0.31% |
| 2026-08-30 | 123.9564 | -0.01% |
| 2026-08-29 | 123.9659 | +0.16% |
| 2026-08-28 | 123.7731 | — |
INR to UZS conversion table
1 INR123.3153 UZS
5 INR616.5763 UZS
10 INR1,233.1526 UZS
25 INR3,082.8814 UZS
50 INR6,165.7629 UZS
100 INR12,331.526 UZS
500 INR61,657.629 UZS
1,000 INR123,315.26 UZS
5,000 INR616,576.29 UZS
10,000 INR1,233,152.6 UZS
Get the INR/UZS rate in your app
One GET request returns the latest INR → 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/INR/UZS"fetch('https://rate-api.com/api/v1/pair/INR/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/UZS');
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']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "UZS"
},
"rate": 123.3153,
"timestamp": 1790429444,
"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 INRUzbekistani Som → Indian Rupee0.0081093Convert INR to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.