Skip to content

NZD to CAD exchange rate API

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

0.80025

▼ +0.89% over 1Y

1 NZD = 0.80025 CAD · 1 CAD = 1.2496 NZD · Get this rate via the API

1 NZD buys 0.80025 CAD as of 2026-09-25, so 1 CAD buys 1.2496 NZD. Over the last year, NZD/CAD traded between 0.78941 and 0.82546, averaged 0.80770 and fell 0.89%. 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 1Y

NZD/CAD over 1Y: show the values
PointNZD/CAD
2025-09-250.80742
2025-10-020.81273
2025-10-090.80599
2025-10-160.80605
2025-10-230.80366
2025-10-300.80237
2025-11-060.79851
2025-11-130.79348
2025-11-200.78964
2025-11-270.80253
2025-12-040.80544
2025-12-110.80198
2025-12-180.79517
2025-12-250.79870
2026-01-010.78941
2026-01-080.79668
2026-01-150.79828
2026-01-220.81220
2026-01-290.82208
2026-02-050.82049
2026-02-120.82336
2026-02-190.81645
2026-02-260.81918
2026-03-050.80660
2026-03-120.80182
2026-03-190.79646
2026-03-260.79988
2026-04-020.79392
2026-04-090.80798
2026-04-160.80927
2026-04-230.80489
2026-04-300.80142
2026-05-070.81479
2026-05-140.81382
2026-05-210.80658
2026-05-280.81642
2026-06-040.81734
2026-06-110.80878
2026-06-180.81397
2026-06-250.80293
2026-07-020.80608
2026-07-090.81352
2026-07-160.82122
2026-07-230.81436
2026-07-300.82047
2026-08-060.82349
2026-08-130.81525
2026-08-200.81828
2026-08-270.82546
2026-09-030.80986
2026-09-100.80486
2026-09-170.80368
2026-09-240.80039

High

0.82546

Low

0.78941

Average

0.80770

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.