Convert INR to AZN
Indian Rupee → Azerbaijani Manat
1 INR = 0.0177421 AZN(1 AZN = 56.36314 INR)
Currency converter
1 INR =
0.017742 AZN
INR to AZN: last 30 days
Over the last 30 days, 1 INR traded between 0.01754 and 0.018009 AZN, averaging 0.017823 AZN. The INR/AZN rate is down 0.45% since 2026-08-28.
- 30-day high
- 0.018009
- 2026-09-06
- 30-day low
- 0.01754
- 2026-09-18
- 30-day average
- 0.017823
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-28
0.018009
0.017542026-08-28 → 2026-09-26
| Date | 1 INR in AZN | Daily change |
|---|---|---|
| 2026-09-26 | 0.017742 | 0.00% |
| 2026-09-25 | 0.017742 | +0.15% |
| 2026-09-24 | 0.017716 | -0.23% |
| 2026-09-23 | 0.017756 | -0.16% |
| 2026-09-22 | 0.017784 | +0.24% |
| 2026-09-21 | 0.017742 | -0.04% |
| 2026-09-20 | 0.017748 | +0.10% |
| 2026-09-19 | 0.01773 | +1.09% |
| 2026-09-18 | 0.01754 | -1.01% |
| 2026-09-17 | 0.017719 | +0.02% |
| 2026-09-16 | 0.017715 | -0.00% |
| 2026-09-15 | 0.017716 | -0.42% |
| 2026-09-14 | 0.01779 | -0.08% |
| 2026-09-13 | 0.017805 | +0.08% |
| 2026-09-12 | 0.01779 | -0.00% |
| Date | 1 INR in AZN | Daily change |
|---|---|---|
| 2026-09-11 | 0.01779 | -0.13% |
| 2026-09-10 | 0.017812 | -0.41% |
| 2026-09-09 | 0.017886 | -0.23% |
| 2026-09-08 | 0.017927 | -0.36% |
| 2026-09-07 | 0.017991 | -0.10% |
| 2026-09-06 | 0.018009 | +0.10% |
| 2026-09-05 | 0.017991 | -0.00% |
| 2026-09-04 | 0.017991 | -0.00% |
| 2026-09-03 | 0.017992 | +0.51% |
| 2026-09-02 | 0.0179 | -0.02% |
| 2026-09-01 | 0.017904 | -0.37% |
| 2026-08-31 | 0.017971 | +0.74% |
| 2026-08-30 | 0.017839 | -0.00% |
| 2026-08-29 | 0.017839 | +0.09% |
| 2026-08-28 | 0.017822 | — |
INR to AZN conversion table
1 INR0.017742 AZN
5 INR0.08871 AZN
10 INR0.17742 AZN
25 INR0.44355 AZN
50 INR0.8871 AZN
100 INR1.7742 AZN
500 INR8.871 AZN
1,000 INR17.7421 AZN
5,000 INR88.7105 AZN
10,000 INR177.4209 AZN
Get the INR/AZN rate in your app
One GET request returns the latest INR → AZN 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/INR/AZN"fetch('https://rate-api.com/api/v1/pair/INR/AZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} AZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/AZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} AZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/AZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} AZN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "AZN"
},
"rate": 0.0177,
"timestamp": 1790429444,
"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
AZN to INRAzerbaijani Manat → Indian Rupee56.3631Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.