Skip to content

ISK to USD exchange rate API

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

0.008286

▲ +0.27% over 30D

1 ISK = 0.008286 USD · 1 USD = 120.6855 ISK · Get this rate via the API

1 ISK buys 0.008286 USD as of 2026-09-25, so 1 USD buys 120.6855 ISK. Over the last 30 days, ISK/USD traded between 0.008212 and 0.008347, averaged 0.008263 and rose 0.27%. The API holds daily ISK/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ISK/USD over 30D

ISK/USD over 30D: show the values
PointISK/USD
2026-08-260.008264
2026-08-270.008294
2026-08-280.008269
2026-08-290.008238
2026-08-300.008238
2026-08-310.008235
2026-09-010.008231
2026-09-020.008234
2026-09-030.008261
2026-09-040.008254
2026-09-050.008249
2026-09-060.008249
2026-09-070.008254
2026-09-080.008272
2026-09-090.008299
2026-09-100.008297
2026-09-110.008303
2026-09-120.008307
2026-09-130.008307
2026-09-140.008262
2026-09-150.008242
2026-09-160.008252
2026-09-170.008212
2026-09-180.008220
2026-09-190.008245
2026-09-200.008245
2026-09-210.008278
2026-09-220.008282
2026-09-230.008268
2026-09-240.008236
2026-09-250.008347

High

0.008347

Low

0.008212

Average

0.008263

For developers

Get this rate via the API

One GET request returns the ISK/USD 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=ISK&currencies=USD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK&currencies=USD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK&currencies=USD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ISK/USD API questions

How do I get the ISK/USD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK&currencies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ISK/USD rate in rates.USD.

How far back does ISK/USD historical data go?

Daily ISK/USD 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 ISK/USD 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.