Convert ALL to INR
Albanian Lek → Indian Rupee
1 ALL = 1.190195 INR(1 INR = 0.840199 ALL)
Currency converter
1 ALL =
1.1902 INR
ALL to INR: last 30 days
Over the last 30 days, 1 ALL traded between 1.1887 and 1.2071 INR, averaging 1.1986 INR. The ALL/INR rate is down 1.09% since 2026-08-28.
- 30-day high
- 1.2071
- 2026-09-16
- 30-day low
- 1.1887
- 2026-09-03
- 30-day average
- 1.1986
- Days with data: 30
- 30-day change
- -1.09%
- since 2026-08-28
1.2071
1.18872026-08-28 → 2026-09-26
| Date | 1 ALL in INR | Daily change |
|---|---|---|
| 2026-09-26 | 1.1902 | 0.00% |
| 2026-09-25 | 1.1902 | -0.27% |
| 2026-09-24 | 1.1934 | -0.27% |
| 2026-09-23 | 1.1966 | -0.16% |
| 2026-09-22 | 1.1986 | -0.22% |
| 2026-09-21 | 1.2012 | -0.11% |
| 2026-09-20 | 1.2024 | -0.01% |
| 2026-09-19 | 1.2025 | +0.28% |
| 2026-09-18 | 1.1992 | -0.63% |
| 2026-09-17 | 1.2068 | -0.03% |
| 2026-09-16 | 1.2071 | +0.06% |
| 2026-09-15 | 1.2064 | -0.02% |
| 2026-09-14 | 1.2066 | +0.00% |
| 2026-09-13 | 1.2065 | +0.05% |
| 2026-09-12 | 1.206 | +0.10% |
| Date | 1 ALL in INR | Daily change |
|---|---|---|
| 2026-09-11 | 1.2048 | -0.14% |
| 2026-09-10 | 1.2064 | +0.46% |
| 2026-09-09 | 1.201 | +0.41% |
| 2026-09-08 | 1.1961 | +0.40% |
| 2026-09-07 | 1.1913 | -0.01% |
| 2026-09-06 | 1.1914 | +0.03% |
| 2026-09-05 | 1.191 | -0.11% |
| 2026-09-04 | 1.1923 | +0.30% |
| 2026-09-03 | 1.1887 | -0.24% |
| 2026-09-02 | 1.1916 | -0.06% |
| 2026-09-01 | 1.1922 | -0.37% |
| 2026-08-31 | 1.1966 | -0.17% |
| 2026-08-30 | 1.1987 | -0.01% |
| 2026-08-29 | 1.1987 | -0.38% |
| 2026-08-28 | 1.2033 | — |
ALL to INR conversion table
1 ALL1.1902 INR
5 ALL5.951 INR
10 ALL11.9019 INR
25 ALL29.7549 INR
50 ALL59.5097 INR
100 ALL119.0195 INR
500 ALL595.0974 INR
1,000 ALL1,190.1948 INR
5,000 ALL5,950.9742 INR
10,000 ALL11,901.948 INR
Get the ALL/INR rate in your app
One GET request returns the latest ALL → 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/ALL/INR"fetch('https://rate-api.com/api/v1/pair/ALL/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ALL = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ALL/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ALL = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ALL/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ALL = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ALL",
"to": "INR"
},
"rate": 1.1902,
"timestamp": 1790432123,
"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 ALLIndian Rupee → Albanian Lek0.8402Convert ALL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.