Convert INR to HRK
Indian Rupee → Croatian Kuna
1 INR = 0.068959 HRK(1 HRK = 14.50136 INR)
Currency converter
1 INR =
0.068959 HRK
INR to HRK: last 30 days
Over the last 30 days, 1 INR traded between 0.067823 and 0.069075 HRK, averaging 0.068404 HRK. The INR/HRK rate is up 1.68% since 2026-08-28.
- 30-day high
- 0.069075
- 2026-09-24
- 30-day low
- 0.067823
- 2026-08-28
- 30-day average
- 0.068404
- Days with data: 30
- 30-day change
- +1.68%
- since 2026-08-28
0.069075
0.0678232026-08-28 → 2026-09-26
| Date | 1 INR in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 0.068959 | 0.00% |
| 2026-09-25 | 0.068959 | -0.17% |
| 2026-09-24 | 0.069075 | +0.16% |
| 2026-09-23 | 0.068966 | +0.40% |
| 2026-09-22 | 0.068691 | +0.27% |
| 2026-09-21 | 0.06851 | +0.14% |
| 2026-09-20 | 0.068415 | -0.00% |
| 2026-09-19 | 0.068418 | +0.01% |
| 2026-09-18 | 0.068408 | -0.15% |
| 2026-09-17 | 0.068509 | +0.71% |
| 2026-09-16 | 0.068024 | -0.06% |
| 2026-09-15 | 0.068065 | -0.14% |
| 2026-09-14 | 0.06816 | +0.27% |
| 2026-09-13 | 0.067979 | -0.00% |
| 2026-09-12 | 0.06798 | +0.03% |
| Date | 1 INR in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 0.067962 | +0.19% |
| 2026-09-10 | 0.067834 | -0.40% |
| 2026-09-09 | 0.068109 | -0.35% |
| 2026-09-08 | 0.068348 | -0.48% |
| 2026-09-07 | 0.068679 | +0.06% |
| 2026-09-06 | 0.06864 | -0.03% |
| 2026-09-05 | 0.068658 | +0.08% |
| 2026-09-04 | 0.068601 | -0.22% |
| 2026-09-03 | 0.068754 | +0.35% |
| 2026-09-02 | 0.068517 | +0.19% |
| 2026-09-01 | 0.068387 | +0.13% |
| 2026-08-31 | 0.068302 | +0.18% |
| 2026-08-30 | 0.068179 | -0.03% |
| 2026-08-29 | 0.068197 | +0.55% |
| 2026-08-28 | 0.067823 | — |
INR to HRK conversion table
1 INR0.068959 HRK
5 INR0.3448 HRK
10 INR0.68959 HRK
25 INR1.724 HRK
50 INR3.448 HRK
100 INR6.8959 HRK
500 INR34.4795 HRK
1,000 INR68.959 HRK
5,000 INR344.7952 HRK
10,000 INR689.5905 HRK
Get the INR/HRK rate in your app
One GET request returns the latest INR → HRK 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/HRK"fetch('https://rate-api.com/api/v1/pair/INR/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/HRK');
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']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "HRK"
},
"rate": 0.069,
"timestamp": 1790429440,
"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
HRK to INRCroatian Kuna → Indian Rupee14.5014Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.