Convert INR to ILS
Indian Rupee → Israeli New Shekel
1 INR = 0.0316619 ILS(1 ILS = 31.583656 INR)
Currency converter
1 INR =
0.031662 ILS
INR to ILS: last 30 days
Over the last 30 days, 1 INR traded between 0.031165 and 0.031954 ILS, averaging 0.031689 ILS. The INR/ILS rate is up 1.60% since 2026-08-29.
- 30-day high
- 0.031954
- 2026-09-03
- 30-day low
- 0.031165
- 2026-08-29
- 30-day average
- 0.031689
- Days with data: 30
- 30-day change
- +1.60%
- since 2026-08-29
0.031954
0.0311652026-08-29 → 2026-09-27
| Date | 1 INR in ILS | Daily change |
|---|---|---|
| 2026-09-27 | 0.031662 | 0.00% |
| 2026-09-26 | 0.031662 | 0.00% |
| 2026-09-25 | 0.031662 | -0.33% |
| 2026-09-24 | 0.031765 | +0.83% |
| 2026-09-23 | 0.031503 | -0.21% |
| 2026-09-22 | 0.03157 | +0.45% |
| 2026-09-21 | 0.031429 | -0.80% |
| 2026-09-20 | 0.031682 | 0.00% |
| 2026-09-19 | 0.031682 | 0.00% |
| 2026-09-18 | 0.031682 | +0.21% |
| 2026-09-17 | 0.031617 | +0.09% |
| 2026-09-16 | 0.031588 | -0.33% |
| 2026-09-15 | 0.031693 | -0.81% |
| 2026-09-14 | 0.031953 | +0.27% |
| 2026-09-13 | 0.031868 | 0.00% |
| Date | 1 INR in ILS | Daily change |
|---|---|---|
| 2026-09-12 | 0.031868 | 0.00% |
| 2026-09-11 | 0.031868 | +0.38% |
| 2026-09-10 | 0.031749 | +0.01% |
| 2026-09-09 | 0.031744 | -0.05% |
| 2026-09-08 | 0.03176 | -0.33% |
| 2026-09-07 | 0.031864 | +0.11% |
| 2026-09-06 | 0.03183 | 0.00% |
| 2026-09-05 | 0.03183 | 0.00% |
| 2026-09-04 | 0.03183 | -0.39% |
| 2026-09-03 | 0.031954 | +0.20% |
| 2026-09-02 | 0.031889 | +0.44% |
| 2026-09-01 | 0.031748 | +1.13% |
| 2026-08-31 | 0.031394 | +0.74% |
| 2026-08-30 | 0.031165 | 0.00% |
| 2026-08-29 | 0.031165 | — |
INR to ILS conversion table
1 INR0.031662 ILS
5 INR0.15831 ILS
10 INR0.31662 ILS
25 INR0.79155 ILS
50 INR1.5831 ILS
100 INR3.1662 ILS
500 INR15.831 ILS
1,000 INR31.6619 ILS
5,000 INR158.3097 ILS
10,000 INR316.6195 ILS
Get the INR/ILS rate in your app
One GET request returns the latest INR → ILS 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/ILS"fetch('https://rate-api.com/api/v1/pair/INR/ILS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ILS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ILS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ILS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ILS');
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']} ILS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ILS"
},
"rate": 0.0317,
"timestamp": 1790490082,
"date": "2026-09-27"
}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
ILS to INRIsraeli New Shekel → Indian Rupee31.5837Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.