HKD to NOK exchange rate API
Hong Kong Dollar to Norwegian Krone · quoted 2026-09-25
1.2116
▼ +5.36% over 1Y
1 HKD = 1.2116 NOK · 1 NOK = 0.82536 HKD · Get this rate via the API
1 HKD buys 1.2116 NOK as of 2026-09-25, so 1 NOK buys 0.82536 HKD. Over the last year, HKD/NOK traded between 1.1780 and 1.3109, averaged 1.2405 and fell 5.36%. The API holds daily HKD/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
HKD/NOK over 1Y: show the values
| Point | HKD/NOK |
|---|---|
| 2025-09-25 | 1.2802 |
| 2025-10-02 | 1.2765 |
| 2025-10-09 | 1.2868 |
| 2025-10-16 | 1.2959 |
| 2025-10-23 | 1.2857 |
| 2025-10-30 | 1.3001 |
| 2025-11-06 | 1.3077 |
| 2025-11-13 | 1.2930 |
| 2025-11-20 | 1.3097 |
| 2025-11-27 | 1.3097 |
| 2025-12-04 | 1.2976 |
| 2025-12-11 | 1.2973 |
| 2025-12-18 | 1.3109 |
| 2025-12-25 | 1.2875 |
| 2026-01-01 | 1.2959 |
| 2026-01-08 | 1.2963 |
| 2026-01-15 | 1.2928 |
| 2026-01-22 | 1.2681 |
| 2026-01-29 | 1.2224 |
| 2026-02-05 | 1.2449 |
| 2026-02-12 | 1.2125 |
| 2026-02-19 | 1.2252 |
| 2026-02-26 | 1.2220 |
| 2026-03-05 | 1.2342 |
| 2026-03-12 | 1.2345 |
| 2026-03-19 | 1.2222 |
| 2026-03-26 | 1.2324 |
| 2026-04-02 | 1.2431 |
| 2026-04-09 | 1.2153 |
| 2026-04-16 | 1.1983 |
| 2026-04-23 | 1.1914 |
| 2026-04-30 | 1.1905 |
| 2026-05-07 | 1.1789 |
| 2026-05-14 | 1.1780 |
| 2026-05-21 | 1.1783 |
| 2026-05-28 | 1.1860 |
| 2026-06-04 | 1.1893 |
| 2026-06-11 | 1.2155 |
| 2026-06-18 | 1.2363 |
| 2026-06-25 | 1.2614 |
| 2026-07-02 | 1.2625 |
| 2026-07-09 | 1.2422 |
| 2026-07-16 | 1.2307 |
| 2026-07-23 | 1.2261 |
| 2026-07-30 | 1.2193 |
| 2026-08-06 | 1.2149 |
| 2026-08-13 | 1.2138 |
| 2026-08-20 | 1.1899 |
| 2026-08-27 | 1.1916 |
| 2026-09-03 | 1.1865 |
| 2026-09-10 | 1.1817 |
| 2026-09-17 | 1.2018 |
| 2026-09-24 | 1.2103 |
High
1.3109
Low
1.1780
Average
1.2405
Get this rate via the API
One GET request returns the HKD/NOK 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=HKD¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/NOK API questions
How do I get the HKD/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/NOK rate in rates.NOK.
How far back does HKD/NOK historical data go?
Daily HKD/NOK 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/NOK 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.