Skip to content

AED to NOK exchange rate API

UAE Dirham to Norwegian Krone · quoted 2026-09-25

2.5899

▼ +4.47% over 1Y

1 AED = 2.5899 NOK · 1 NOK = 0.38611 AED · Get this rate via the API

1 AED buys 2.5899 NOK as of 2026-09-25, so 1 NOK buys 0.38611 AED. Over the last year, AED/NOK traded between 2.5123 and 2.7774, averaged 2.6396 and fell 4.47%. The API holds daily AED/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/NOK over 1Y

AED/NOK over 1Y: show the values
PointAED/NOK
2025-09-252.7110
2025-10-022.7043
2025-10-092.7257
2025-10-162.7425
2025-10-232.7202
2025-10-302.7497
2025-11-062.7684
2025-11-132.7355
2025-11-202.7762
2025-11-272.7737
2025-12-042.7498
2025-12-112.7486
2025-12-182.7774
2025-12-252.7257
2026-01-012.7465
2026-01-082.7502
2026-01-152.7451
2026-01-222.6924
2026-01-292.5975
2026-02-052.6478
2026-02-122.5803
2026-02-192.6067
2026-02-262.6025
2026-03-052.6279
2026-03-122.6307
2026-03-192.6056
2026-03-262.6252
2026-04-022.6525
2026-04-092.5924
2026-04-162.5529
2026-04-232.5407
2026-04-302.5388
2026-05-072.5138
2026-05-142.5123
2026-05-212.5133
2026-05-282.5296
2026-06-042.5365
2026-06-112.5934
2026-06-182.6380
2026-06-252.6926
2026-07-022.6962
2026-07-092.6501
2026-07-162.6269
2026-07-232.6176
2026-07-302.6039
2026-08-062.5948
2026-08-132.5933
2026-08-202.5412
2026-08-272.5430
2026-09-032.5331
2026-09-102.5228
2026-09-172.5670
2026-09-242.5843

High

2.7774

Low

2.5123

Average

2.6396

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/NOK API questions

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

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

How far back does AED/NOK historical data go?

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