Convert INR to ALL
Indian Rupee → Albanian Lek
1 INR = 0.840199 ALL(1 ALL = 1.190195 INR)
Currency converter
1 INR =
0.8402 ALL
INR to ALL: last 30 days
Over the last 30 days, 1 INR traded between 0.8284 and 0.84123 ALL, averaging 0.83433 ALL. The INR/ALL rate is up 1.10% since 2026-08-28.
- 30-day high
- 0.84123
- 2026-09-03
- 30-day low
- 0.8284
- 2026-09-16
- 30-day average
- 0.83433
- Days with data: 30
- 30-day change
- +1.10%
- since 2026-08-28
0.84123
0.82842026-08-28 → 2026-09-26
| Date | 1 INR in ALL | Daily change |
|---|---|---|
| 2026-09-26 | 0.8402 | 0.00% |
| 2026-09-25 | 0.8402 | +0.27% |
| 2026-09-24 | 0.83793 | +0.27% |
| 2026-09-23 | 0.83568 | +0.16% |
| 2026-09-22 | 0.83434 | +0.22% |
| 2026-09-21 | 0.83252 | +0.11% |
| 2026-09-20 | 0.83164 | +0.01% |
| 2026-09-19 | 0.83159 | -0.28% |
| 2026-09-18 | 0.83391 | +0.63% |
| 2026-09-17 | 0.82864 | +0.03% |
| 2026-09-16 | 0.8284 | -0.06% |
| 2026-09-15 | 0.82893 | +0.02% |
| 2026-09-14 | 0.8288 | -0.00% |
| 2026-09-13 | 0.82882 | -0.05% |
| 2026-09-12 | 0.82921 | -0.10% |
| Date | 1 INR in ALL | Daily change |
|---|---|---|
| 2026-09-11 | 0.83004 | +0.14% |
| 2026-09-10 | 0.82888 | -0.45% |
| 2026-09-09 | 0.83267 | -0.41% |
| 2026-09-08 | 0.83607 | -0.40% |
| 2026-09-07 | 0.83945 | +0.01% |
| 2026-09-06 | 0.83938 | -0.03% |
| 2026-09-05 | 0.83966 | +0.11% |
| 2026-09-04 | 0.83872 | -0.30% |
| 2026-09-03 | 0.84123 | +0.24% |
| 2026-09-02 | 0.83922 | +0.06% |
| 2026-09-01 | 0.83875 | +0.37% |
| 2026-08-31 | 0.83568 | +0.17% |
| 2026-08-30 | 0.83427 | +0.01% |
| 2026-08-29 | 0.83421 | +0.38% |
| 2026-08-28 | 0.83102 | — |
INR to ALL conversion table
1 INR0.8402 ALL
5 INR4.201 ALL
10 INR8.402 ALL
25 INR21.005 ALL
50 INR42.0099 ALL
100 INR84.0199 ALL
500 INR420.0993 ALL
1,000 INR840.1986 ALL
5,000 INR4,200.9928 ALL
10,000 INR8,401.9857 ALL
Get the INR/ALL rate in your app
One GET request returns the latest INR → ALL 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/ALL"fetch('https://rate-api.com/api/v1/pair/INR/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ALL');
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']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ALL"
},
"rate": 0.8402,
"timestamp": 1790429384,
"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
ALL to INRAlbanian Lek → Indian Rupee1.1902Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.