HKD to ISK exchange rate API
Hong Kong Dollar to Iceland Krona · quoted 2026-09-25
15.3845
▼ +1.36% over 1Y
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 year, HKD/ISK traded between 15.2720 and 16.4095, averaged 15.8420 and fell 1.36%. 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 1Y: show the values
| Point | HKD/ISK |
|---|---|
| 2025-09-25 | 15.5959 |
| 2025-10-02 | 15.5481 |
| 2025-10-09 | 15.6973 |
| 2025-10-16 | 15.6386 |
| 2025-10-23 | 15.7839 |
| 2025-10-30 | 16.0492 |
| 2025-11-06 | 16.3042 |
| 2025-11-13 | 16.2812 |
| 2025-11-20 | 16.3759 |
| 2025-11-27 | 16.3563 |
| 2025-12-04 | 16.4095 |
| 2025-12-11 | 16.3021 |
| 2025-12-18 | 16.2079 |
| 2025-12-25 | 16.1625 |
| 2026-01-01 | 16.1086 |
| 2026-01-08 | 16.1792 |
| 2026-01-15 | 16.1267 |
| 2026-01-22 | 15.9942 |
| 2026-01-29 | 15.5021 |
| 2026-02-05 | 15.7099 |
| 2026-02-12 | 15.6440 |
| 2026-02-19 | 15.7764 |
| 2026-02-26 | 15.5058 |
| 2026-03-05 | 15.9251 |
| 2026-03-12 | 15.9991 |
| 2026-03-19 | 15.9394 |
| 2026-03-26 | 15.8837 |
| 2026-04-02 | 15.9867 |
| 2026-04-09 | 15.6852 |
| 2026-04-16 | 15.6408 |
| 2026-04-23 | 15.6987 |
| 2026-04-30 | 15.7099 |
| 2026-05-07 | 15.5999 |
| 2026-05-14 | 15.6663 |
| 2026-05-21 | 15.7803 |
| 2026-05-28 | 15.7337 |
| 2026-06-04 | 15.7482 |
| 2026-06-12 | 15.9103 |
| 2026-06-19 | 16.0201 |
| 2026-06-26 | 16.1059 |
| 2026-07-03 | 16.0372 |
| 2026-07-10 | 16.0248 |
| 2026-07-17 | 15.9950 |
| 2026-07-24 | 16.0269 |
| 2026-07-31 | 15.8306 |
| 2026-08-07 | 15.7585 |
| 2026-08-14 | 15.6660 |
| 2026-08-21 | 15.4373 |
| 2026-08-28 | 15.4257 |
| 2026-09-04 | 15.4522 |
| 2026-09-11 | 15.3569 |
| 2026-09-18 | 15.5056 |
| 2026-09-25 | 15.2720 |
High
16.4095
Low
15.2720
Average
15.8420
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.