Skip to content

AED to NAD exchange rate API

UAE Dirham to Namibia Dollar · quoted 2026-09-25

4.4725

▼ +5.18% over 1Y

1 AED = 4.4725 NAD · 1 NAD = 0.22359 AED · Get this rate via the API

1 AED buys 4.4725 NAD as of 2026-09-25, so 1 NAD buys 0.22359 AED. Over the last year, AED/NAD traded between 4.3229 and 4.7457, averaged 4.5147 and fell 5.18%. The API holds daily AED/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/NAD over 1Y

AED/NAD over 1Y: show the values
PointAED/NAD
2025-09-254.7167
2025-10-024.6853
2025-10-094.6732
2025-10-164.7131
2025-10-234.7457
2025-10-304.6758
2025-11-064.7369
2025-11-134.6569
2025-11-204.6835
2025-11-274.6641
2025-12-044.6437
2025-12-124.5957
2025-12-194.5570
2025-12-264.5320
2026-01-024.5043
2026-01-094.4996
2026-01-164.4507
2026-01-234.3867
2026-01-304.3229
2026-02-064.4225
2026-02-134.3441
2026-02-204.4034
2026-02-274.3347
2026-03-064.5142
2026-03-134.5583
2026-03-204.5616
2026-03-274.6498
2026-04-034.6109
2026-04-104.4458
2026-04-174.4676
2026-04-244.5328
2026-05-014.5356
2026-05-084.4565
2026-05-164.5454
2026-05-244.4848
2026-05-314.4212
2026-06-094.4897
2026-06-164.4136
2026-06-234.4692
2026-06-304.4806
2026-07-074.4193
2026-07-144.4856
2026-07-214.4923
2026-07-284.5689
2026-08-044.4956
2026-08-114.4076
2026-08-184.4219
2026-08-264.3390
2026-09-024.4038
2026-09-094.3562
2026-09-164.4180
2026-09-234.4095

High

4.7457

Low

4.3229

Average

4.5147

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/NAD API questions

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

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

How far back does AED/NAD historical data go?

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