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: show the values
| Point | AED/NGN |
|---|---|
| 2025-09-27 | 404.8606 |
| 2025-10-04 | 399.4566 |
| 2025-10-11 | 398.9428 |
| 2025-10-18 | 400.4611 |
| 2025-10-25 | 399.3155 |
| 2025-11-01 | 388.1149 |
| 2025-11-08 | 391.0387 |
| 2025-11-15 | 392.3432 |
| 2025-11-22 | 396.5628 |
| 2025-11-29 | 394.5029 |
| 2025-12-06 | 395.0037 |
| 2025-12-14 | 394.7471 |
| 2025-12-21 | 397.0347 |
| 2025-12-28 | 394.9374 |
| 2026-01-04 | 391.6889 |
| 2026-01-11 | 387.8339 |
| 2026-01-18 | 386.7342 |
| 2026-01-25 | 387.4208 |
| 2026-02-01 | 376.9243 |
| 2026-02-08 | 371.9992 |
| 2026-02-15 | 369.0531 |
| 2026-02-22 | 367.3033 |
| 2026-03-01 | 371.1160 |
| 2026-03-08 | 378.9437 |
| 2026-03-15 | 375.8263 |
| 2026-03-22 | 369.2218 |
| 2026-03-29 | 376.2609 |
| 2026-04-05 | 375.3945 |
| 2026-04-12 | 370.0964 |
| 2026-04-19 | 365.5219 |
| 2026-04-26 | 369.3646 |
| 2026-05-03 | 374.6379 |
| 2026-05-10 | 371.6072 |
| 2026-05-18 | 373.7371 |
| 2026-05-26 | 373.1817 |
| 2026-06-02 | 373.0610 |
| 2026-06-11 | 370.3790 |
| 2026-06-18 | 370.0942 |
| 2026-06-25 | 373.1644 |
| 2026-07-02 | 374.3456 |
| 2026-07-09 | 374.3675 |
| 2026-07-16 | 374.9854 |
| 2026-07-23 | 373.5767 |
| 2026-07-30 | 370.3938 |
| 2026-08-06 | 370.6757 |
| 2026-08-13 | 370.8415 |
| 2026-08-21 | 367.6229 |
| 2026-08-28 | 365.5109 |
| 2026-09-04 | 360.3625 |
| 2026-09-11 | 361.1725 |
| 2026-09-18 | 362.6586 |
| 2026-09-25 | 361.2521 |
High
404.8606
Low
360.3625
Average
378.6356
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.