Skip to content

NOK to AED exchange rate API

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

0.38611

▲ +4.67% over 1Y

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

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

NOK/AED over 1Y

NOK/AED over 1Y: show the values
PointNOK/AED
2025-09-250.36887
2025-10-020.36978
2025-10-090.36688
2025-10-160.36463
2025-10-230.36762
2025-10-300.36368
2025-11-060.36122
2025-11-130.36556
2025-11-200.36020
2025-11-270.36053
2025-12-040.36366
2025-12-110.36382
2025-12-180.36005
2025-12-250.36688
2026-01-010.36411
2026-01-080.36360
2026-01-150.36429
2026-01-220.37142
2026-01-290.38499
2026-02-050.37767
2026-02-120.38755
2026-02-190.38362
2026-02-260.38424
2026-03-050.38053
2026-03-120.38013
2026-03-190.38379
2026-03-260.38093
2026-04-020.37700
2026-04-090.38574
2026-04-160.39171
2026-04-230.39359
2026-04-300.39388
2026-05-070.39780
2026-05-140.39805
2026-05-210.39788
2026-05-280.39531
2026-06-040.39425
2026-06-110.38560
2026-06-180.37907
2026-06-250.37138
2026-07-020.37089
2026-07-090.37734
2026-07-160.38067
2026-07-230.38203
2026-07-300.38404
2026-08-060.38538
2026-08-130.38561
2026-08-200.39352
2026-08-270.39323
2026-09-030.39478
2026-09-100.39639
2026-09-170.38956
2026-09-240.38696

High

0.39805

Low

0.36005

Average

0.37922

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

NOK/AED API questions

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

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

How far back does NOK/AED historical data go?

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