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: show the values
| Point | AED/NPR |
|---|---|
| 2025-12-31 | 39.1354 |
| 2026-01-07 | 39.2921 |
| 2026-01-14 | 39.3345 |
| 2026-01-21 | 39.6999 |
| 2026-01-28 | 39.8934 |
| 2026-02-04 | 39.3947 |
| 2026-02-11 | 39.4657 |
| 2026-02-18 | 39.4985 |
| 2026-02-25 | 39.6096 |
| 2026-03-04 | 40.1399 |
| 2026-03-11 | 40.0436 |
| 2026-03-18 | 40.2552 |
| 2026-03-25 | 40.9181 |
| 2026-04-01 | 40.7897 |
| 2026-04-08 | 40.2884 |
| 2026-04-15 | 40.5629 |
| 2026-04-22 | 40.7607 |
| 2026-04-29 | 41.1527 |
| 2026-05-06 | 41.3967 |
| 2026-05-14 | 41.7126 |
| 2026-05-21 | 42.0025 |
| 2026-05-29 | 41.6551 |
| 2026-06-05 | 41.6991 |
| 2026-06-14 | 41.4942 |
| 2026-06-21 | 41.1670 |
| 2026-06-28 | 41.1978 |
| 2026-07-05 | 41.5735 |
| 2026-07-12 | 41.6172 |
| 2026-07-19 | 42.0109 |
| 2026-07-26 | 42.0717 |
| 2026-08-02 | 41.6016 |
| 2026-08-09 | 41.5041 |
| 2026-08-16 | 41.6459 |
| 2026-08-24 | 41.7085 |
| 2026-08-31 | 41.5923 |
| 2026-09-07 | 41.1672 |
| 2026-09-14 | 41.6961 |
| 2026-09-21 | 41.7389 |
High
42.0717
Low
39.1354
Average
40.8794
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.