Skip to content

AED to NPR exchange rate API

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

41.8094

▲ +6.83% over YTD

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 year to date, AED/NPR traded between 39.1354 and 42.0717, averaged 40.8794 and rose 6.83%. 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 YTD

AED/NPR over YTD: show the values
PointAED/NPR
2025-12-3139.1354
2026-01-0739.2921
2026-01-1439.3345
2026-01-2139.6999
2026-01-2839.8934
2026-02-0439.3947
2026-02-1139.4657
2026-02-1839.4985
2026-02-2539.6096
2026-03-0440.1399
2026-03-1140.0436
2026-03-1840.2552
2026-03-2540.9181
2026-04-0140.7897
2026-04-0840.2884
2026-04-1540.5629
2026-04-2240.7607
2026-04-2941.1527
2026-05-0641.3967
2026-05-1441.7126
2026-05-2142.0025
2026-05-2941.6551
2026-06-0541.6991
2026-06-1441.4942
2026-06-2141.1670
2026-06-2841.1978
2026-07-0541.5735
2026-07-1241.6172
2026-07-1942.0109
2026-07-2642.0717
2026-08-0241.6016
2026-08-0941.5041
2026-08-1641.6459
2026-08-2441.7085
2026-08-3141.5923
2026-09-0741.1672
2026-09-1441.6961
2026-09-2141.7389

High

42.0717

Low

39.1354

Average

40.8794

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.