Skip to content

AED to NPR exchange rate API

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

41.8094

▲ +8.11% over 1Y

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 year, AED/NPR traded between 38.2030 and 42.0326, averaged 40.3230 and rose 8.11%. 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 1Y

AED/NPR over 1Y: show the values
PointAED/NPR
2025-09-2538.6733
2025-10-0238.6485
2025-10-0938.6758
2025-10-1638.2030
2025-10-2338.2626
2025-10-3038.5108
2025-11-0638.6207
2025-11-1338.6253
2025-11-2038.5725
2025-11-2738.8623
2025-12-0439.3146
2025-12-1239.3445
2025-12-1939.3285
2025-12-2639.2310
2026-01-0239.1961
2026-01-0939.1730
2026-01-1639.3636
2026-01-2339.9169
2026-01-3040.0645
2026-02-0639.3710
2026-02-1339.4963
2026-02-2039.6697
2026-02-2739.6500
2026-03-0639.9247
2026-03-1340.2198
2026-03-2040.5025
2026-03-2741.0328
2026-04-0340.4051
2026-04-1040.2884
2026-04-1740.6457
2026-04-2440.9646
2026-05-0141.3284
2026-05-0841.1905
2026-05-1641.8396
2026-05-2441.7115
2026-05-3141.3962
2026-06-0941.6798
2026-06-1641.2268
2026-06-2341.2671
2026-06-3041.2126
2026-07-0741.5527
2026-07-1441.7669
2026-07-2142.0326
2026-07-2841.7300
2026-08-0441.5801
2026-08-1141.5822
2026-08-1841.6973
2026-08-2641.5232
2026-09-0241.3793
2026-09-0941.3863
2026-09-1641.7911
2026-09-2341.6778

High

42.0326

Low

38.2030

Average

40.3230

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.