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: show the values
| Point | NZD/CAD |
|---|---|
| 2025-09-25 | 0.80742 |
| 2025-10-02 | 0.81273 |
| 2025-10-09 | 0.80599 |
| 2025-10-16 | 0.80605 |
| 2025-10-23 | 0.80366 |
| 2025-10-30 | 0.80237 |
| 2025-11-06 | 0.79851 |
| 2025-11-13 | 0.79348 |
| 2025-11-20 | 0.78964 |
| 2025-11-27 | 0.80253 |
| 2025-12-04 | 0.80544 |
| 2025-12-11 | 0.80198 |
| 2025-12-18 | 0.79517 |
| 2025-12-25 | 0.79870 |
| 2026-01-01 | 0.78941 |
| 2026-01-08 | 0.79668 |
| 2026-01-15 | 0.79828 |
| 2026-01-22 | 0.81220 |
| 2026-01-29 | 0.82208 |
| 2026-02-05 | 0.82049 |
| 2026-02-12 | 0.82336 |
| 2026-02-19 | 0.81645 |
| 2026-02-26 | 0.81918 |
| 2026-03-05 | 0.80660 |
| 2026-03-12 | 0.80182 |
| 2026-03-19 | 0.79646 |
| 2026-03-26 | 0.79988 |
| 2026-04-02 | 0.79392 |
| 2026-04-09 | 0.80798 |
| 2026-04-16 | 0.80927 |
| 2026-04-23 | 0.80489 |
| 2026-04-30 | 0.80142 |
| 2026-05-07 | 0.81479 |
| 2026-05-14 | 0.81382 |
| 2026-05-21 | 0.80658 |
| 2026-05-28 | 0.81642 |
| 2026-06-04 | 0.81734 |
| 2026-06-11 | 0.80878 |
| 2026-06-18 | 0.81397 |
| 2026-06-25 | 0.80293 |
| 2026-07-02 | 0.80608 |
| 2026-07-09 | 0.81352 |
| 2026-07-16 | 0.82122 |
| 2026-07-23 | 0.81436 |
| 2026-07-30 | 0.82047 |
| 2026-08-06 | 0.82349 |
| 2026-08-13 | 0.81525 |
| 2026-08-20 | 0.81828 |
| 2026-08-27 | 0.82546 |
| 2026-09-03 | 0.80986 |
| 2026-09-10 | 0.80486 |
| 2026-09-17 | 0.80368 |
| 2026-09-24 | 0.80039 |
High
0.82546
Low
0.78941
Average
0.80770
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=CAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=CAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=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¤cies=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.