Skip to content

HKD to NOK exchange rate API

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

1.2116

▼ +2.46% over 6M

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 6 months, HKD/NOK traded between 1.1764 and 1.2674, averaged 1.2103 and fell 2.46%. 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 6M

HKD/NOK over 6M: show the values
PointHKD/NOK
2026-03-291.2422
2026-04-051.2468
2026-04-121.2182
2026-04-191.1974
2026-04-261.1904
2026-05-031.1855
2026-05-101.1764
2026-05-171.1899
2026-05-241.1820
2026-05-311.1805
2026-06-071.2023
2026-06-141.2129
2026-06-211.2376
2026-06-281.2674
2026-07-051.2538
2026-07-121.2470
2026-07-191.2360
2026-07-261.2217
2026-08-021.2086
2026-08-091.2111
2026-08-161.2045
2026-08-231.1873
2026-08-301.1950
2026-09-061.1871
2026-09-131.1845
2026-09-201.1996

High

1.2674

Low

1.1764

Average

1.2103

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=NOK");
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=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&currencies=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.