Skip to content

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

AZN/NPR over 6M: show the values
PointAZN/NPR
2026-03-3087.8874
2026-04-0687.5684
2026-04-1386.9459
2026-04-2087.4786
2026-04-2788.4894
2026-05-0489.1644
2026-05-1188.7399
2026-05-1990.7613
2026-05-2790.1318
2026-06-0390.1552
2026-06-1289.7163
2026-06-1988.8233
2026-06-2689.1398
2026-07-0389.6464
2026-07-1089.7712
2026-07-1790.7529
2026-07-2491.1121
2026-07-3189.9072
2026-08-0789.8156
2026-08-1489.8083
2026-08-2290.1129
2026-08-2989.8409
2026-09-0588.9193
2026-09-1290.0206
2026-09-1990.3956
2026-09-2690.1278

High

91.1121

Low

86.9459

Average

89.4578

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=NPR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=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&currencies=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.