HKD to ISK exchange rate API
Hong Kong Dollar to Iceland Krona · quoted 2026-09-25
15.3845
▼ +4.41% over YTD
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 year to date, HKD/ISK traded between 15.3706 and 16.1929, averaged 15.7626 and fell 4.41%. 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 YTD: show the values
| Point | HKD/ISK |
|---|---|
| 2025-12-31 | 16.0938 |
| 2026-01-07 | 16.1801 |
| 2026-01-14 | 16.1161 |
| 2026-01-21 | 15.9726 |
| 2026-01-28 | 15.5221 |
| 2026-02-04 | 15.7039 |
| 2026-02-11 | 15.5762 |
| 2026-02-18 | 15.6539 |
| 2026-02-25 | 15.5713 |
| 2026-03-04 | 15.8899 |
| 2026-03-11 | 15.9970 |
| 2026-03-18 | 15.9317 |
| 2026-03-25 | 15.8214 |
| 2026-04-01 | 15.8320 |
| 2026-04-08 | 15.6841 |
| 2026-04-15 | 15.6032 |
| 2026-04-22 | 15.6488 |
| 2026-04-29 | 15.6536 |
| 2026-05-06 | 15.5811 |
| 2026-05-13 | 15.6538 |
| 2026-05-20 | 15.7823 |
| 2026-05-27 | 15.7283 |
| 2026-06-03 | 15.7562 |
| 2026-06-11 | 15.9053 |
| 2026-06-18 | 16.0753 |
| 2026-06-25 | 16.1929 |
| 2026-07-02 | 16.1049 |
| 2026-07-09 | 16.0036 |
| 2026-07-16 | 15.9069 |
| 2026-07-23 | 16.0532 |
| 2026-07-30 | 15.8413 |
| 2026-08-06 | 15.6833 |
| 2026-08-13 | 15.7117 |
| 2026-08-20 | 15.4981 |
| 2026-08-27 | 15.3809 |
| 2026-09-03 | 15.4373 |
| 2026-09-10 | 15.3706 |
| 2026-09-17 | 15.5211 |
| 2026-09-24 | 15.4799 |
High
16.1929
Low
15.3706
Average
15.7626
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.