AZN to NZD exchange rate API
Azerbaijanian Manat to New Zealand Dollar · quoted 2026-09-26
1.0384
▼ +0.47% over 1Y
1 AZN = 1.0384 NZD · 1 NZD = 0.96301 AZN · Get this rate via the API
1 AZN buys 1.0384 NZD as of 2026-09-26, so 1 NZD buys 0.96301 AZN. Over the last year, AZN/NZD traded between 0.97423 and 1.0498, averaged 1.0132 and fell 0.47%. The API holds daily AZN/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/NZD over 1Y: show the values
| Point | AZN/NZD |
|---|---|
| 2025-09-26 | 1.0433 |
| 2025-10-03 | 1.0309 |
| 2025-10-10 | 1.0450 |
| 2025-10-17 | 1.0263 |
| 2025-10-24 | 1.0240 |
| 2025-10-31 | 1.0283 |
| 2025-11-07 | 1.0466 |
| 2025-11-14 | 1.0347 |
| 2025-11-21 | 1.0498 |
| 2025-11-28 | 1.0297 |
| 2025-12-05 | 1.0183 |
| 2025-12-13 | 1.0137 |
| 2025-12-20 | 1.0220 |
| 2025-12-27 | 1.0083 |
| 2026-01-03 | 1.0199 |
| 2026-01-10 | 1.0261 |
| 2026-01-17 | 1.0226 |
| 2026-01-24 | 0.9881 |
| 2026-01-31 | 0.9768 |
| 2026-02-07 | 0.9780 |
| 2026-02-14 | 0.9742 |
| 2026-02-21 | 0.9844 |
| 2026-02-28 | 0.9801 |
| 2026-03-07 | 0.9970 |
| 2026-03-14 | 1.0184 |
| 2026-03-21 | 1.0074 |
| 2026-03-28 | 1.0215 |
| 2026-04-04 | 1.0340 |
| 2026-04-11 | 1.0058 |
| 2026-04-18 | 0.9979 |
| 2026-04-25 | 1.0014 |
| 2026-05-02 | 0.9952 |
| 2026-05-09 | 0.9835 |
| 2026-05-17 | 1.0059 |
| 2026-05-25 | 1.0014 |
| 2026-06-01 | 0.9879 |
| 2026-06-10 | 1.0134 |
| 2026-06-17 | 1.0125 |
| 2026-06-24 | 1.0424 |
| 2026-07-01 | 1.0371 |
| 2026-07-08 | 1.0326 |
| 2026-07-15 | 1.0112 |
| 2026-07-22 | 1.0111 |
| 2026-07-29 | 1.0188 |
| 2026-08-05 | 1.0019 |
| 2026-08-12 | 1.0025 |
| 2026-08-20 | 0.9899 |
| 2026-08-27 | 0.9884 |
| 2026-09-03 | 1.0017 |
| 2026-09-10 | 1.0098 |
| 2026-09-17 | 1.0244 |
| 2026-09-24 | 1.0375 |
High
1.0498
Low
0.97423
Average
1.0132
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NZD").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/NZD API questions
How do I get the AZN/NZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/NZD rate in rates.NZD.
How far back does AZN/NZD historical data go?
Daily AZN/NZD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AZN/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.