AZN to NPR exchange rate API
Azerbaijanian Manat to Nepalese Rupee · quoted 2026-09-26
90.1278
▲ +5.50% over 1Y
1 AZN = 90.1278 NPR · 1 NPR = 0.01110 AZN · Get this rate via the API
1 AZN buys 90.1278 NPR as of 2026-09-26, so 1 NPR buys 0.01110 AZN. Over the last year, AZN/NPR traded between 82.6927 and 90.7196, averaged 87.2339 and rose 5.50%. The API holds daily AZN/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/NPR over 1Y: show the values
| Point | AZN/NPR |
|---|---|
| 2025-09-26 | 85.4258 |
| 2025-10-03 | 85.3813 |
| 2025-10-10 | 85.4520 |
| 2025-10-17 | 82.8645 |
| 2025-10-24 | 82.6927 |
| 2025-10-31 | 83.3596 |
| 2025-11-07 | 83.4686 |
| 2025-11-14 | 83.6025 |
| 2025-11-21 | 83.5223 |
| 2025-11-28 | 84.1570 |
| 2025-12-05 | 84.6145 |
| 2025-12-13 | 85.2661 |
| 2025-12-20 | 84.3483 |
| 2025-12-27 | 84.6114 |
| 2026-01-03 | 84.7595 |
| 2026-01-10 | 84.9971 |
| 2026-01-17 | 85.4452 |
| 2026-01-24 | 86.1966 |
| 2026-01-31 | 86.3273 |
| 2026-02-07 | 85.2871 |
| 2026-02-14 | 85.2747 |
| 2026-02-21 | 85.4299 |
| 2026-02-28 | 85.7117 |
| 2026-03-07 | 86.5729 |
| 2026-03-14 | 87.1536 |
| 2026-03-21 | 88.6503 |
| 2026-03-28 | 89.0081 |
| 2026-04-04 | 87.3247 |
| 2026-04-11 | 87.0664 |
| 2026-04-18 | 87.1326 |
| 2026-04-25 | 88.3033 |
| 2026-05-02 | 89.0882 |
| 2026-05-09 | 88.6679 |
| 2026-05-17 | 90.3821 |
| 2026-05-25 | 89.8134 |
| 2026-06-01 | 89.2983 |
| 2026-06-10 | 89.8514 |
| 2026-06-17 | 88.8147 |
| 2026-06-24 | 89.3238 |
| 2026-07-01 | 89.1864 |
| 2026-07-08 | 89.6172 |
| 2026-07-15 | 90.6207 |
| 2026-07-22 | 90.7196 |
| 2026-07-29 | 90.0998 |
| 2026-08-05 | 89.3814 |
| 2026-08-12 | 89.8780 |
| 2026-08-20 | 90.0409 |
| 2026-08-27 | 89.9761 |
| 2026-09-03 | 88.8902 |
| 2026-09-10 | 89.7070 |
| 2026-09-17 | 90.2572 |
| 2026-09-24 | 90.2493 |
High
90.7196
Low
82.6927
Average
87.2339
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/NPR API questions
How do I get the AZN/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/NPR rate in rates.NPR.
How far back does AZN/NPR historical data go?
Daily AZN/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 AZN/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.