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: show the values
| Point | INR/ISK |
|---|---|
| 2025-09-25 | 1.3678 |
| 2025-10-02 | 1.3636 |
| 2025-10-09 | 1.3753 |
| 2025-10-16 | 1.3825 |
| 2025-10-23 | 1.3967 |
| 2025-10-30 | 1.4053 |
| 2025-11-06 | 1.4312 |
| 2025-11-13 | 1.4265 |
| 2025-11-20 | 1.4372 |
| 2025-11-27 | 1.4230 |
| 2025-12-04 | 1.4212 |
| 2025-12-11 | 1.4045 |
| 2025-12-18 | 1.3973 |
| 2025-12-25 | 1.3991 |
| 2026-01-01 | 1.3950 |
| 2026-01-08 | 1.4021 |
| 2026-01-15 | 1.3928 |
| 2026-01-22 | 1.3617 |
| 2026-01-29 | 1.3163 |
| 2026-02-05 | 1.3590 |
| 2026-02-12 | 1.3499 |
| 2026-02-19 | 1.3519 |
| 2026-02-26 | 1.3340 |
| 2026-03-05 | 1.3590 |
| 2026-03-12 | 1.3581 |
| 2026-03-19 | 1.3385 |
| 2026-03-26 | 1.3204 |
| 2026-04-02 | 1.3458 |
| 2026-04-09 | 1.3263 |
| 2026-04-16 | 1.3126 |
| 2026-04-23 | 1.3067 |
| 2026-04-30 | 1.2965 |
| 2026-05-07 | 1.2962 |
| 2026-05-14 | 1.2814 |
| 2026-05-21 | 1.2851 |
| 2026-05-28 | 1.2881 |
| 2026-06-04 | 1.2880 |
| 2026-06-12 | 1.3107 |
| 2026-06-19 | 1.3313 |
| 2026-06-26 | 1.3379 |
| 2026-07-03 | 1.3211 |
| 2026-07-10 | 1.3178 |
| 2026-07-17 | 1.3024 |
| 2026-07-24 | 1.3016 |
| 2026-07-31 | 1.3017 |
| 2026-08-07 | 1.2984 |
| 2026-08-14 | 1.2883 |
| 2026-08-21 | 1.2647 |
| 2026-08-28 | 1.2678 |
| 2026-09-04 | 1.2821 |
| 2026-09-11 | 1.2603 |
| 2026-09-18 | 1.2687 |
| 2026-09-25 | 1.2502 |
High
1.4372
Low
1.2502
Average
1.3381
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.