Skip to content

HKD to NAD exchange rate API

Hong Kong Dollar to Namibia Dollar · quoted 2026-09-25

2.0942

▼ +5.98% over 1Y

1 HKD = 2.0942 NAD · 1 NAD = 0.47751 HKD · Get this rate via the API

1 HKD buys 2.0942 NAD as of 2026-09-25, so 1 NAD buys 0.47751 HKD. Over the last year, HKD/NAD traded between 2.0333 and 2.2430, averaged 2.1216 and fell 5.98%. The API holds daily HKD/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/NAD over 1Y

HKD/NAD over 1Y: show the values
PointHKD/NAD
2025-09-252.2274
2025-10-022.2117
2025-10-092.2062
2025-10-162.2271
2025-10-232.2430
2025-10-302.2108
2025-11-062.2376
2025-11-132.2012
2025-11-202.2094
2025-11-272.2024
2025-12-042.1913
2025-12-122.1679
2025-12-192.1510
2025-12-262.1416
2026-01-022.1232
2026-01-092.1199
2026-01-162.0958
2026-01-232.0663
2026-01-302.0335
2026-02-062.0790
2026-02-132.0412
2026-02-202.0695
2026-02-272.0350
2026-03-062.1205
2026-03-132.1390
2026-03-202.1382
2026-03-272.1802
2026-04-032.1609
2026-04-102.0848
2026-04-172.0955
2026-04-242.1250
2026-05-012.1265
2026-05-082.0910
2026-05-162.1317
2026-05-242.1027
2026-05-312.0722
2026-06-092.1044
2026-06-162.0695
2026-06-232.0938
2026-06-302.0986
2026-07-072.0698
2026-07-142.1021
2026-07-212.1044
2026-07-282.1400
2026-08-042.1053
2026-08-112.0632
2026-08-182.0706
2026-08-262.0333
2026-09-022.0625
2026-09-092.0403
2026-09-162.0685
2026-09-232.0648

High

2.2430

Low

2.0333

Average

2.1216

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/NAD API questions

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

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

How far back does HKD/NAD historical data go?

Daily HKD/NAD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/NAD 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.