HKD to ISK exchange rate API
Hong Kong Dollar to Iceland Krona · quoted 2026-09-25
15.3845
▼ +6.67% over 5Y
1 HKD = 15.3845 ISK · 1 ISK = 0.06500 HKD · Get this rate via the API
1 HKD buys 15.3845 ISK as of 2026-09-25, so 1 ISK buys 0.06500 HKD. Over the last 5 years, HKD/ISK traded between 15.3845 and 18.3964, averaged 16.9004 and fell 6.67%. The API holds daily HKD/ISK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
HKD/ISK over 5Y: show the values
| Point | HKD/ISK |
|---|---|
| 2021-09-27 | 16.4847 |
| 2021-11-08 | 16.6787 |
| 2021-12-20 | 16.6699 |
| 2022-01-31 | 16.4609 |
| 2022-03-14 | 16.9085 |
| 2022-04-27 | 16.6416 |
| 2022-06-08 | 16.4818 |
| 2022-07-20 | 17.4240 |
| 2022-08-31 | 18.0537 |
| 2022-10-12 | 18.3878 |
| 2022-11-23 | 18.1766 |
| 2023-01-05 | 18.3964 |
| 2023-02-16 | 18.3723 |
| 2023-03-30 | 17.3308 |
| 2023-05-16 | 17.6920 |
| 2023-06-27 | 17.3580 |
| 2023-08-08 | 16.9492 |
| 2023-09-19 | 17.3003 |
| 2023-10-31 | 17.7542 |
| 2023-12-12 | 17.9077 |
| 2024-01-26 | 17.4608 |
| 2024-03-08 | 17.4636 |
| 2024-04-23 | 17.9699 |
| 2024-06-05 | 17.6081 |
| 2024-07-17 | 17.4890 |
| 2024-08-27 | 17.5829 |
| 2024-10-07 | 17.4110 |
| 2024-11-06 | 17.8316 |
| 2024-12-06 | 17.7005 |
| 2025-01-05 | 17.9884 |
| 2025-02-04 | 18.2385 |
| 2025-03-06 | 17.5043 |
| 2025-04-05 | 17.0051 |
| 2025-05-05 | 16.6877 |
| 2025-06-04 | 16.1877 |
| 2025-07-04 | 15.4168 |
| 2025-08-03 | 15.7586 |
| 2025-09-02 | 15.7501 |
| 2025-10-02 | 15.5481 |
| 2025-11-01 | 16.1492 |
| 2025-12-01 | 16.3611 |
| 2025-12-31 | 16.0938 |
| 2026-01-30 | 15.6017 |
| 2026-03-01 | 15.5263 |
| 2026-03-31 | 15.9315 |
| 2026-04-30 | 15.7099 |
| 2026-05-30 | 15.6896 |
| 2026-06-30 | 16.1164 |
| 2026-07-30 | 15.8413 |
| 2026-08-29 | 15.4824 |
High
18.3964
Low
15.3845
Average
16.9004
Get this rate via the API
One GET request returns the HKD/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=HKD¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/ISK API questions
How do I get the HKD/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/ISK rate in rates.ISK.
How far back does HKD/ISK historical data go?
Daily HKD/ISK 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 HKD/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.