AZN to NPR exchange rate API
Azerbaijanian Manat to Nepalese Rupee · quoted 2026-09-26
90.1278
▲ +6.59% over YTD
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 year to date, AZN/NPR traded between 84.5537 and 90.8560, averaged 88.2948 and rose 6.59%. 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 YTD: show the values
| Point | AZN/NPR |
|---|---|
| 2025-12-31 | 84.5537 |
| 2026-01-07 | 84.8927 |
| 2026-01-14 | 84.9847 |
| 2026-01-21 | 85.7759 |
| 2026-01-28 | 86.1921 |
| 2026-02-04 | 85.1158 |
| 2026-02-11 | 85.2699 |
| 2026-02-18 | 85.3409 |
| 2026-02-25 | 85.5767 |
| 2026-03-04 | 86.7262 |
| 2026-03-11 | 86.5184 |
| 2026-03-18 | 86.9508 |
| 2026-03-25 | 88.4106 |
| 2026-04-01 | 88.1313 |
| 2026-04-08 | 87.0503 |
| 2026-04-15 | 87.5438 |
| 2026-04-22 | 88.1360 |
| 2026-04-29 | 88.8827 |
| 2026-05-06 | 89.7735 |
| 2026-05-14 | 90.1232 |
| 2026-05-21 | 90.7511 |
| 2026-05-29 | 90.0017 |
| 2026-06-05 | 90.0966 |
| 2026-06-14 | 89.5368 |
| 2026-06-21 | 88.8248 |
| 2026-06-28 | 88.9051 |
| 2026-07-05 | 89.8095 |
| 2026-07-12 | 89.8941 |
| 2026-07-19 | 90.7120 |
| 2026-07-26 | 90.8560 |
| 2026-08-02 | 89.8316 |
| 2026-08-09 | 89.6232 |
| 2026-08-16 | 89.9271 |
| 2026-08-24 | 90.1146 |
| 2026-08-31 | 89.3239 |
| 2026-09-07 | 88.9441 |
| 2026-09-14 | 90.0883 |
| 2026-09-21 | 90.1795 |
High
90.8560
Low
84.5537
Average
88.2948
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.