Skip to content

AED to NZD exchange rate API

UAE Dirham to New Zealand Dollar · quoted 2026-09-25

0.48095

▲ +10.09% over 5Y

1 AED = 0.48095 NZD · 1 NZD = 2.0792 AED · Get this rate via the API

1 AED buys 0.48095 NZD as of 2026-09-25, so 1 NZD buys 2.0792 AED. Over the last 5 years, AED/NZD traded between 0.43081 and 0.48591, averaged 0.46539 and rose 10.09%. The API holds daily AED/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/NZD over 5Y

AED/NZD over 5Y: show the values
PointAED/NZD
2024-08-240.43687
2024-10-010.43081
2024-10-310.45585
2024-11-300.46214
2024-12-300.48150
2025-01-290.48256
2025-02-280.48591
2025-03-300.47664
2025-04-290.45736
2025-05-290.45617
2025-06-280.44962
2025-07-280.45525
2025-08-270.46721
2025-09-260.47251
2025-10-260.47266
2025-11-250.48564
2025-12-250.46622
2026-01-240.45771
2026-02-230.45630
2026-03-250.46786
2026-04-240.46349
2026-05-240.46396
2026-06-230.47953
2026-07-230.47055
2026-08-220.45540
2026-09-210.47474

High

0.48591

Low

0.43081

Average

0.46539

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/NZD API questions

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

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

How far back does AED/NZD historical data go?

Daily AED/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 AED/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.