Skip to content

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

CNY/NZD over 1Y: show the values
PointCNY/NZD
2025-09-250.24154
2025-10-020.24094
2025-10-090.24302
2025-10-160.24466
2025-10-230.24438
2025-10-300.24539
2025-11-060.24788
2025-11-130.24872
2025-11-200.25038
2025-11-270.24707
2025-12-040.24529
2025-12-110.24378
2025-12-180.24630
2025-12-250.24424
2026-01-010.24845
2026-01-080.24920
2026-01-150.24999
2026-01-220.24382
2026-01-290.23684
2026-02-050.24033
2026-02-120.23904
2026-02-190.24296
2026-02-260.24400
2026-03-050.24475
2026-03-120.24696
2026-03-190.24975
2026-03-260.25030
2026-04-020.25399
2026-04-090.25067
2026-04-160.24868
2026-04-230.24849
2026-04-300.24974
2026-05-070.24590
2026-05-140.24854
2026-05-210.25098
2026-05-280.25028
2026-06-040.25100
2026-06-110.25502
2026-06-180.25627
2026-06-250.26088
2026-07-020.25974
2026-07-090.25628
2026-07-160.25237
2026-07-230.25528
2026-07-300.25343
2026-08-060.25185
2026-08-130.25375
2026-08-200.25029
2026-08-270.25002
2026-09-030.25345
2026-09-100.25597
2026-09-170.25962
2026-09-240.26276

High

0.26288

Low

0.23684

Average

0.24941

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=NZD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=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&currencies=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.