Skip to content

INR to HRK exchange rate API

Indian Rupee to Croatian Kuna · quoted 2026-09-25

0.06886

▼ +20.70% over 5Y

1 INR = 0.06886 HRK · 1 HRK = 14.5214 INR · Get this rate via the API

1 INR buys 0.06886 HRK as of 2026-09-25, so 1 HRK buys 14.5214 INR. Over the last 5 years, INR/HRK traded between 0.06783 and 0.09447, averaged 0.07952 and fell 20.70%. The API holds daily INR/HRK rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/HRK over 5Y

INR/HRK over 5Y: show the values
PointINR/HRK
2021-09-270.08683
2021-11-080.08762
2021-12-200.08789
2022-01-310.09032
2022-03-140.09025
2022-04-270.09331
2022-06-080.09017
2022-07-200.09209
2022-08-310.09447
2022-10-120.09423
2022-11-230.08931
2024-08-300.08113
2024-10-100.08199
2024-11-090.08328
2024-12-090.08413
2025-01-080.08474
2025-02-070.08295
2025-03-090.07987
2025-04-090.07880
2025-05-100.07838
2025-06-100.07730
2025-07-100.07482
2025-08-090.07387
2025-09-080.07309
2025-10-090.07290
2025-11-080.07347
2025-12-080.07181
2026-01-080.07177
2026-02-070.07044
2026-03-090.07082
2026-04-080.07000
2026-05-080.06799
2026-06-110.06813
2026-07-110.06913
2026-08-100.06843
2026-09-100.06783

High

0.09447

Low

0.06783

Average

0.07952

For developers

Get this rate via the API

One GET request returns the INR/HRK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=HRK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=HRK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=HRK").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/HRK API questions

How do I get the INR/HRK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=HRK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/HRK rate in rates.HRK.

How far back does INR/HRK historical data go?

Daily INR/HRK rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/HRK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.