Skip to content

HKD to ISK exchange rate API

Hong Kong Dollar to Iceland Krona · quoted 2026-09-25

15.3845

▼ +0.35% over 30D

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 30 days, HKD/ISK traded between 15.2720 and 15.5211, averaged 15.4305 and fell 0.35%. 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 30D

HKD/ISK over 30D: show the values
PointHKD/ISK
2026-08-2615.4379
2026-08-2715.3809
2026-08-2815.4257
2026-08-2915.4824
2026-08-3015.4810
2026-08-3115.4916
2026-09-0115.4935
2026-09-0215.4844
2026-09-0315.4373
2026-09-0415.4522
2026-09-0515.4594
2026-09-0615.4598
2026-09-0715.4523
2026-09-0815.4171
2026-09-0915.3648
2026-09-1015.3706
2026-09-1115.3569
2026-09-1215.3474
2026-09-1315.3483
2026-09-1415.4306
2026-09-1515.4665
2026-09-1615.4463
2026-09-1715.5211
2026-09-1815.5056
2026-09-1915.4593
2026-09-2015.4589
2026-09-2115.3976
2026-09-2215.3933
2026-09-2315.4180
2026-09-2415.4799
2026-09-2515.2720

High

15.5211

Low

15.2720

Average

15.4305

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=ISK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.