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: show the values
| Point | DKK/HKD |
|---|---|
| 2025-09-25 | 1.2233 |
| 2025-10-02 | 1.2249 |
| 2025-10-09 | 1.2098 |
| 2025-10-16 | 1.2123 |
| 2025-10-23 | 1.2061 |
| 2025-10-30 | 1.2015 |
| 2025-11-06 | 1.2008 |
| 2025-11-13 | 1.2090 |
| 2025-11-20 | 1.2002 |
| 2025-11-27 | 1.2066 |
| 2025-12-04 | 1.2158 |
| 2025-12-11 | 1.2204 |
| 2025-12-18 | 1.2205 |
| 2025-12-25 | 1.2261 |
| 2026-01-01 | 1.2240 |
| 2026-01-08 | 1.2176 |
| 2026-01-15 | 1.2133 |
| 2026-01-22 | 1.2222 |
| 2026-01-29 | 1.2510 |
| 2026-02-05 | 1.2345 |
| 2026-02-12 | 1.2423 |
| 2026-02-19 | 1.2293 |
| 2026-02-26 | 1.2369 |
| 2026-03-05 | 1.2161 |
| 2026-03-12 | 1.2095 |
| 2026-03-19 | 1.2041 |
| 2026-03-26 | 1.2083 |
| 2026-04-02 | 1.2088 |
| 2026-04-09 | 1.2251 |
| 2026-04-16 | 1.2337 |
| 2026-04-23 | 1.2257 |
| 2026-04-30 | 1.2268 |
| 2026-05-07 | 1.2336 |
| 2026-05-14 | 1.2266 |
| 2026-05-21 | 1.2160 |
| 2026-05-28 | 1.2179 |
| 2026-06-04 | 1.2200 |
| 2026-06-11 | 1.2096 |
| 2026-06-18 | 1.2017 |
| 2026-06-25 | 1.1898 |
| 2026-07-02 | 1.1962 |
| 2026-07-09 | 1.1987 |
| 2026-07-16 | 1.2026 |
| 2026-07-23 | 1.1949 |
| 2026-07-30 | 1.2043 |
| 2026-08-06 | 1.2112 |
| 2026-08-13 | 1.2107 |
| 2026-08-20 | 1.2256 |
| 2026-08-27 | 1.2212 |
| 2026-09-03 | 1.2185 |
| 2026-09-10 | 1.2185 |
| 2026-09-17 | 1.2049 |
| 2026-09-24 | 1.1925 |
High
1.2510
Low
1.1898
Average
1.2151
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.