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: show the values
| Point | AED/NPR |
|---|---|
| 2026-03-29 | 41.3316 |
| 2026-04-05 | 40.4702 |
| 2026-04-12 | 40.3462 |
| 2026-04-19 | 40.4952 |
| 2026-04-26 | 40.9557 |
| 2026-05-03 | 41.3315 |
| 2026-05-10 | 41.0237 |
| 2026-05-18 | 41.8633 |
| 2026-05-26 | 41.5672 |
| 2026-06-02 | 41.4647 |
| 2026-06-11 | 41.6821 |
| 2026-06-18 | 41.1565 |
| 2026-06-25 | 41.1033 |
| 2026-07-02 | 41.5297 |
| 2026-07-09 | 41.6200 |
| 2026-07-16 | 41.9906 |
| 2026-07-23 | 42.0671 |
| 2026-07-30 | 41.6871 |
| 2026-08-06 | 41.4324 |
| 2026-08-13 | 41.5688 |
| 2026-08-21 | 41.7236 |
| 2026-08-28 | 41.5830 |
| 2026-09-04 | 41.1742 |
| 2026-09-11 | 41.7190 |
| 2026-09-18 | 41.7622 |
| 2026-09-25 | 41.8120 |
High
42.0671
Low
40.3462
Average
41.4174
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.