Skip to content

INR to ISK exchange rate API

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

1.2555

▼ +9.93% over YTD

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 year to date, INR/ISK traded between 1.2555 and 1.4021, averaged 1.3144 and fell 9.93%. 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 YTD

INR/ISK over YTD: show the values
PointINR/ISK
2025-12-311.3940
2026-01-071.4021
2026-01-141.3915
2026-01-211.3590
2026-01-281.3171
2026-02-041.3568
2026-02-111.3382
2026-02-181.3488
2026-02-251.3390
2026-03-041.3490
2026-03-111.3599
2026-03-181.3442
2026-03-251.3168
2026-04-011.3281
2026-04-081.3321
2026-04-151.3083
2026-04-221.3066
2026-04-291.2933
2026-05-061.2904
2026-05-131.2812
2026-05-201.2767
2026-05-271.2877
2026-06-031.2901
2026-06-111.3015
2026-06-181.3356
2026-06-251.3450
2026-07-021.3242
2026-07-091.3147
2026-07-161.2942
2026-07-231.3033
2026-07-301.2986
2026-08-061.2920
2026-08-131.2918
2026-08-201.2701
2026-08-271.2619
2026-09-031.2811
2026-09-101.2628
2026-09-171.2692
2026-09-241.2652

High

1.4021

Low

1.2555

Average

1.3144

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.