NZD to ZWL exchange rate API
New Zealand Dollar to Zimbabwe Dollar · quoted 2026-09-26
37707.85
▼ +1.53% over 1Y
1 NZD = 37707.85 ZWL · 1 ZWL = 0.000027 NZD · Get this rate via the API
1 NZD buys 37707.85 ZWL as of 2026-09-26, so 1 ZWL buys 0.000027 NZD. Over the last year, NZD/ZWL traded between 184.9887 and 40036.49, averaged 33828.33 and fell 1.53%. The API holds daily NZD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NZD/ZWL over 1Y: show the values
| Point | NZD/ZWL |
|---|---|
| 2025-09-26 | 38293.18 |
| 2025-10-03 | 38873.23 |
| 2025-10-10 | 38398.11 |
| 2025-10-17 | 38149.63 |
| 2025-10-24 | 38097.14 |
| 2025-10-31 | 37731.19 |
| 2025-11-07 | 36903.22 |
| 2025-11-14 | 37393.13 |
| 2025-11-21 | 36964.69 |
| 2025-11-28 | 37378.64 |
| 2025-12-05 | 37764.96 |
| 2025-12-13 | 37847.86 |
| 2025-12-20 | 37508.87 |
| 2025-12-27 | 37940.16 |
| 2026-01-03 | 37376.84 |
| 2026-01-10 | 36907.03 |
| 2026-01-17 | 36906.19 |
| 2026-01-24 | 38083.96 |
| 2026-01-31 | 38494.74 |
| 2026-02-07 | 38477.59 |
| 2026-02-14 | 38568.62 |
| 2026-02-21 | 38143.47 |
| 2026-02-28 | 38632.98 |
| 2026-03-07 | 37971.92 |
| 2026-03-14 | 36743.80 |
| 2026-03-21 | 36893.67 |
| 2026-03-28 | 184.99 |
| 2026-04-04 | 36045.30 |
| 2026-04-11 | 187.89 |
| 2026-04-18 | 189.37 |
| 2026-04-25 | 188.71 |
| 2026-05-02 | 189.88 |
| 2026-05-09 | 192.14 |
| 2026-05-17 | 37613.81 |
| 2026-05-25 | 38643.90 |
| 2026-06-01 | 40036.49 |
| 2026-06-10 | 38829.77 |
| 2026-06-17 | 38759.51 |
| 2026-06-24 | 37801.27 |
| 2026-07-01 | 38022.71 |
| 2026-07-08 | 38148.09 |
| 2026-07-15 | 38945.30 |
| 2026-07-22 | 38968.42 |
| 2026-07-29 | 38555.67 |
| 2026-08-05 | 39104.67 |
| 2026-08-12 | 39007.05 |
| 2026-08-20 | 39601.29 |
| 2026-08-27 | 39423.01 |
| 2026-09-03 | 39204.55 |
| 2026-09-10 | 38854.04 |
| 2026-09-17 | 38294.15 |
| 2026-09-24 | 37756.95 |
High
40036.49
Low
184.9887
Average
33828.33
Get this rate via the API
One GET request returns the NZD/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/ZWL API questions
How do I get the NZD/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/ZWL rate in rates.ZWL.
How far back does NZD/ZWL historical data go?
Daily NZD/ZWL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free NZD/ZWL 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.