Skip to content

AED to NOK exchange rate API

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

2.5899

▼ +5.62% over YTD

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 year to date, AED/NOK traded between 2.4963 and 2.7442, averaged 2.6008 and fell 5.62%. 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 YTD

AED/NOK over YTD: show the values
PointAED/NOK
2025-12-312.7442
2026-01-072.7400
2026-01-142.7418
2026-01-212.6988
2026-01-282.6201
2026-02-042.6257
2026-02-112.5812
2026-02-182.5808
2026-02-252.6097
2026-03-042.6266
2026-03-112.6259
2026-03-182.6090
2026-03-252.6505
2026-04-012.6294
2026-04-082.5940
2026-04-152.5700
2026-04-222.5320
2026-04-292.5262
2026-05-062.5225
2026-05-132.4963
2026-05-202.5263
2026-05-272.5261
2026-06-032.5302
2026-06-102.5841
2026-06-172.5856
2026-06-242.6786
2026-07-012.7057
2026-07-082.6586
2026-07-152.6486
2026-07-222.6126
2026-07-292.6312
2026-08-052.5882
2026-08-122.5790
2026-08-192.5597
2026-08-262.5395
2026-09-022.5417
2026-09-092.4995
2026-09-162.5459
2026-09-232.5766

High

2.7442

Low

2.4963

Average

2.6008

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.