USD to ISK exchange rate API
US Dollar to Iceland Krona · quoted 2026-09-25
120.6796
▼ +5.95% over 5Y
1 USD = 120.6796 ISK · 1 ISK = 0.008286 USD · Get this rate via the API
1 USD buys 120.6796 ISK as of 2026-09-25, so 1 ISK buys 0.008286 USD. Over the last 5 years, USD/ISK traded between 120.6796 and 144.3437, averaged 132.0720 and fell 5.95%. The API holds daily USD/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/ISK over 5Y: show the values
| Point | USD/ISK |
|---|---|
| 2021-09-27 | 128.3125 |
| 2021-11-08 | 129.8903 |
| 2021-12-20 | 130.0452 |
| 2022-01-31 | 128.3614 |
| 2022-03-14 | 132.3905 |
| 2022-04-27 | 130.5868 |
| 2022-06-08 | 129.3417 |
| 2022-07-20 | 136.7781 |
| 2022-08-31 | 141.7000 |
| 2022-10-12 | 144.3437 |
| 2022-11-23 | 142.0823 |
| 2023-01-05 | 143.6657 |
| 2023-02-16 | 144.2056 |
| 2023-03-30 | 136.0463 |
| 2023-05-16 | 138.6821 |
| 2023-06-27 | 135.9693 |
| 2023-08-08 | 132.4013 |
| 2023-09-19 | 135.2562 |
| 2023-10-31 | 138.9020 |
| 2023-12-12 | 139.8556 |
| 2024-01-26 | 136.4180 |
| 2024-03-08 | 136.5715 |
| 2024-04-23 | 140.8094 |
| 2024-06-05 | 137.5092 |
| 2024-07-17 | 136.5466 |
| 2024-08-27 | 137.1618 |
| 2024-10-07 | 135.2213 |
| 2024-11-06 | 138.6629 |
| 2024-12-06 | 137.6996 |
| 2025-01-05 | 139.9189 |
| 2025-02-04 | 142.0416 |
| 2025-03-06 | 136.0689 |
| 2025-04-05 | 132.1957 |
| 2025-05-05 | 129.3309 |
| 2025-06-04 | 127.0204 |
| 2025-07-04 | 121.0164 |
| 2025-08-03 | 123.6953 |
| 2025-09-02 | 122.9149 |
| 2025-10-02 | 120.9801 |
| 2025-11-01 | 125.4880 |
| 2025-12-01 | 127.4257 |
| 2025-12-31 | 125.2766 |
| 2026-01-30 | 121.8223 |
| 2026-03-01 | 121.4582 |
| 2026-03-31 | 124.8913 |
| 2026-04-30 | 123.0559 |
| 2026-05-30 | 122.9504 |
| 2026-06-30 | 126.3823 |
| 2026-07-30 | 124.2593 |
| 2026-08-29 | 121.3797 |
High
144.3437
Low
120.6796
Average
132.0720
Get this rate via the API
One GET request returns the USD/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=USD¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/ISK API questions
How do I get the USD/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/ISK rate in rates.ISK.
How far back does USD/ISK historical data go?
Daily USD/ISK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/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.