Skip to content

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

HKD/ISK over 1Y: show the values
PointHKD/ISK
2025-09-2515.5959
2025-10-0215.5481
2025-10-0915.6973
2025-10-1615.6386
2025-10-2315.7839
2025-10-3016.0492
2025-11-0616.3042
2025-11-1316.2812
2025-11-2016.3759
2025-11-2716.3563
2025-12-0416.4095
2025-12-1116.3021
2025-12-1816.2079
2025-12-2516.1625
2026-01-0116.1086
2026-01-0816.1792
2026-01-1516.1267
2026-01-2215.9942
2026-01-2915.5021
2026-02-0515.7099
2026-02-1215.6440
2026-02-1915.7764
2026-02-2615.5058
2026-03-0515.9251
2026-03-1215.9991
2026-03-1915.9394
2026-03-2615.8837
2026-04-0215.9867
2026-04-0915.6852
2026-04-1615.6408
2026-04-2315.6987
2026-04-3015.7099
2026-05-0715.5999
2026-05-1415.6663
2026-05-2115.7803
2026-05-2815.7337
2026-06-0415.7482
2026-06-1215.9103
2026-06-1916.0201
2026-06-2616.1059
2026-07-0316.0372
2026-07-1016.0248
2026-07-1715.9950
2026-07-2416.0269
2026-07-3115.8306
2026-08-0715.7585
2026-08-1415.6660
2026-08-2115.4373
2026-08-2815.4257
2026-09-0415.4522
2026-09-1115.3569
2026-09-1815.5056
2026-09-2515.2720

High

16.4095

Low

15.2720

Average

15.8420

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.