Skip to content

AUD to NZD exchange rate API

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

1.2398

▲ +9.44% over 1Y

1 AUD = 1.2398 NZD · 1 NZD = 0.80661 AUD · Get this rate via the API

1 AUD buys 1.2398 NZD as of 2026-09-25, so 1 NZD buys 0.80661 AUD. Over the last year, AUD/NZD traded between 1.1323 and 1.2398, averaged 1.1873 and rose 9.44%. The API holds daily AUD/NZD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

AUD/NZD over 1Y

AUD/NZD over 1Y: show the values
PointAUD/NZD
2025-09-251.1328
2025-10-021.1336
2025-10-091.1419
2025-10-161.1329
2025-10-231.1323
2025-10-301.1410
2025-11-061.1501
2025-11-131.1571
2025-11-201.1539
2025-11-271.1422
2025-12-041.1461
2025-12-111.1451
2025-12-181.1460
2025-12-251.1480
2026-01-011.1593
2026-01-081.1652
2026-01-151.1648
2026-01-221.1578
2026-01-291.1626
2026-02-051.1627
2026-02-121.1745
2026-02-191.1815
2026-02-261.1886
2026-03-051.1900
2026-03-121.2099
2026-03-191.2071
2026-03-261.1956
2026-04-021.2039
2026-04-091.2065
2026-04-161.2168
2026-04-231.2150
2026-04-301.2190
2026-05-071.2138
2026-05-141.2210
2026-05-211.2169
2026-05-281.2081
2026-06-041.2144
2026-06-111.2094
2026-06-181.2156
2026-06-251.2225
2026-07-021.2149
2026-07-091.2086
2026-07-161.1969
2026-07-231.2086
2026-07-301.1951
2026-08-061.1970
2026-08-131.2066
2026-08-201.1958
2026-08-271.2081
2026-09-031.2250
2026-09-101.2334
2026-09-171.2388
2026-09-241.2394

High

1.2398

Low

1.1323

Average

1.1873

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/NZD API questions

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

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

How far back does AUD/NZD historical data go?

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