AZN to NPR exchange rate API
Azerbaijanian Manat to Nepalese Rupee · quoted 2026-09-26
90.1278
▲ +2.55% over 6M
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 6 months, AZN/NPR traded between 86.9459 and 91.1121, averaged 89.4578 and rose 2.55%. 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 6M: show the values
| Point | AZN/NPR |
|---|---|
| 2026-03-30 | 87.8874 |
| 2026-04-06 | 87.5684 |
| 2026-04-13 | 86.9459 |
| 2026-04-20 | 87.4786 |
| 2026-04-27 | 88.4894 |
| 2026-05-04 | 89.1644 |
| 2026-05-11 | 88.7399 |
| 2026-05-19 | 90.7613 |
| 2026-05-27 | 90.1318 |
| 2026-06-03 | 90.1552 |
| 2026-06-12 | 89.7163 |
| 2026-06-19 | 88.8233 |
| 2026-06-26 | 89.1398 |
| 2026-07-03 | 89.6464 |
| 2026-07-10 | 89.7712 |
| 2026-07-17 | 90.7529 |
| 2026-07-24 | 91.1121 |
| 2026-07-31 | 89.9072 |
| 2026-08-07 | 89.8156 |
| 2026-08-14 | 89.8083 |
| 2026-08-22 | 90.1129 |
| 2026-08-29 | 89.8409 |
| 2026-09-05 | 88.9193 |
| 2026-09-12 | 90.0206 |
| 2026-09-19 | 90.3956 |
| 2026-09-26 | 90.1278 |
High
91.1121
Low
86.9459
Average
89.4578
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.