Convert UAH to INR
Ukrainian Hryvnia → Indian Rupee
1 UAH = 2.136805 INR(1 INR = 0.467988 UAH)
Currency converter
1 UAH =
2.1368 INR
UAH to INR: last 30 days
Over the last 30 days, 1 UAH traded between 2.1149 and 2.1499 INR, averaging 2.1364 INR. The UAH/INR rate is down 0.18% since 2026-08-28.
- 30-day high
- 2.1499
- 2026-09-16
- 30-day low
- 2.1149
- 2026-09-04
- 30-day average
- 2.1364
- Days with data: 30
- 30-day change
- -0.18%
- since 2026-08-28
2.1499
2.11492026-08-28 → 2026-09-26
| Date | 1 UAH in INR | Daily change |
|---|---|---|
| 2026-09-26 | 2.1368 | 0.00% |
| 2026-09-25 | 2.1368 | +0.14% |
| 2026-09-24 | 2.1337 | -0.03% |
| 2026-09-23 | 2.1344 | -0.04% |
| 2026-09-22 | 2.1352 | -0.34% |
| 2026-09-21 | 2.1426 | -0.18% |
| 2026-09-20 | 2.1464 | -0.00% |
| 2026-09-19 | 2.1465 | +0.03% |
| 2026-09-18 | 2.1459 | -0.10% |
| 2026-09-17 | 2.148 | -0.09% |
| 2026-09-16 | 2.1499 | +0.14% |
| 2026-09-15 | 2.147 | +0.03% |
| 2026-09-14 | 2.1462 | +0.16% |
| 2026-09-13 | 2.1428 | -0.17% |
| 2026-09-12 | 2.1464 | -0.02% |
| Date | 1 UAH in INR | Daily change |
|---|---|---|
| 2026-09-11 | 2.1469 | +0.50% |
| 2026-09-10 | 2.1362 | +0.24% |
| 2026-09-09 | 2.1311 | -0.19% |
| 2026-09-08 | 2.1351 | +0.89% |
| 2026-09-07 | 2.1163 | -0.08% |
| 2026-09-06 | 2.1179 | -0.18% |
| 2026-09-05 | 2.1218 | +0.33% |
| 2026-09-04 | 2.1149 | -0.15% |
| 2026-09-03 | 2.1181 | -0.68% |
| 2026-09-02 | 2.1325 | -0.08% |
| 2026-09-01 | 2.1342 | +0.20% |
| 2026-08-31 | 2.1299 | -0.48% |
| 2026-08-30 | 2.1402 | +0.08% |
| 2026-08-29 | 2.1385 | -0.10% |
| 2026-08-28 | 2.1406 | — |
UAH to INR conversion table
1 UAH2.1368 INR
5 UAH10.684 INR
10 UAH21.3681 INR
25 UAH53.4201 INR
50 UAH106.8403 INR
100 UAH213.6805 INR
500 UAH1,068.4025 INR
1,000 UAH2,136.805 INR
5,000 UAH10,684.025 INR
10,000 UAH21,368.05 INR
Get the UAH/INR rate in your app
One GET request returns the latest UAH → 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/UAH/INR"fetch('https://rate-api.com/api/v1/pair/UAH/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UAH = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UAH/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UAH = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UAH/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UAH = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "UAH",
"to": "INR"
},
"rate": 2.1368,
"timestamp": 1790432217,
"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 UAHIndian Rupee → Ukrainian Hryvnia0.46799Convert UAH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.