Convert INR to AMD
Indian Rupee → Armenian Dram
1 INR = 3.789928 AMD(1 AMD = 0.263857 INR)
Currency converter
1 INR =
3.7899 AMD
INR to AMD: last 30 days
Over the last 30 days, 1 INR traded between 3.7809 and 3.8573 AMD, averaging 3.8142 AMD. The INR/AMD rate is down 0.67% since 2026-08-28.
- 30-day high
- 3.8573
- 2026-09-06
- 30-day low
- 3.7809
- 2026-09-15
- 30-day average
- 3.8142
- Days with data: 30
- 30-day change
- -0.67%
- since 2026-08-28
3.8573
3.78092026-08-28 → 2026-09-26
| Date | 1 INR in AMD | Daily change |
|---|---|---|
| 2026-09-26 | 3.7899 | 0.00% |
| 2026-09-25 | 3.7899 | -0.07% |
| 2026-09-24 | 3.7927 | -0.12% |
| 2026-09-23 | 3.7974 | -0.16% |
| 2026-09-22 | 3.8035 | +0.47% |
| 2026-09-21 | 3.7859 | -0.12% |
| 2026-09-20 | 3.7906 | -0.00% |
| 2026-09-19 | 3.7907 | +0.13% |
| 2026-09-18 | 3.7858 | -0.39% |
| 2026-09-17 | 3.8008 | +0.26% |
| 2026-09-16 | 3.7908 | +0.26% |
| 2026-09-15 | 3.7809 | -0.52% |
| 2026-09-14 | 3.8006 | -0.04% |
| 2026-09-13 | 3.8023 | +0.09% |
| 2026-09-12 | 3.799 | -0.33% |
| Date | 1 INR in AMD | Daily change |
|---|---|---|
| 2026-09-11 | 3.8114 | +0.06% |
| 2026-09-10 | 3.8091 | -0.20% |
| 2026-09-09 | 3.8167 | -0.53% |
| 2026-09-08 | 3.8372 | -0.35% |
| 2026-09-07 | 3.8505 | -0.17% |
| 2026-09-06 | 3.8573 | +0.00% |
| 2026-09-05 | 3.8573 | +0.22% |
| 2026-09-04 | 3.8486 | -0.11% |
| 2026-09-03 | 3.8528 | +0.52% |
| 2026-09-02 | 3.8329 | -0.06% |
| 2026-09-01 | 3.8353 | -0.37% |
| 2026-08-31 | 3.8495 | +0.64% |
| 2026-08-30 | 3.8252 | +0.00% |
| 2026-08-29 | 3.8251 | +0.25% |
| 2026-08-28 | 3.8155 | — |
INR to AMD conversion table
1 INR3.7899 AMD
5 INR18.9496 AMD
10 INR37.8993 AMD
25 INR94.7482 AMD
50 INR189.4964 AMD
100 INR378.9928 AMD
500 INR1,894.9642 AMD
1,000 INR3,789.9284 AMD
5,000 INR18,949.642 AMD
10,000 INR37,899.284 AMD
Get the INR/AMD rate in your app
One GET request returns the latest INR → AMD 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/AMD"fetch('https://rate-api.com/api/v1/pair/INR/AMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} AMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/AMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} AMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/AMD');
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']} AMD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "AMD"
},
"rate": 3.7899,
"timestamp": 1790439650,
"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
AMD to INRArmenian Dram → Indian Rupee0.26386Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.