AED to NIO exchange rate API
UAE Dirham to Cordoba Oro · quoted 2026-09-25
10.0179
▲ +0.18% over 1Y
1 AED = 10.0179 NIO · 1 NIO = 0.09982 AED · Get this rate via the API
1 AED buys 10.0179 NIO as of 2026-09-25, so 1 NIO buys 0.09982 AED. Over the last year, AED/NIO traded between 9.9798 and 10.0509, averaged 10.0131 and rose 0.18%. The API holds daily AED/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/NIO over 1Y: show the values
| Point | AED/NIO |
|---|---|
| 2025-09-25 | 10.0001 |
| 2025-10-02 | 10.0241 |
| 2025-10-09 | 10.0153 |
| 2025-10-16 | 10.0001 |
| 2025-10-23 | 10.0083 |
| 2025-10-30 | 10.0246 |
| 2025-11-06 | 10.0150 |
| 2025-11-13 | 10.0162 |
| 2025-11-20 | 10.0192 |
| 2025-11-27 | 10.0155 |
| 2025-12-04 | 10.0160 |
| 2025-12-12 | 10.0093 |
| 2025-12-19 | 10.0166 |
| 2025-12-26 | 10.0196 |
| 2026-01-02 | 10.0177 |
| 2026-01-09 | 10.0252 |
| 2026-01-16 | 10.0135 |
| 2026-01-23 | 9.9977 |
| 2026-01-30 | 10.0221 |
| 2026-02-06 | 10.0223 |
| 2026-02-13 | 10.0257 |
| 2026-02-20 | 10.0205 |
| 2026-02-27 | 10.0247 |
| 2026-03-06 | 10.0175 |
| 2026-03-13 | 10.0339 |
| 2026-03-20 | 10.0076 |
| 2026-03-27 | 10.0119 |
| 2026-04-03 | 10.0086 |
| 2026-04-10 | 9.9969 |
| 2026-04-17 | 10.0192 |
| 2026-04-24 | 9.9943 |
| 2026-05-01 | 9.9969 |
| 2026-05-08 | 10.0509 |
| 2026-05-16 | 9.9979 |
| 2026-05-24 | 9.9798 |
| 2026-05-31 | 9.9812 |
| 2026-06-09 | 9.9936 |
| 2026-06-16 | 10.0107 |
| 2026-06-23 | 10.0082 |
| 2026-06-30 | 10.0144 |
| 2026-07-07 | 10.0110 |
| 2026-07-14 | 10.0097 |
| 2026-07-21 | 10.0277 |
| 2026-07-28 | 10.0130 |
| 2026-08-04 | 10.0244 |
| 2026-08-11 | 10.0228 |
| 2026-08-18 | 10.0221 |
| 2026-08-26 | 10.0156 |
| 2026-09-02 | 10.0068 |
| 2026-09-09 | 10.0082 |
| 2026-09-16 | 9.9946 |
| 2026-09-23 | 10.0256 |
High
10.0509
Low
9.9798
Average
10.0131
Get this rate via the API
One GET request returns the AED/NIO 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=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/NIO API questions
How do I get the AED/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/NIO rate in rates.NIO.
How far back does AED/NIO historical data go?
Daily AED/NIO 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/NIO 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.