Convert ISK to USD
Icelandic Króna → US Dollar
1 ISK = 0.00834773 USD(1 USD = 119.79304 ISK)
Currency converter
1 ISK =
0.0083477 USD
ISK to USD: last 30 days
Over the last 30 days, 1 ISK traded between 0.0082122 and 0.0083477 USD, averaging 0.0082654 USD. The ISK/USD rate is up 0.95% since 2026-08-28.
- 30-day high
- 0.0083477
- 2026-09-25
- 30-day low
- 0.0082122
- 2026-09-17
- 30-day average
- 0.0082654
- Days with data: 30
- 30-day change
- +0.95%
- since 2026-08-28
0.0083477
0.00821222026-08-28 → 2026-09-26
| Date | 1 ISK in USD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0083477 | 0.00% |
| 2026-09-25 | 0.0083477 | +1.34% |
| 2026-09-24 | 0.008237 | -0.39% |
| 2026-09-23 | 0.0082688 | -0.16% |
| 2026-09-22 | 0.0082823 | +0.05% |
| 2026-09-21 | 0.0082781 | +0.70% |
| 2026-09-20 | 0.008221 | 0.00% |
| 2026-09-19 | 0.008221 | 0.00% |
| 2026-09-18 | 0.008221 | +0.11% |
| 2026-09-17 | 0.0082122 | -0.48% |
| 2026-09-16 | 0.0082522 | +0.12% |
| 2026-09-15 | 0.008242 | -0.25% |
| 2026-09-14 | 0.0082624 | -0.50% |
| 2026-09-13 | 0.0083036 | 0.00% |
| 2026-09-12 | 0.0083036 | 0.00% |
| Date | 1 ISK in USD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0083036 | +0.07% |
| 2026-09-10 | 0.0082974 | -0.02% |
| 2026-09-09 | 0.0082994 | +0.33% |
| 2026-09-08 | 0.008272 | +0.22% |
| 2026-09-07 | 0.0082542 | 0.00% |
| 2026-09-06 | 0.0082542 | 0.00% |
| 2026-09-05 | 0.0082542 | 0.00% |
| 2026-09-04 | 0.0082542 | -0.08% |
| 2026-09-03 | 0.008261 | +0.32% |
| 2026-09-02 | 0.0082345 | +0.03% |
| 2026-09-01 | 0.0082318 | -0.05% |
| 2026-08-31 | 0.0082359 | -0.40% |
| 2026-08-30 | 0.0082692 | 0.00% |
| 2026-08-29 | 0.0082692 | 0.00% |
| 2026-08-28 | 0.0082692 | — |
ISK to USD conversion table
1 ISK0.0083477 USD
5 ISK0.041739 USD
10 ISK0.083477 USD
25 ISK0.20869 USD
50 ISK0.41739 USD
100 ISK0.83477 USD
500 ISK4.1739 USD
1,000 ISK8.3477 USD
5,000 ISK41.7387 USD
10,000 ISK83.4773 USD
Get the ISK/USD rate in your app
One GET request returns the latest ISK → USD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/ISK/USD?precision=6"fetch('https://rate-api.com/api/v1/pair/ISK/USD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ISK = ${data.rate} USD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ISK/USD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ISK = {data['rate']} USD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ISK/USD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ISK = {$data['rate']} USD\n";Example response
{
"success": true,
"pair": {
"from": "ISK",
"to": "USD"
},
"rate": 0.008348,
"timestamp": 1790432045,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
USD to ISKUS Dollar → Icelandic Króna119.793Convert ISK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.