Skip to content

NZD to CAD exchange rate API

New Zealand Dollar to Canadian Dollar · quoted 2026-09-25

0.79932

▲ +1.26% over YTD

1 NZD = 0.79932 CAD · 1 CAD = 1.2511 NZD · Get this rate via the API

1 NZD buys 0.79932 CAD as of 2026-09-25, so 1 CAD buys 1.2511 NZD. Over the year to date, NZD/CAD traded between 0.78940 and 0.82606, averaged 0.80988 and rose 1.26%. The API holds daily NZD/CAD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

NZD/CAD over YTD

NZD/CAD over YTD: show the values
PointNZD/CAD
2025-12-310.78940
2026-01-070.79876
2026-01-140.79638
2026-01-210.80883
2026-01-280.81786
2026-02-040.82328
2026-02-110.82032
2026-02-180.81926
2026-02-250.81781
2026-03-040.80868
2026-03-110.80435
2026-03-180.79816
2026-03-250.80202
2026-04-010.80211
2026-04-080.80902
2026-04-150.81264
2026-04-220.80711
2026-04-290.80111
2026-05-060.81160
2026-05-130.81214
2026-05-200.80434
2026-05-270.81415
2026-06-030.81716
2026-06-100.80854
2026-06-170.81400
2026-06-240.80314
2026-07-010.80677
2026-07-080.80803
2026-07-150.81870
2026-07-220.81961
2026-07-290.81440
2026-08-050.82469
2026-08-120.81713
2026-08-190.81558
2026-08-260.82606
2026-09-020.81146
2026-09-090.80606
2026-09-160.80326
2026-09-230.80188

High

0.82606

Low

0.78940

Average

0.80988

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

NZD/CAD API questions

How do I get the NZD/CAD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/CAD rate in rates.CAD.

How far back does NZD/CAD historical data go?

Daily NZD/CAD 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/CAD 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.