Skip to content

AZN to NPR exchange rate API

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

90.1278

▲ +5.50% over 1Y

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 year, AZN/NPR traded between 82.6927 and 90.7196, averaged 87.2339 and rose 5.50%. 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 1Y

AZN/NPR over 1Y: show the values
PointAZN/NPR
2025-09-2685.4258
2025-10-0385.3813
2025-10-1085.4520
2025-10-1782.8645
2025-10-2482.6927
2025-10-3183.3596
2025-11-0783.4686
2025-11-1483.6025
2025-11-2183.5223
2025-11-2884.1570
2025-12-0584.6145
2025-12-1385.2661
2025-12-2084.3483
2025-12-2784.6114
2026-01-0384.7595
2026-01-1084.9971
2026-01-1785.4452
2026-01-2486.1966
2026-01-3186.3273
2026-02-0785.2871
2026-02-1485.2747
2026-02-2185.4299
2026-02-2885.7117
2026-03-0786.5729
2026-03-1487.1536
2026-03-2188.6503
2026-03-2889.0081
2026-04-0487.3247
2026-04-1187.0664
2026-04-1887.1326
2026-04-2588.3033
2026-05-0289.0882
2026-05-0988.6679
2026-05-1790.3821
2026-05-2589.8134
2026-06-0189.2983
2026-06-1089.8514
2026-06-1788.8147
2026-06-2489.3238
2026-07-0189.1864
2026-07-0889.6172
2026-07-1590.6207
2026-07-2290.7196
2026-07-2990.0998
2026-08-0589.3814
2026-08-1289.8780
2026-08-2090.0409
2026-08-2789.9761
2026-09-0388.8902
2026-09-1089.7070
2026-09-1790.2572
2026-09-2490.2493

High

90.7196

Low

82.6927

Average

87.2339

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.