CNY to NZD exchange rate API
Yuan Renminbi to New Zealand Dollar · quoted 2026-09-25
0.26288
▲ +8.84% over 1Y
1 CNY = 0.26288 NZD · 1 NZD = 3.8040 CNY · Get this rate via the API
1 CNY buys 0.26288 NZD as of 2026-09-25, so 1 NZD buys 3.8040 CNY. Over the last year, CNY/NZD traded between 0.23684 and 0.26288, averaged 0.24941 and rose 8.84%. The API holds daily CNY/NZD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CNY/NZD over 1Y: show the values
| Point | CNY/NZD |
|---|---|
| 2025-09-25 | 0.24154 |
| 2025-10-02 | 0.24094 |
| 2025-10-09 | 0.24302 |
| 2025-10-16 | 0.24466 |
| 2025-10-23 | 0.24438 |
| 2025-10-30 | 0.24539 |
| 2025-11-06 | 0.24788 |
| 2025-11-13 | 0.24872 |
| 2025-11-20 | 0.25038 |
| 2025-11-27 | 0.24707 |
| 2025-12-04 | 0.24529 |
| 2025-12-11 | 0.24378 |
| 2025-12-18 | 0.24630 |
| 2025-12-25 | 0.24424 |
| 2026-01-01 | 0.24845 |
| 2026-01-08 | 0.24920 |
| 2026-01-15 | 0.24999 |
| 2026-01-22 | 0.24382 |
| 2026-01-29 | 0.23684 |
| 2026-02-05 | 0.24033 |
| 2026-02-12 | 0.23904 |
| 2026-02-19 | 0.24296 |
| 2026-02-26 | 0.24400 |
| 2026-03-05 | 0.24475 |
| 2026-03-12 | 0.24696 |
| 2026-03-19 | 0.24975 |
| 2026-03-26 | 0.25030 |
| 2026-04-02 | 0.25399 |
| 2026-04-09 | 0.25067 |
| 2026-04-16 | 0.24868 |
| 2026-04-23 | 0.24849 |
| 2026-04-30 | 0.24974 |
| 2026-05-07 | 0.24590 |
| 2026-05-14 | 0.24854 |
| 2026-05-21 | 0.25098 |
| 2026-05-28 | 0.25028 |
| 2026-06-04 | 0.25100 |
| 2026-06-11 | 0.25502 |
| 2026-06-18 | 0.25627 |
| 2026-06-25 | 0.26088 |
| 2026-07-02 | 0.25974 |
| 2026-07-09 | 0.25628 |
| 2026-07-16 | 0.25237 |
| 2026-07-23 | 0.25528 |
| 2026-07-30 | 0.25343 |
| 2026-08-06 | 0.25185 |
| 2026-08-13 | 0.25375 |
| 2026-08-20 | 0.25029 |
| 2026-08-27 | 0.25002 |
| 2026-09-03 | 0.25345 |
| 2026-09-10 | 0.25597 |
| 2026-09-17 | 0.25962 |
| 2026-09-24 | 0.26276 |
High
0.26288
Low
0.23684
Average
0.24941
Get this rate via the API
One GET request returns the CNY/NZD 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=CNY¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=NZD").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/NZD API questions
How do I get the CNY/NZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/NZD rate in rates.NZD.
How far back does CNY/NZD historical data go?
Daily CNY/NZD rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CNY/NZD 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.