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: show the values
| Point | USD/ISK |
|---|---|
| 2025-09-25 | 121.3051 |
| 2025-10-02 | 120.9801 |
| 2025-10-09 | 122.1256 |
| 2025-10-16 | 121.5555 |
| 2025-10-23 | 122.6602 |
| 2025-10-30 | 124.6753 |
| 2025-11-06 | 126.7667 |
| 2025-11-13 | 126.5169 |
| 2025-11-20 | 127.4970 |
| 2025-11-27 | 127.2225 |
| 2025-12-04 | 127.7216 |
| 2025-12-11 | 126.8568 |
| 2025-12-18 | 126.1200 |
| 2025-12-25 | 125.6665 |
| 2026-01-01 | 125.3781 |
| 2026-01-08 | 126.0814 |
| 2026-01-15 | 125.7743 |
| 2026-01-22 | 124.7224 |
| 2026-01-29 | 120.9893 |
| 2026-02-05 | 122.7327 |
| 2026-02-12 | 122.2840 |
| 2026-02-19 | 123.2877 |
| 2026-02-26 | 121.2968 |
| 2026-03-05 | 124.5481 |
| 2026-03-12 | 125.2273 |
| 2026-03-19 | 124.8150 |
| 2026-03-26 | 124.2742 |
| 2026-04-02 | 125.2928 |
| 2026-04-09 | 122.8926 |
| 2026-04-16 | 122.3901 |
| 2026-04-23 | 122.9690 |
| 2026-04-30 | 123.0559 |
| 2026-05-07 | 122.1750 |
| 2026-05-14 | 122.7141 |
| 2026-05-21 | 123.6313 |
| 2026-05-28 | 123.2676 |
| 2026-06-04 | 123.3677 |
| 2026-06-12 | 124.6650 |
| 2026-06-19 | 125.5777 |
| 2026-06-26 | 126.3047 |
| 2026-07-03 | 125.7862 |
| 2026-07-10 | 125.6343 |
| 2026-07-17 | 125.4045 |
| 2026-07-24 | 125.6922 |
| 2026-07-31 | 124.1620 |
| 2026-08-07 | 123.6238 |
| 2026-08-14 | 122.9359 |
| 2026-08-21 | 121.0360 |
| 2026-08-28 | 120.9310 |
| 2026-09-04 | 121.1495 |
| 2026-09-11 | 120.4279 |
| 2026-09-18 | 121.6405 |
| 2026-09-25 | 119.7930 |
High
127.7216
Low
119.7930
Average
123.8200
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.