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: show the values
| Point | AUD/NZD |
|---|---|
| 2025-09-25 | 1.1328 |
| 2025-10-02 | 1.1336 |
| 2025-10-09 | 1.1419 |
| 2025-10-16 | 1.1329 |
| 2025-10-23 | 1.1323 |
| 2025-10-30 | 1.1410 |
| 2025-11-06 | 1.1501 |
| 2025-11-13 | 1.1571 |
| 2025-11-20 | 1.1539 |
| 2025-11-27 | 1.1422 |
| 2025-12-04 | 1.1461 |
| 2025-12-11 | 1.1451 |
| 2025-12-18 | 1.1460 |
| 2025-12-25 | 1.1480 |
| 2026-01-01 | 1.1593 |
| 2026-01-08 | 1.1652 |
| 2026-01-15 | 1.1648 |
| 2026-01-22 | 1.1578 |
| 2026-01-29 | 1.1626 |
| 2026-02-05 | 1.1627 |
| 2026-02-12 | 1.1745 |
| 2026-02-19 | 1.1815 |
| 2026-02-26 | 1.1886 |
| 2026-03-05 | 1.1900 |
| 2026-03-12 | 1.2099 |
| 2026-03-19 | 1.2071 |
| 2026-03-26 | 1.1956 |
| 2026-04-02 | 1.2039 |
| 2026-04-09 | 1.2065 |
| 2026-04-16 | 1.2168 |
| 2026-04-23 | 1.2150 |
| 2026-04-30 | 1.2190 |
| 2026-05-07 | 1.2138 |
| 2026-05-14 | 1.2210 |
| 2026-05-21 | 1.2169 |
| 2026-05-28 | 1.2081 |
| 2026-06-04 | 1.2144 |
| 2026-06-11 | 1.2094 |
| 2026-06-18 | 1.2156 |
| 2026-06-25 | 1.2225 |
| 2026-07-02 | 1.2149 |
| 2026-07-09 | 1.2086 |
| 2026-07-16 | 1.1969 |
| 2026-07-23 | 1.2086 |
| 2026-07-30 | 1.1951 |
| 2026-08-06 | 1.1970 |
| 2026-08-13 | 1.2066 |
| 2026-08-20 | 1.1958 |
| 2026-08-27 | 1.2081 |
| 2026-09-03 | 1.2250 |
| 2026-09-10 | 1.2334 |
| 2026-09-17 | 1.2388 |
| 2026-09-24 | 1.2394 |
High
1.2398
Low
1.1323
Average
1.1873
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.