NZD to HKD exchange rate API
New Zealand Dollar to Hong Kong Dollar · quoted 2026-09-25
4.4441
▼ +1.18% over 6M
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 6 months, NZD/HKD traded between 4.4231 and 4.6876, averaged 4.5663 and fell 1.18%. 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 6M: show the values
| Point | NZD/HKD |
|---|---|
| 2026-03-29 | 4.4972 |
| 2026-04-05 | 4.4584 |
| 2026-04-12 | 4.5558 |
| 2026-04-19 | 4.5998 |
| 2026-04-26 | 4.5961 |
| 2026-05-03 | 4.6283 |
| 2026-05-10 | 4.6627 |
| 2026-05-17 | 4.5744 |
| 2026-05-24 | 4.5970 |
| 2026-05-31 | 4.6876 |
| 2026-06-07 | 4.5317 |
| 2026-06-14 | 4.5830 |
| 2026-06-21 | 4.4956 |
| 2026-06-28 | 4.4231 |
| 2026-07-05 | 4.4771 |
| 2026-07-12 | 4.5149 |
| 2026-07-19 | 4.5751 |
| 2026-07-26 | 4.5459 |
| 2026-08-02 | 4.6204 |
| 2026-08-09 | 4.6223 |
| 2026-08-16 | 4.6226 |
| 2026-08-23 | 4.6855 |
| 2026-08-30 | 4.6372 |
| 2026-09-06 | 4.6094 |
| 2026-09-13 | 4.5571 |
| 2026-09-20 | 4.4871 |
High
4.6876
Low
4.4231
Average
4.5663
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.