Skip to content

INR to ISK exchange rate API

Indian Rupee to Iceland Krona · quoted 2026-09-25

1.2555

▼ +27.73% over 5Y

1 INR = 1.2555 ISK · 1 ISK = 0.79647 INR · Get this rate via the API

1 INR buys 1.2555 ISK as of 2026-09-25, so 1 ISK buys 0.79647 INR. Over the last 5 years, INR/ISK traded between 1.2555 and 1.7813, averaged 1.5643 and fell 27.73%. The API holds daily INR/ISK rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/ISK over 5Y

INR/ISK over 5Y: show the values
PointINR/ISK
2021-09-271.7372
2021-11-081.7526
2021-12-201.7146
2022-01-311.7177
2022-03-141.7288
2022-04-271.7047
2022-06-081.6652
2022-07-201.7096
2022-08-311.7813
2022-10-121.7535
2022-11-231.7368
2023-01-051.7411
2023-02-161.7443
2023-03-301.6574
2023-05-161.6867
2023-06-271.6582
2023-08-081.5983
2023-09-191.6255
2023-10-311.6682
2023-12-121.6775
2024-01-261.6410
2024-03-081.6509
2024-04-231.6898
2024-06-051.6481
2024-07-171.6341
2024-08-271.6344
2024-10-071.6098
2024-11-061.6445
2024-12-061.6259
2025-01-051.6297
2025-02-041.6309
2025-03-061.5626
2025-04-051.5466
2025-05-051.5343
2025-06-041.4788
2025-07-041.4169
2025-08-031.4166
2025-09-021.3934
2025-10-021.3636
2025-11-011.4129
2025-12-011.4231
2025-12-311.3940
2026-01-301.3250
2026-03-011.3312
2026-03-311.3311
2026-04-301.2965
2026-05-301.2947
2026-06-301.3351
2026-07-301.2986
2026-08-291.2710

High

1.7813

Low

1.2555

Average

1.5643

For developers

Get this rate via the API

One GET request returns the INR/ISK 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=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=ISK");
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=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/ISK API questions

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

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

How far back does INR/ISK historical data go?

Daily INR/ISK 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/ISK 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.