Skip to content

NAD to HKD exchange rate API

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

0.47751

▲ +6.36% over 1Y

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

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

NAD/HKD over 1Y

NAD/HKD over 1Y: show the values
PointNAD/HKD
2025-09-250.44896
2025-10-020.45214
2025-10-090.45326
2025-10-160.44901
2025-10-230.44583
2025-10-300.45233
2025-11-060.44690
2025-11-130.45430
2025-11-200.45260
2025-11-270.45406
2025-12-040.45636
2025-12-120.46127
2025-12-190.46489
2025-12-260.46695
2026-01-020.47099
2026-01-090.47173
2026-01-160.47714
2026-01-230.48396
2026-01-300.49177
2026-02-060.48101
2026-02-130.48991
2026-02-200.48320
2026-02-270.49141
2026-03-060.47159
2026-03-130.46750
2026-03-200.46768
2026-03-270.45868
2026-04-030.46277
2026-04-100.47966
2026-04-170.47722
2026-04-240.47058
2026-05-010.47026
2026-05-080.47824
2026-05-160.46910
2026-05-240.47557
2026-05-310.48258
2026-06-090.47520
2026-06-160.48321
2026-06-230.47761
2026-06-300.47650
2026-07-070.48314
2026-07-140.47571
2026-07-210.47519
2026-07-280.46728
2026-08-040.47500
2026-08-110.48468
2026-08-180.48296
2026-08-260.49182
2026-09-020.48485
2026-09-090.49013
2026-09-160.48344
2026-09-230.48431

High

0.49182

Low

0.44583

Average

0.47170

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NAD/HKD API questions

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

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

How far back does NAD/HKD historical data go?

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