Skip to content

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

AED/NIO over 1Y: show the values
PointAED/NIO
2025-09-2510.0001
2025-10-0210.0241
2025-10-0910.0153
2025-10-1610.0001
2025-10-2310.0083
2025-10-3010.0246
2025-11-0610.0150
2025-11-1310.0162
2025-11-2010.0192
2025-11-2710.0155
2025-12-0410.0160
2025-12-1210.0093
2025-12-1910.0166
2025-12-2610.0196
2026-01-0210.0177
2026-01-0910.0252
2026-01-1610.0135
2026-01-239.9977
2026-01-3010.0221
2026-02-0610.0223
2026-02-1310.0257
2026-02-2010.0205
2026-02-2710.0247
2026-03-0610.0175
2026-03-1310.0339
2026-03-2010.0076
2026-03-2710.0119
2026-04-0310.0086
2026-04-109.9969
2026-04-1710.0192
2026-04-249.9943
2026-05-019.9969
2026-05-0810.0509
2026-05-169.9979
2026-05-249.9798
2026-05-319.9812
2026-06-099.9936
2026-06-1610.0107
2026-06-2310.0082
2026-06-3010.0144
2026-07-0710.0110
2026-07-1410.0097
2026-07-2110.0277
2026-07-2810.0130
2026-08-0410.0244
2026-08-1110.0228
2026-08-1810.0221
2026-08-2610.0156
2026-09-0210.0068
2026-09-0910.0082
2026-09-169.9946
2026-09-2310.0256

High

10.0509

Low

9.9798

Average

10.0131

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=NIO");
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=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&currencies=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.