Skip to content

NZD to HKD exchange rate API

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

4.4441

▼ +0.80% over 7D

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 7 days, NZD/HKD traded between 4.4393 and 4.4993, averaged 4.4715 and fell 0.80%. 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 7D

NZD/HKD over 7D: show the values
PointNZD/HKD
2026-09-184.4799
2026-09-194.4878
2026-09-204.4871
2026-09-214.4993
2026-09-224.4948
2026-09-234.4644
2026-09-244.4465
2026-09-254.4393

High

4.4993

Low

4.4393

Average

4.4715

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.