Skip to content

DKK to HKD exchange rate API

Danish Krone to Hong Kong Dollar · quoted 2026-09-25

1.1954

▼ +2.28% over 1Y

1 DKK = 1.1954 HKD · 1 HKD = 0.83656 DKK · Get this rate via the API

1 DKK buys 1.1954 HKD as of 2026-09-25, so 1 HKD buys 0.83656 DKK. Over the last year, DKK/HKD traded between 1.1898 and 1.2510, averaged 1.2151 and fell 2.28%. The API holds daily DKK/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

DKK/HKD over 1Y

DKK/HKD over 1Y: show the values
PointDKK/HKD
2025-09-251.2233
2025-10-021.2249
2025-10-091.2098
2025-10-161.2123
2025-10-231.2061
2025-10-301.2015
2025-11-061.2008
2025-11-131.2090
2025-11-201.2002
2025-11-271.2066
2025-12-041.2158
2025-12-111.2204
2025-12-181.2205
2025-12-251.2261
2026-01-011.2240
2026-01-081.2176
2026-01-151.2133
2026-01-221.2222
2026-01-291.2510
2026-02-051.2345
2026-02-121.2423
2026-02-191.2293
2026-02-261.2369
2026-03-051.2161
2026-03-121.2095
2026-03-191.2041
2026-03-261.2083
2026-04-021.2088
2026-04-091.2251
2026-04-161.2337
2026-04-231.2257
2026-04-301.2268
2026-05-071.2336
2026-05-141.2266
2026-05-211.2160
2026-05-281.2179
2026-06-041.2200
2026-06-111.2096
2026-06-181.2017
2026-06-251.1898
2026-07-021.1962
2026-07-091.1987
2026-07-161.2026
2026-07-231.1949
2026-07-301.2043
2026-08-061.2112
2026-08-131.2107
2026-08-201.2256
2026-08-271.2212
2026-09-031.2185
2026-09-101.2185
2026-09-171.2049
2026-09-241.1925

High

1.2510

Low

1.1898

Average

1.2151

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/HKD API questions

How do I get the DKK/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/HKD rate in rates.HKD.

How far back does DKK/HKD historical data go?

Daily DKK/HKD 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 DKK/HKD 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.