Skip to content

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

AZN/NZD over 1Y: show the values
PointAZN/NZD
2025-09-261.0433
2025-10-031.0309
2025-10-101.0450
2025-10-171.0263
2025-10-241.0240
2025-10-311.0283
2025-11-071.0466
2025-11-141.0347
2025-11-211.0498
2025-11-281.0297
2025-12-051.0183
2025-12-131.0137
2025-12-201.0220
2025-12-271.0083
2026-01-031.0199
2026-01-101.0261
2026-01-171.0226
2026-01-240.9881
2026-01-310.9768
2026-02-070.9780
2026-02-140.9742
2026-02-210.9844
2026-02-280.9801
2026-03-070.9970
2026-03-141.0184
2026-03-211.0074
2026-03-281.0215
2026-04-041.0340
2026-04-111.0058
2026-04-180.9979
2026-04-251.0014
2026-05-020.9952
2026-05-090.9835
2026-05-171.0059
2026-05-251.0014
2026-06-010.9879
2026-06-101.0134
2026-06-171.0125
2026-06-241.0424
2026-07-011.0371
2026-07-081.0326
2026-07-151.0112
2026-07-221.0111
2026-07-291.0188
2026-08-051.0019
2026-08-121.0025
2026-08-200.9899
2026-08-270.9884
2026-09-031.0017
2026-09-101.0098
2026-09-171.0244
2026-09-241.0375

High

1.0498

Low

0.97423

Average

1.0132

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.