Skip to content

AZN to INR exchange rate API

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

56.3035

▲ +5.57% over 1Y

1 AZN = 56.3035 INR · 1 INR = 0.01776 AZN · Get this rate via the API

1 AZN buys 56.3035 INR as of 2026-09-26, so 1 INR buys 0.01776 AZN. Over the last year, AZN/INR traded between 51.6495 and 56.8059, averaged 54.5341 and rose 5.57%. The API holds daily AZN/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/INR over 1Y

AZN/INR over 1Y: show the values
PointAZN/INR
2025-09-2653.3310
2025-10-0353.3738
2025-10-1053.3276
2025-10-1751.7618
2025-10-2451.6495
2025-10-3152.1513
2025-11-0752.1620
2025-11-1452.1610
2025-11-2152.7282
2025-11-2852.6342
2025-12-0552.9048
2025-12-1353.2663
2025-12-2052.6930
2025-12-2752.8573
2026-01-0352.9499
2026-01-1053.0983
2026-01-1753.3782
2026-01-2453.8476
2026-01-3153.9293
2026-02-0753.2795
2026-02-1453.2717
2026-02-2153.3687
2026-02-2853.5447
2026-03-0754.0827
2026-03-1454.4455
2026-03-2155.3805
2026-03-2855.6725
2026-04-0454.5523
2026-04-1154.6408
2026-04-1854.3451
2026-04-2555.3123
2026-05-0255.6886
2026-05-0955.4150
2026-05-1756.4847
2026-05-2556.0231
2026-06-0155.8781
2026-06-1056.0389
2026-06-1755.6083
2026-06-2455.6907
2026-07-0156.0283
2026-07-0856.2117
2026-07-1556.6235
2026-07-2256.8059
2026-07-2956.2636
2026-08-0555.9544
2026-08-1256.0818
2026-08-2056.3012
2026-08-2756.2016
2026-09-0355.5816
2026-09-1056.1419
2026-09-1756.4347
2026-09-2456.4461

High

56.8059

Low

51.6495

Average

54.5341

For developers

Get this rate via the API

One GET request returns the AZN/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/INR API questions

How do I get the AZN/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/INR rate in rates.INR.

How far back does AZN/INR historical data go?

Daily AZN/INR 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/INR 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.