Skip to content

AED to NGN exchange rate API

UAE Dirham to Naira · quoted 2026-09-27

362.0342

▼ +10.58% over 1Y

1 AED = 362.0342 NGN · 1 NGN = 0.002762 AED · Get this rate via the API

1 AED buys 362.0342 NGN as of 2026-09-27, so 1 NGN buys 0.002762 AED. Over the last year, AED/NGN traded between 360.3625 and 404.8606, averaged 378.6356 and fell 10.58%. The API holds daily AED/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/NGN over 1Y

AED/NGN over 1Y: show the values
PointAED/NGN
2025-09-27404.8606
2025-10-04399.4566
2025-10-11398.9428
2025-10-18400.4611
2025-10-25399.3155
2025-11-01388.1149
2025-11-08391.0387
2025-11-15392.3432
2025-11-22396.5628
2025-11-29394.5029
2025-12-06395.0037
2025-12-14394.7471
2025-12-21397.0347
2025-12-28394.9374
2026-01-04391.6889
2026-01-11387.8339
2026-01-18386.7342
2026-01-25387.4208
2026-02-01376.9243
2026-02-08371.9992
2026-02-15369.0531
2026-02-22367.3033
2026-03-01371.1160
2026-03-08378.9437
2026-03-15375.8263
2026-03-22369.2218
2026-03-29376.2609
2026-04-05375.3945
2026-04-12370.0964
2026-04-19365.5219
2026-04-26369.3646
2026-05-03374.6379
2026-05-10371.6072
2026-05-18373.7371
2026-05-26373.1817
2026-06-02373.0610
2026-06-11370.3790
2026-06-18370.0942
2026-06-25373.1644
2026-07-02374.3456
2026-07-09374.3675
2026-07-16374.9854
2026-07-23373.5767
2026-07-30370.3938
2026-08-06370.6757
2026-08-13370.8415
2026-08-21367.6229
2026-08-28365.5109
2026-09-04360.3625
2026-09-11361.1725
2026-09-18362.6586
2026-09-25361.2521

High

404.8606

Low

360.3625

Average

378.6356

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/NGN API questions

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

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

How far back does AED/NGN historical data go?

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