Convert ILS to INR
Israeli New Shekel → Indian Rupee
1 ILS = 31.583656 INR(1 INR = 0.0316619 ILS)
Currency converter
1 ILS =
31.5837 INR
ILS to INR: last 30 days
Over the last 30 days, 1 ILS traded between 31.2953 and 32.0876 INR, averaging 31.5745 INR. The ILS/INR rate is down 1.57% since 2026-08-28.
- 30-day high
- 32.0876
- 2026-08-28
- 30-day low
- 31.2953
- 2026-09-03
- 30-day average
- 31.5745
- Days with data: 30
- 30-day change
- -1.57%
- since 2026-08-28
32.0876
31.29532026-08-28 → 2026-09-26
| Date | 1 ILS in INR | Daily change |
|---|---|---|
| 2026-09-26 | 31.5837 | 0.00% |
| 2026-09-25 | 31.5837 | +0.33% |
| 2026-09-24 | 31.4807 | -0.83% |
| 2026-09-23 | 31.743 | +0.21% |
| 2026-09-22 | 31.6754 | -0.45% |
| 2026-09-21 | 31.818 | +0.81% |
| 2026-09-20 | 31.5634 | 0.00% |
| 2026-09-19 | 31.5634 | 0.00% |
| 2026-09-18 | 31.5634 | -0.21% |
| 2026-09-17 | 31.6289 | -0.09% |
| 2026-09-16 | 31.6574 | +0.33% |
| 2026-09-15 | 31.5523 | +0.82% |
| 2026-09-14 | 31.2963 | -0.27% |
| 2026-09-13 | 31.3795 | 0.00% |
| 2026-09-12 | 31.3795 | 0.00% |
| Date | 1 ILS in INR | Daily change |
|---|---|---|
| 2026-09-11 | 31.3795 | -0.37% |
| 2026-09-10 | 31.4973 | -0.01% |
| 2026-09-09 | 31.5017 | +0.05% |
| 2026-09-08 | 31.4862 | +0.33% |
| 2026-09-07 | 31.3837 | -0.11% |
| 2026-09-06 | 31.4171 | 0.00% |
| 2026-09-05 | 31.4171 | 0.00% |
| 2026-09-04 | 31.4171 | +0.39% |
| 2026-09-03 | 31.2953 | -0.20% |
| 2026-09-02 | 31.3588 | -0.44% |
| 2026-09-01 | 31.4978 | -1.11% |
| 2026-08-31 | 31.8529 | -0.73% |
| 2026-08-30 | 32.0876 | 0.00% |
| 2026-08-29 | 32.0876 | 0.00% |
| 2026-08-28 | 32.0876 | — |
ILS to INR conversion table
1 ILS31.5837 INR
5 ILS157.9183 INR
10 ILS315.8366 INR
25 ILS789.5914 INR
50 ILS1,579.1828 INR
100 ILS3,158.3656 INR
500 ILS15,791.828 INR
1,000 ILS31,583.656 INR
5,000 ILS157,918.28 INR
10,000 ILS315,836.56 INR
Get the ILS/INR rate in your app
One GET request returns the latest ILS → 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/ILS/INR"fetch('https://rate-api.com/api/v1/pair/ILS/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ILS = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ILS/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ILS = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ILS/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ILS = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ILS",
"to": "INR"
},
"rate": 31.5837,
"timestamp": 1790432119,
"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 ILSIndian Rupee → Israeli New Shekel0.031662Convert ILS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.