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: show the values
| Point | AED/NOK |
|---|---|
| 2025-12-31 | 2.7442 |
| 2026-01-07 | 2.7400 |
| 2026-01-14 | 2.7418 |
| 2026-01-21 | 2.6988 |
| 2026-01-28 | 2.6201 |
| 2026-02-04 | 2.6257 |
| 2026-02-11 | 2.5812 |
| 2026-02-18 | 2.5808 |
| 2026-02-25 | 2.6097 |
| 2026-03-04 | 2.6266 |
| 2026-03-11 | 2.6259 |
| 2026-03-18 | 2.6090 |
| 2026-03-25 | 2.6505 |
| 2026-04-01 | 2.6294 |
| 2026-04-08 | 2.5940 |
| 2026-04-15 | 2.5700 |
| 2026-04-22 | 2.5320 |
| 2026-04-29 | 2.5262 |
| 2026-05-06 | 2.5225 |
| 2026-05-13 | 2.4963 |
| 2026-05-20 | 2.5263 |
| 2026-05-27 | 2.5261 |
| 2026-06-03 | 2.5302 |
| 2026-06-10 | 2.5841 |
| 2026-06-17 | 2.5856 |
| 2026-06-24 | 2.6786 |
| 2026-07-01 | 2.7057 |
| 2026-07-08 | 2.6586 |
| 2026-07-15 | 2.6486 |
| 2026-07-22 | 2.6126 |
| 2026-07-29 | 2.6312 |
| 2026-08-05 | 2.5882 |
| 2026-08-12 | 2.5790 |
| 2026-08-19 | 2.5597 |
| 2026-08-26 | 2.5395 |
| 2026-09-02 | 2.5417 |
| 2026-09-09 | 2.4995 |
| 2026-09-16 | 2.5459 |
| 2026-09-23 | 2.5766 |
High
2.7442
Low
2.4963
Average
2.6008
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.