Skip to content

AED to NZD exchange rate API

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

0.48095

▲ +2.66% over 1Y

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 year, AED/NZD traded between 0.44791 and 0.48494, averaged 0.46795 and rose 2.66%. 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 1Y

AED/NZD over 1Y: show the values
PointAED/NZD
2025-09-250.46849
2025-10-020.46703
2025-10-090.47125
2025-10-160.47466
2025-10-230.47402
2025-10-300.47531
2025-11-060.48049
2025-11-130.48053
2025-11-200.48494
2025-11-270.47651
2025-12-040.47229
2025-12-110.46848
2025-12-180.47219
2025-12-250.46622
2026-01-010.47317
2026-01-080.47370
2026-01-150.47421
2026-01-220.46307
2026-01-290.44791
2026-02-050.45405
2026-02-120.44912
2026-02-190.45699
2026-02-260.45448
2026-03-050.45985
2026-03-120.46184
2026-03-190.46918
2026-03-260.47089
2026-04-020.47697
2026-04-090.46643
2026-04-160.46183
2026-04-230.46239
2026-04-300.46431
2026-05-070.45536
2026-05-140.45913
2026-05-210.46480
2026-05-280.46199
2026-06-040.46290
2026-06-110.47056
2026-06-180.47246
2026-06-250.48284
2026-07-020.48010
2026-07-090.47419
2026-07-160.46496
2026-07-230.47055
2026-07-300.46608
2026-08-060.46278
2026-08-130.46585
2026-08-200.45816
2026-08-270.45745
2026-09-030.46365
2026-09-100.46736
2026-09-170.47411
2026-09-240.48021

High

0.48494

Low

0.44791

Average

0.46795

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.