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: show the values
| Point | ISK/HKD |
|---|---|
| 2021-09-27 | 0.06066 |
| 2021-11-08 | 0.05996 |
| 2021-12-20 | 0.05999 |
| 2022-01-31 | 0.06075 |
| 2022-03-14 | 0.05914 |
| 2022-04-27 | 0.06009 |
| 2022-06-08 | 0.06067 |
| 2022-07-20 | 0.05739 |
| 2022-08-31 | 0.05539 |
| 2022-10-12 | 0.05438 |
| 2022-11-23 | 0.05502 |
| 2023-01-05 | 0.05436 |
| 2023-02-16 | 0.05443 |
| 2023-03-30 | 0.05770 |
| 2023-05-16 | 0.05652 |
| 2023-06-27 | 0.05761 |
| 2023-08-08 | 0.05900 |
| 2023-09-19 | 0.05780 |
| 2023-10-31 | 0.05632 |
| 2023-12-12 | 0.05584 |
| 2024-01-26 | 0.05727 |
| 2024-03-08 | 0.05726 |
| 2024-04-23 | 0.05565 |
| 2024-06-05 | 0.05679 |
| 2024-07-17 | 0.05718 |
| 2024-08-27 | 0.05687 |
| 2024-10-07 | 0.05743 |
| 2024-11-06 | 0.05608 |
| 2024-12-06 | 0.05649 |
| 2025-01-05 | 0.05559 |
| 2025-02-04 | 0.05483 |
| 2025-03-06 | 0.05713 |
| 2025-04-05 | 0.05881 |
| 2025-05-05 | 0.05992 |
| 2025-06-04 | 0.06177 |
| 2025-07-04 | 0.06486 |
| 2025-08-03 | 0.06346 |
| 2025-09-02 | 0.06349 |
| 2025-10-02 | 0.06432 |
| 2025-11-01 | 0.06192 |
| 2025-12-01 | 0.06112 |
| 2025-12-31 | 0.06214 |
| 2026-01-30 | 0.06409 |
| 2026-03-01 | 0.06441 |
| 2026-03-31 | 0.06277 |
| 2026-04-30 | 0.06365 |
| 2026-05-30 | 0.06374 |
| 2026-06-30 | 0.06205 |
| 2026-07-30 | 0.06313 |
| 2026-08-29 | 0.06459 |
High
0.06500
Low
0.05436
Average
0.05935
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=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¤cies=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.