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: show the values
| Point | NZD/HKD |
|---|---|
| 2025-09-25 | 4.5201 |
| 2025-10-02 | 4.5359 |
| 2025-10-09 | 4.4949 |
| 2025-10-16 | 4.4584 |
| 2025-10-23 | 4.4635 |
| 2025-10-30 | 4.4497 |
| 2025-11-06 | 4.4057 |
| 2025-11-13 | 4.4028 |
| 2025-11-20 | 4.3712 |
| 2025-11-27 | 4.4443 |
| 2025-12-04 | 4.4871 |
| 2025-12-11 | 4.5226 |
| 2025-12-18 | 4.4868 |
| 2025-12-25 | 4.5411 |
| 2026-01-01 | 4.4790 |
| 2026-01-08 | 4.4790 |
| 2026-01-15 | 4.4778 |
| 2026-01-22 | 4.5848 |
| 2026-01-29 | 4.7441 |
| 2026-02-05 | 4.6844 |
| 2026-02-12 | 4.7384 |
| 2026-02-19 | 4.6556 |
| 2026-02-26 | 4.6862 |
| 2026-03-05 | 4.6304 |
| 2026-03-12 | 4.6140 |
| 2026-03-19 | 4.5437 |
| 2026-03-26 | 4.5236 |
| 2026-04-02 | 4.4735 |
| 2026-04-09 | 4.5732 |
| 2026-04-16 | 4.6130 |
| 2026-04-23 | 4.6121 |
| 2026-04-30 | 4.5930 |
| 2026-05-07 | 4.6825 |
| 2026-05-14 | 4.6449 |
| 2026-05-21 | 4.5891 |
| 2026-05-28 | 4.6170 |
| 2026-06-04 | 4.6074 |
| 2026-06-11 | 4.5341 |
| 2026-06-18 | 4.5164 |
| 2026-06-25 | 4.4210 |
| 2026-07-02 | 4.4482 |
| 2026-07-09 | 4.4991 |
| 2026-07-16 | 4.5906 |
| 2026-07-23 | 4.5369 |
| 2026-07-30 | 4.5820 |
| 2026-08-06 | 4.6150 |
| 2026-08-13 | 4.5861 |
| 2026-08-20 | 4.6611 |
| 2026-08-27 | 4.6653 |
| 2026-09-03 | 4.6045 |
| 2026-09-10 | 4.5679 |
| 2026-09-17 | 4.5051 |
| 2026-09-24 | 4.4465 |
High
4.7441
Low
4.3712
Average
4.5492
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.