Skip to content

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

USD/ISK over 5Y: show the values
PointUSD/ISK
2021-09-27128.3125
2021-11-08129.8903
2021-12-20130.0452
2022-01-31128.3614
2022-03-14132.3905
2022-04-27130.5868
2022-06-08129.3417
2022-07-20136.7781
2022-08-31141.7000
2022-10-12144.3437
2022-11-23142.0823
2023-01-05143.6657
2023-02-16144.2056
2023-03-30136.0463
2023-05-16138.6821
2023-06-27135.9693
2023-08-08132.4013
2023-09-19135.2562
2023-10-31138.9020
2023-12-12139.8556
2024-01-26136.4180
2024-03-08136.5715
2024-04-23140.8094
2024-06-05137.5092
2024-07-17136.5466
2024-08-27137.1618
2024-10-07135.2213
2024-11-06138.6629
2024-12-06137.6996
2025-01-05139.9189
2025-02-04142.0416
2025-03-06136.0689
2025-04-05132.1957
2025-05-05129.3309
2025-06-04127.0204
2025-07-04121.0164
2025-08-03123.6953
2025-09-02122.9149
2025-10-02120.9801
2025-11-01125.4880
2025-12-01127.4257
2025-12-31125.2766
2026-01-30121.8223
2026-03-01121.4582
2026-03-31124.8913
2026-04-30123.0559
2026-05-30122.9504
2026-06-30126.3823
2026-07-30124.2593
2026-08-29121.3797

High

144.3437

Low

120.6796

Average

132.0720

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.