Skip to content

NZD to HKD exchange rate API

New Zealand Dollar to Hong Kong Dollar · quoted 2026-09-25

4.4441

▼ +1.68% over 1Y

1 NZD = 4.4441 HKD · 1 HKD = 0.22502 NZD · Get this rate via the API

1 NZD buys 4.4441 HKD as of 2026-09-25, so 1 HKD buys 0.22502 NZD. Over the last year, NZD/HKD traded between 4.3712 and 4.7441, averaged 4.5492 and fell 1.68%. The API holds daily NZD/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

NZD/HKD over 1Y

NZD/HKD over 1Y: show the values
PointNZD/HKD
2025-09-254.5201
2025-10-024.5359
2025-10-094.4949
2025-10-164.4584
2025-10-234.4635
2025-10-304.4497
2025-11-064.4057
2025-11-134.4028
2025-11-204.3712
2025-11-274.4443
2025-12-044.4871
2025-12-114.5226
2025-12-184.4868
2025-12-254.5411
2026-01-014.4790
2026-01-084.4790
2026-01-154.4778
2026-01-224.5848
2026-01-294.7441
2026-02-054.6844
2026-02-124.7384
2026-02-194.6556
2026-02-264.6862
2026-03-054.6304
2026-03-124.6140
2026-03-194.5437
2026-03-264.5236
2026-04-024.4735
2026-04-094.5732
2026-04-164.6130
2026-04-234.6121
2026-04-304.5930
2026-05-074.6825
2026-05-144.6449
2026-05-214.5891
2026-05-284.6170
2026-06-044.6074
2026-06-114.5341
2026-06-184.5164
2026-06-254.4210
2026-07-024.4482
2026-07-094.4991
2026-07-164.5906
2026-07-234.5369
2026-07-304.5820
2026-08-064.6150
2026-08-134.5861
2026-08-204.6611
2026-08-274.6653
2026-09-034.6045
2026-09-104.5679
2026-09-174.5051
2026-09-244.4465

High

4.7441

Low

4.3712

Average

4.5492

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NZD/HKD API questions

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

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

How far back does NZD/HKD historical data go?

Daily NZD/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 NZD/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.