Skip to content

INR to ISK exchange rate API

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

1.2555

▼ +8.20% over 1Y

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 year, INR/ISK traded between 1.2502 and 1.4372, averaged 1.3381 and fell 8.20%. 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 1Y

INR/ISK over 1Y: show the values
PointINR/ISK
2025-09-251.3678
2025-10-021.3636
2025-10-091.3753
2025-10-161.3825
2025-10-231.3967
2025-10-301.4053
2025-11-061.4312
2025-11-131.4265
2025-11-201.4372
2025-11-271.4230
2025-12-041.4212
2025-12-111.4045
2025-12-181.3973
2025-12-251.3991
2026-01-011.3950
2026-01-081.4021
2026-01-151.3928
2026-01-221.3617
2026-01-291.3163
2026-02-051.3590
2026-02-121.3499
2026-02-191.3519
2026-02-261.3340
2026-03-051.3590
2026-03-121.3581
2026-03-191.3385
2026-03-261.3204
2026-04-021.3458
2026-04-091.3263
2026-04-161.3126
2026-04-231.3067
2026-04-301.2965
2026-05-071.2962
2026-05-141.2814
2026-05-211.2851
2026-05-281.2881
2026-06-041.2880
2026-06-121.3107
2026-06-191.3313
2026-06-261.3379
2026-07-031.3211
2026-07-101.3178
2026-07-171.3024
2026-07-241.3016
2026-07-311.3017
2026-08-071.2984
2026-08-141.2883
2026-08-211.2647
2026-08-281.2678
2026-09-041.2821
2026-09-111.2603
2026-09-181.2687
2026-09-251.2502

High

1.4372

Low

1.2502

Average

1.3381

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.