Skip to content

AZN to NPR exchange rate API

Azerbaijanian Manat to Nepalese Rupee · quoted 2026-09-26

90.1278

▲ +0.17% over 30D

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 30 days, AZN/NPR traded between 88.8902 and 91.2107, averaged 89.8247 and rose 0.17%. 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 30D

AZN/NPR over 30D: show the values
PointAZN/NPR
2026-08-2789.9761
2026-08-2889.8424
2026-08-2989.8409
2026-08-3089.7648
2026-08-3189.3239
2026-09-0189.3678
2026-09-0289.4036
2026-09-0388.8902
2026-09-0488.9593
2026-09-0588.9193
2026-09-0688.8970
2026-09-0788.9441
2026-09-0889.1341
2026-09-0989.3613
2026-09-1089.7070
2026-09-1190.1376
2026-09-1290.0206
2026-09-1389.9188
2026-09-1490.0883
2026-09-1590.2427
2026-09-1690.2956
2026-09-1790.2572
2026-09-1891.2107
2026-09-1990.3956
2026-09-2090.2630
2026-09-2190.1795
2026-09-2290.1654
2026-09-2390.0481
2026-09-2490.2493
2026-09-2590.3317
2026-09-2690.1278

High

91.2107

Low

88.8902

Average

89.8247

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.