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: show the values
| Point | INR/ISK |
|---|---|
| 2021-09-27 | 1.7372 |
| 2021-11-08 | 1.7526 |
| 2021-12-20 | 1.7146 |
| 2022-01-31 | 1.7177 |
| 2022-03-14 | 1.7288 |
| 2022-04-27 | 1.7047 |
| 2022-06-08 | 1.6652 |
| 2022-07-20 | 1.7096 |
| 2022-08-31 | 1.7813 |
| 2022-10-12 | 1.7535 |
| 2022-11-23 | 1.7368 |
| 2023-01-05 | 1.7411 |
| 2023-02-16 | 1.7443 |
| 2023-03-30 | 1.6574 |
| 2023-05-16 | 1.6867 |
| 2023-06-27 | 1.6582 |
| 2023-08-08 | 1.5983 |
| 2023-09-19 | 1.6255 |
| 2023-10-31 | 1.6682 |
| 2023-12-12 | 1.6775 |
| 2024-01-26 | 1.6410 |
| 2024-03-08 | 1.6509 |
| 2024-04-23 | 1.6898 |
| 2024-06-05 | 1.6481 |
| 2024-07-17 | 1.6341 |
| 2024-08-27 | 1.6344 |
| 2024-10-07 | 1.6098 |
| 2024-11-06 | 1.6445 |
| 2024-12-06 | 1.6259 |
| 2025-01-05 | 1.6297 |
| 2025-02-04 | 1.6309 |
| 2025-03-06 | 1.5626 |
| 2025-04-05 | 1.5466 |
| 2025-05-05 | 1.5343 |
| 2025-06-04 | 1.4788 |
| 2025-07-04 | 1.4169 |
| 2025-08-03 | 1.4166 |
| 2025-09-02 | 1.3934 |
| 2025-10-02 | 1.3636 |
| 2025-11-01 | 1.4129 |
| 2025-12-01 | 1.4231 |
| 2025-12-31 | 1.3940 |
| 2026-01-30 | 1.3250 |
| 2026-03-01 | 1.3312 |
| 2026-03-31 | 1.3311 |
| 2026-04-30 | 1.2965 |
| 2026-05-30 | 1.2947 |
| 2026-06-30 | 1.3351 |
| 2026-07-30 | 1.2986 |
| 2026-08-29 | 1.2710 |
High
1.7813
Low
1.2555
Average
1.5643
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.