Skip to content

ISK to HKD exchange rate API

Iceland Krona to Hong Kong Dollar · quoted 2026-09-25

0.06500

▲ +7.15% over 5Y

1 ISK = 0.06500 HKD · 1 HKD = 15.3846 ISK · Get this rate via the API

1 ISK buys 0.06500 HKD as of 2026-09-25, so 1 HKD buys 15.3846 ISK. Over the last 5 years, ISK/HKD traded between 0.05436 and 0.06500, averaged 0.05935 and rose 7.15%. The API holds daily ISK/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

ISK/HKD over 5Y

ISK/HKD over 5Y: show the values
PointISK/HKD
2021-09-270.06066
2021-11-080.05996
2021-12-200.05999
2022-01-310.06075
2022-03-140.05914
2022-04-270.06009
2022-06-080.06067
2022-07-200.05739
2022-08-310.05539
2022-10-120.05438
2022-11-230.05502
2023-01-050.05436
2023-02-160.05443
2023-03-300.05770
2023-05-160.05652
2023-06-270.05761
2023-08-080.05900
2023-09-190.05780
2023-10-310.05632
2023-12-120.05584
2024-01-260.05727
2024-03-080.05726
2024-04-230.05565
2024-06-050.05679
2024-07-170.05718
2024-08-270.05687
2024-10-070.05743
2024-11-060.05608
2024-12-060.05649
2025-01-050.05559
2025-02-040.05483
2025-03-060.05713
2025-04-050.05881
2025-05-050.05992
2025-06-040.06177
2025-07-040.06486
2025-08-030.06346
2025-09-020.06349
2025-10-020.06432
2025-11-010.06192
2025-12-010.06112
2025-12-310.06214
2026-01-300.06409
2026-03-010.06441
2026-03-310.06277
2026-04-300.06365
2026-05-300.06374
2026-06-300.06205
2026-07-300.06313
2026-08-290.06459

High

0.06500

Low

0.05436

Average

0.05935

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ISK/HKD API questions

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

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

How far back does ISK/HKD historical data go?

Daily ISK/HKD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ISK/HKD 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.