Skip to content

HKD to ISK exchange rate API

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

15.3845

▼ +6.67% over 5Y

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 5 years, HKD/ISK traded between 15.3845 and 18.3964, averaged 16.9004 and fell 6.67%. 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 5Y

HKD/ISK over 5Y: show the values
PointHKD/ISK
2021-09-2716.4847
2021-11-0816.6787
2021-12-2016.6699
2022-01-3116.4609
2022-03-1416.9085
2022-04-2716.6416
2022-06-0816.4818
2022-07-2017.4240
2022-08-3118.0537
2022-10-1218.3878
2022-11-2318.1766
2023-01-0518.3964
2023-02-1618.3723
2023-03-3017.3308
2023-05-1617.6920
2023-06-2717.3580
2023-08-0816.9492
2023-09-1917.3003
2023-10-3117.7542
2023-12-1217.9077
2024-01-2617.4608
2024-03-0817.4636
2024-04-2317.9699
2024-06-0517.6081
2024-07-1717.4890
2024-08-2717.5829
2024-10-0717.4110
2024-11-0617.8316
2024-12-0617.7005
2025-01-0517.9884
2025-02-0418.2385
2025-03-0617.5043
2025-04-0517.0051
2025-05-0516.6877
2025-06-0416.1877
2025-07-0415.4168
2025-08-0315.7586
2025-09-0215.7501
2025-10-0215.5481
2025-11-0116.1492
2025-12-0116.3611
2025-12-3116.0938
2026-01-3015.6017
2026-03-0115.5263
2026-03-3115.9315
2026-04-3015.7099
2026-05-3015.6896
2026-06-3016.1164
2026-07-3015.8413
2026-08-2915.4824

High

18.3964

Low

15.3845

Average

16.9004

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.