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: show the values
| Point | AED/NPR |
|---|---|
| 2025-09-25 | 38.6733 |
| 2025-10-02 | 38.6485 |
| 2025-10-09 | 38.6758 |
| 2025-10-16 | 38.2030 |
| 2025-10-23 | 38.2626 |
| 2025-10-30 | 38.5108 |
| 2025-11-06 | 38.6207 |
| 2025-11-13 | 38.6253 |
| 2025-11-20 | 38.5725 |
| 2025-11-27 | 38.8623 |
| 2025-12-04 | 39.3146 |
| 2025-12-12 | 39.3445 |
| 2025-12-19 | 39.3285 |
| 2025-12-26 | 39.2310 |
| 2026-01-02 | 39.1961 |
| 2026-01-09 | 39.1730 |
| 2026-01-16 | 39.3636 |
| 2026-01-23 | 39.9169 |
| 2026-01-30 | 40.0645 |
| 2026-02-06 | 39.3710 |
| 2026-02-13 | 39.4963 |
| 2026-02-20 | 39.6697 |
| 2026-02-27 | 39.6500 |
| 2026-03-06 | 39.9247 |
| 2026-03-13 | 40.2198 |
| 2026-03-20 | 40.5025 |
| 2026-03-27 | 41.0328 |
| 2026-04-03 | 40.4051 |
| 2026-04-10 | 40.2884 |
| 2026-04-17 | 40.6457 |
| 2026-04-24 | 40.9646 |
| 2026-05-01 | 41.3284 |
| 2026-05-08 | 41.1905 |
| 2026-05-16 | 41.8396 |
| 2026-05-24 | 41.7115 |
| 2026-05-31 | 41.3962 |
| 2026-06-09 | 41.6798 |
| 2026-06-16 | 41.2268 |
| 2026-06-23 | 41.2671 |
| 2026-06-30 | 41.2126 |
| 2026-07-07 | 41.5527 |
| 2026-07-14 | 41.7669 |
| 2026-07-21 | 42.0326 |
| 2026-07-28 | 41.7300 |
| 2026-08-04 | 41.5801 |
| 2026-08-11 | 41.5822 |
| 2026-08-18 | 41.6973 |
| 2026-08-26 | 41.5232 |
| 2026-09-02 | 41.3793 |
| 2026-09-09 | 41.3863 |
| 2026-09-16 | 41.7911 |
| 2026-09-23 | 41.6778 |
High
42.0326
Low
38.2030
Average
40.3230
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.