Skip to content

USD to ISK exchange rate API

US Dollar to Iceland Krona · quoted 2026-09-25

120.6796

▼ +3.26% over 6M

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 6 months, USD/ISK traded between 120.6796 and 126.2493, averaged 123.3481 and fell 3.26%. 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 6M

USD/ISK over 6M: show the values
PointUSD/ISK
2026-03-29124.7461
2026-04-05125.3161
2026-04-12122.1904
2026-04-19122.0704
2026-04-26122.6504
2026-05-03122.6803
2026-05-10122.0104
2026-05-17123.5371
2026-05-24123.7622
2026-05-31122.9491
2026-06-08124.4367
2026-06-15124.7523
2026-06-22125.6983
2026-06-29126.2493
2026-07-06126.1498
2026-07-13125.5252
2026-07-20125.3282
2026-07-27125.3841
2026-08-03123.1036
2026-08-10123.0636
2026-08-17122.6602
2026-08-24121.0562
2026-08-31121.4212
2026-09-07121.1495
2026-09-14121.0285
2026-09-21120.8007

High

126.2493

Low

120.6796

Average

123.3481

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.