Skip to content

AED to NPR exchange rate API

UAE Dirham to Nepalese Rupee · quoted 2026-09-25

41.8094

▲ +1.16% over 6M

1 AED = 41.8094 NPR · 1 NPR = 0.02392 AED · Get this rate via the API

1 AED buys 41.8094 NPR as of 2026-09-25, so 1 NPR buys 0.02392 AED. Over the last 6 months, AED/NPR traded between 40.3462 and 42.0671, averaged 41.4174 and rose 1.16%. The API holds daily AED/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/NPR over 6M

AED/NPR over 6M: show the values
PointAED/NPR
2026-03-2941.3316
2026-04-0540.4702
2026-04-1240.3462
2026-04-1940.4952
2026-04-2640.9557
2026-05-0341.3315
2026-05-1041.0237
2026-05-1841.8633
2026-05-2641.5672
2026-06-0241.4647
2026-06-1141.6821
2026-06-1841.1565
2026-06-2541.1033
2026-07-0241.5297
2026-07-0941.6200
2026-07-1641.9906
2026-07-2342.0671
2026-07-3041.6871
2026-08-0641.4324
2026-08-1341.5688
2026-08-2141.7236
2026-08-2841.5830
2026-09-0441.1742
2026-09-1141.7190
2026-09-1841.7622
2026-09-2541.8120

High

42.0671

Low

40.3462

Average

41.4174

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/NPR API questions

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

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

How far back does AED/NPR historical data go?

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