NZD to HKD exchange rate API
New Zealand Dollar to Hong Kong Dollar · quoted 2026-09-25
4.4441
▼ +0.98% over YTD
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 year to date, NZD/HKD traded between 4.4243 and 4.7344, averaged 4.5789 and fell 0.98%. 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 YTD: show the values
| Point | NZD/HKD |
|---|---|
| 2025-12-31 | 4.4879 |
| 2026-01-07 | 4.5038 |
| 2026-01-14 | 4.4743 |
| 2026-01-21 | 4.5723 |
| 2026-01-28 | 4.7039 |
| 2026-02-04 | 4.7104 |
| 2026-02-11 | 4.7344 |
| 2026-02-18 | 4.6916 |
| 2026-02-25 | 4.6716 |
| 2026-03-04 | 4.6286 |
| 2026-03-11 | 4.6314 |
| 2026-03-18 | 4.5608 |
| 2026-03-25 | 4.5498 |
| 2026-04-01 | 4.5247 |
| 2026-04-08 | 4.5717 |
| 2026-04-15 | 4.6195 |
| 2026-04-22 | 4.6256 |
| 2026-04-29 | 4.5912 |
| 2026-05-06 | 4.6752 |
| 2026-05-13 | 4.6450 |
| 2026-05-20 | 4.5795 |
| 2026-05-27 | 4.6108 |
| 2026-06-03 | 4.6211 |
| 2026-06-10 | 4.5488 |
| 2026-06-17 | 4.5520 |
| 2026-06-24 | 4.4243 |
| 2026-07-01 | 4.4490 |
| 2026-07-08 | 4.4655 |
| 2026-07-15 | 4.5600 |
| 2026-07-22 | 4.5616 |
| 2026-07-29 | 4.5282 |
| 2026-08-05 | 4.6046 |
| 2026-08-12 | 4.6045 |
| 2026-08-19 | 4.6105 |
| 2026-08-26 | 4.6708 |
| 2026-09-02 | 4.5702 |
| 2026-09-09 | 4.5912 |
| 2026-09-16 | 4.5206 |
| 2026-09-23 | 4.4644 |
High
4.7344
Low
4.4243
Average
4.5789
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=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¤cies=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.