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: show the values
| Point | AED/NOK |
|---|---|
| 2025-09-25 | 2.7110 |
| 2025-10-02 | 2.7043 |
| 2025-10-09 | 2.7257 |
| 2025-10-16 | 2.7425 |
| 2025-10-23 | 2.7202 |
| 2025-10-30 | 2.7497 |
| 2025-11-06 | 2.7684 |
| 2025-11-13 | 2.7355 |
| 2025-11-20 | 2.7762 |
| 2025-11-27 | 2.7737 |
| 2025-12-04 | 2.7498 |
| 2025-12-11 | 2.7486 |
| 2025-12-18 | 2.7774 |
| 2025-12-25 | 2.7257 |
| 2026-01-01 | 2.7465 |
| 2026-01-08 | 2.7502 |
| 2026-01-15 | 2.7451 |
| 2026-01-22 | 2.6924 |
| 2026-01-29 | 2.5975 |
| 2026-02-05 | 2.6478 |
| 2026-02-12 | 2.5803 |
| 2026-02-19 | 2.6067 |
| 2026-02-26 | 2.6025 |
| 2026-03-05 | 2.6279 |
| 2026-03-12 | 2.6307 |
| 2026-03-19 | 2.6056 |
| 2026-03-26 | 2.6252 |
| 2026-04-02 | 2.6525 |
| 2026-04-09 | 2.5924 |
| 2026-04-16 | 2.5529 |
| 2026-04-23 | 2.5407 |
| 2026-04-30 | 2.5388 |
| 2026-05-07 | 2.5138 |
| 2026-05-14 | 2.5123 |
| 2026-05-21 | 2.5133 |
| 2026-05-28 | 2.5296 |
| 2026-06-04 | 2.5365 |
| 2026-06-11 | 2.5934 |
| 2026-06-18 | 2.6380 |
| 2026-06-25 | 2.6926 |
| 2026-07-02 | 2.6962 |
| 2026-07-09 | 2.6501 |
| 2026-07-16 | 2.6269 |
| 2026-07-23 | 2.6176 |
| 2026-07-30 | 2.6039 |
| 2026-08-06 | 2.5948 |
| 2026-08-13 | 2.5933 |
| 2026-08-20 | 2.5412 |
| 2026-08-27 | 2.5430 |
| 2026-09-03 | 2.5331 |
| 2026-09-10 | 2.5228 |
| 2026-09-17 | 2.5670 |
| 2026-09-24 | 2.5843 |
High
2.7774
Low
2.5123
Average
2.6396
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.