Convert AZN to INR
Azerbaijani Manat → Indian Rupee
1 AZN = 56.36314 INR(1 INR = 0.0177421 AZN)
Currency converter
1 AZN =
56.3631 INR
AZN to INR: last 30 days
Over the last 30 days, 1 AZN traded between 55.5292 and 57.0127 INR, averaging 56.1085 INR. The AZN/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 57.0127
- 2026-09-18
- 30-day low
- 55.5292
- 2026-09-06
- 30-day average
- 56.1085
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
57.0127
55.52922026-08-28 → 2026-09-26
| Date | 1 AZN in INR | Daily change |
|---|---|---|
| 2026-09-26 | 56.3631 | 0.00% |
| 2026-09-25 | 56.3631 | -0.15% |
| 2026-09-24 | 56.4462 | +0.23% |
| 2026-09-23 | 56.3184 | +0.16% |
| 2026-09-22 | 56.2295 | -0.24% |
| 2026-09-21 | 56.3647 | +0.04% |
| 2026-09-20 | 56.3441 | -0.10% |
| 2026-09-19 | 56.4 | -1.07% |
| 2026-09-18 | 57.0127 | +1.02% |
| 2026-09-17 | 56.4353 | -0.02% |
| 2026-09-16 | 56.4488 | +0.00% |
| 2026-09-15 | 56.447 | +0.42% |
| 2026-09-14 | 56.2118 | +0.08% |
| 2026-09-13 | 56.1646 | -0.08% |
| 2026-09-12 | 56.2118 | +0.00% |
| Date | 1 AZN in INR | Daily change |
|---|---|---|
| 2026-09-11 | 56.2118 | +0.13% |
| 2026-09-10 | 56.1412 | +0.41% |
| 2026-09-09 | 55.9111 | +0.23% |
| 2026-09-08 | 55.7825 | +0.36% |
| 2026-09-07 | 55.5824 | +0.10% |
| 2026-09-06 | 55.5292 | -0.10% |
| 2026-09-05 | 55.5824 | +0.00% |
| 2026-09-04 | 55.5824 | +0.00% |
| 2026-09-03 | 55.5816 | -0.51% |
| 2026-09-02 | 55.8646 | +0.02% |
| 2026-09-01 | 55.8531 | +0.37% |
| 2026-08-31 | 55.646 | -0.74% |
| 2026-08-30 | 56.0582 | +0.00% |
| 2026-08-29 | 56.0581 | -0.09% |
| 2026-08-28 | 56.1109 | — |
AZN to INR conversion table
1 AZN56.3631 INR
5 AZN281.8157 INR
10 AZN563.6314 INR
25 AZN1,409.0785 INR
50 AZN2,818.157 INR
100 AZN5,636.314 INR
500 AZN28,181.57 INR
1,000 AZN56,363.14 INR
5,000 AZN281,815.7 INR
10,000 AZN563,631.4 INR
Get the AZN/INR rate in your app
One GET request returns the latest AZN → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AZN/INR"fetch('https://rate-api.com/api/v1/pair/AZN/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AZN = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AZN/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AZN = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AZN/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AZN = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "AZN",
"to": "INR"
},
"rate": 56.3631,
"timestamp": 1790432206,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to AZNIndian Rupee → Azerbaijani Manat0.017742Convert AZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.