HKD to ISK exchange rate API
Hong Kong Dollar to Iceland Krona · quoted 2026-09-25
15.3845
▼ +3.42% over 6M
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 6 months, HKD/ISK traded between 15.3845 and 16.0986, averaged 15.7365 and fell 3.42%. 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 6M: show the values
| Point | HKD/ISK |
|---|---|
| 2026-03-29 | 15.9290 |
| 2026-04-05 | 15.9896 |
| 2026-04-12 | 15.6015 |
| 2026-04-19 | 15.5838 |
| 2026-04-26 | 15.6534 |
| 2026-05-03 | 15.6585 |
| 2026-05-10 | 15.5818 |
| 2026-05-17 | 15.7748 |
| 2026-05-24 | 15.7950 |
| 2026-05-31 | 15.6889 |
| 2026-06-08 | 15.8802 |
| 2026-06-15 | 15.9243 |
| 2026-06-22 | 16.0338 |
| 2026-06-29 | 16.0986 |
| 2026-07-06 | 16.0844 |
| 2026-07-13 | 16.0138 |
| 2026-07-20 | 15.9845 |
| 2026-07-27 | 15.9887 |
| 2026-08-03 | 15.6969 |
| 2026-08-10 | 15.6862 |
| 2026-08-17 | 15.6348 |
| 2026-08-24 | 15.4472 |
| 2026-08-31 | 15.4916 |
| 2026-09-07 | 15.4523 |
| 2026-09-14 | 15.4306 |
| 2026-09-21 | 15.3976 |
High
16.0986
Low
15.3845
Average
15.7365
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.