Convert INR to UAH
Indian Rupee → Ukrainian Hryvnia
1 INR = 0.467988 UAH(1 UAH = 2.136805 INR)
Currency converter
1 INR =
0.46799 UAH
INR to UAH: last 30 days
Over the last 30 days, 1 INR traded between 0.46513 and 0.47283 UAH, averaging 0.46808 UAH. The INR/UAH rate is up 0.18% since 2026-08-28.
- 30-day high
- 0.47283
- 2026-09-04
- 30-day low
- 0.46513
- 2026-09-16
- 30-day average
- 0.46808
- Days with data: 30
- 30-day change
- +0.18%
- since 2026-08-28
0.47283
0.465132026-08-28 → 2026-09-26
| Date | 1 INR in UAH | Daily change |
|---|---|---|
| 2026-09-26 | 0.46799 | 0.00% |
| 2026-09-25 | 0.46799 | -0.14% |
| 2026-09-24 | 0.46866 | +0.03% |
| 2026-09-23 | 0.46853 | +0.04% |
| 2026-09-22 | 0.46833 | +0.35% |
| 2026-09-21 | 0.46672 | +0.18% |
| 2026-09-20 | 0.4659 | +0.00% |
| 2026-09-19 | 0.46587 | -0.03% |
| 2026-09-18 | 0.46601 | +0.10% |
| 2026-09-17 | 0.46554 | +0.09% |
| 2026-09-16 | 0.46513 | -0.14% |
| 2026-09-15 | 0.46578 | -0.03% |
| 2026-09-14 | 0.46594 | -0.16% |
| 2026-09-13 | 0.46668 | +0.17% |
| 2026-09-12 | 0.4659 | +0.02% |
| Date | 1 INR in UAH | Daily change |
|---|---|---|
| 2026-09-11 | 0.46579 | -0.50% |
| 2026-09-10 | 0.46812 | -0.24% |
| 2026-09-09 | 0.46924 | +0.19% |
| 2026-09-08 | 0.46837 | -0.88% |
| 2026-09-07 | 0.47252 | +0.08% |
| 2026-09-06 | 0.47216 | +0.18% |
| 2026-09-05 | 0.4713 | -0.32% |
| 2026-09-04 | 0.47283 | +0.15% |
| 2026-09-03 | 0.47213 | +0.68% |
| 2026-09-02 | 0.46893 | +0.08% |
| 2026-09-01 | 0.46856 | -0.20% |
| 2026-08-31 | 0.4695 | +0.48% |
| 2026-08-30 | 0.46724 | -0.08% |
| 2026-08-29 | 0.46762 | +0.10% |
| 2026-08-28 | 0.46715 | — |
INR to UAH conversion table
1 INR0.46799 UAH
5 INR2.3399 UAH
10 INR4.6799 UAH
25 INR11.6997 UAH
50 INR23.3994 UAH
100 INR46.7988 UAH
500 INR233.9942 UAH
1,000 INR467.9884 UAH
5,000 INR2,339.9421 UAH
10,000 INR4,679.8842 UAH
Get the INR/UAH rate in your app
One GET request returns the latest INR → UAH 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/UAH"fetch('https://rate-api.com/api/v1/pair/INR/UAH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} UAH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/UAH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} UAH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/UAH');
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']} UAH\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "UAH"
},
"rate": 0.468,
"timestamp": 1790429398,
"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
UAH to INRUkrainian Hryvnia → Indian Rupee2.1368Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.