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: show the values
| Point | AED/NZD |
|---|---|
| 2024-08-24 | 0.43687 |
| 2024-10-01 | 0.43081 |
| 2024-10-31 | 0.45585 |
| 2024-11-30 | 0.46214 |
| 2024-12-30 | 0.48150 |
| 2025-01-29 | 0.48256 |
| 2025-02-28 | 0.48591 |
| 2025-03-30 | 0.47664 |
| 2025-04-29 | 0.45736 |
| 2025-05-29 | 0.45617 |
| 2025-06-28 | 0.44962 |
| 2025-07-28 | 0.45525 |
| 2025-08-27 | 0.46721 |
| 2025-09-26 | 0.47251 |
| 2025-10-26 | 0.47266 |
| 2025-11-25 | 0.48564 |
| 2025-12-25 | 0.46622 |
| 2026-01-24 | 0.45771 |
| 2026-02-23 | 0.45630 |
| 2026-03-25 | 0.46786 |
| 2026-04-24 | 0.46349 |
| 2026-05-24 | 0.46396 |
| 2026-06-23 | 0.47953 |
| 2026-07-23 | 0.47055 |
| 2026-08-22 | 0.45540 |
| 2026-09-21 | 0.47474 |
High
0.48591
Low
0.43081
Average
0.46539
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.