Skip to content

USD to ISK exchange rate API

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

120.6796

▼ +0.52% over 1Y

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 year, USD/ISK traded between 119.7930 and 127.7216, averaged 123.8200 and fell 0.52%. 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 1Y

USD/ISK over 1Y: show the values
PointUSD/ISK
2025-09-25121.3051
2025-10-02120.9801
2025-10-09122.1256
2025-10-16121.5555
2025-10-23122.6602
2025-10-30124.6753
2025-11-06126.7667
2025-11-13126.5169
2025-11-20127.4970
2025-11-27127.2225
2025-12-04127.7216
2025-12-11126.8568
2025-12-18126.1200
2025-12-25125.6665
2026-01-01125.3781
2026-01-08126.0814
2026-01-15125.7743
2026-01-22124.7224
2026-01-29120.9893
2026-02-05122.7327
2026-02-12122.2840
2026-02-19123.2877
2026-02-26121.2968
2026-03-05124.5481
2026-03-12125.2273
2026-03-19124.8150
2026-03-26124.2742
2026-04-02125.2928
2026-04-09122.8926
2026-04-16122.3901
2026-04-23122.9690
2026-04-30123.0559
2026-05-07122.1750
2026-05-14122.7141
2026-05-21123.6313
2026-05-28123.2676
2026-06-04123.3677
2026-06-12124.6650
2026-06-19125.5777
2026-06-26126.3047
2026-07-03125.7862
2026-07-10125.6343
2026-07-17125.4045
2026-07-24125.6922
2026-07-31124.1620
2026-08-07123.6238
2026-08-14122.9359
2026-08-21121.0360
2026-08-28120.9310
2026-09-04121.1495
2026-09-11120.4279
2026-09-18121.6405
2026-09-25119.7930

High

127.7216

Low

119.7930

Average

123.8200

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.