Skip to content

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

AZN/NPR over YTD: show the values
PointAZN/NPR
2025-12-3184.5537
2026-01-0784.8927
2026-01-1484.9847
2026-01-2185.7759
2026-01-2886.1921
2026-02-0485.1158
2026-02-1185.2699
2026-02-1885.3409
2026-02-2585.5767
2026-03-0486.7262
2026-03-1186.5184
2026-03-1886.9508
2026-03-2588.4106
2026-04-0188.1313
2026-04-0887.0503
2026-04-1587.5438
2026-04-2288.1360
2026-04-2988.8827
2026-05-0689.7735
2026-05-1490.1232
2026-05-2190.7511
2026-05-2990.0017
2026-06-0590.0966
2026-06-1489.5368
2026-06-2188.8248
2026-06-2888.9051
2026-07-0589.8095
2026-07-1289.8941
2026-07-1990.7120
2026-07-2690.8560
2026-08-0289.8316
2026-08-0989.6232
2026-08-1689.9271
2026-08-2490.1146
2026-08-3189.3239
2026-09-0788.9441
2026-09-1490.0883
2026-09-2190.1795

High

90.8560

Low

84.5537

Average

88.2948

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.