Convert JPY to ILS
Japanese Yen → Israeli New Shekel
1 JPY = 0.019251 ILS(1 ILS = 51.945424 JPY)
Currency converter
1 JPY =
0.019251 ILS
JPY to ILS: last 30 days
Over the last 30 days, 1 JPY traded between 0.018617 and 0.01977 ILS, averaging 0.019279 ILS. The JPY/ILS rate is up 3.40% since 2026-08-28.
- 30-day high
- 0.01977
- 2026-09-11
- 30-day low
- 0.018617
- 2026-08-28
- 30-day average
- 0.019279
- Days with data: 30
- 30-day change
- +3.40%
- since 2026-08-28
0.01977
0.0186172026-08-28 → 2026-09-26
| Date | 1 JPY in ILS | Daily change |
|---|---|---|
| 2026-09-26 | 0.019251 | 0.00% |
| 2026-09-25 | 0.019251 | +0.32% |
| 2026-09-24 | 0.019189 | +0.47% |
| 2026-09-23 | 0.019099 | -0.52% |
| 2026-09-22 | 0.0192 | +0.27% |
| 2026-09-21 | 0.019149 | -0.47% |
| 2026-09-20 | 0.019239 | 0.00% |
| 2026-09-19 | 0.019239 | 0.00% |
| 2026-09-18 | 0.019239 | -1.25% |
| 2026-09-17 | 0.019483 | -0.34% |
| 2026-09-16 | 0.01955 | -0.36% |
| 2026-09-15 | 0.019621 | -0.69% |
| 2026-09-14 | 0.019757 | -0.06% |
| 2026-09-13 | 0.01977 | 0.00% |
| 2026-09-12 | 0.01977 | 0.00% |
| Date | 1 JPY in ILS | Daily change |
|---|---|---|
| 2026-09-11 | 0.01977 | +0.59% |
| 2026-09-10 | 0.019653 | -0.23% |
| 2026-09-09 | 0.019699 | +0.92% |
| 2026-09-08 | 0.019519 | +0.32% |
| 2026-09-07 | 0.019456 | +1.08% |
| 2026-09-06 | 0.019249 | 0.00% |
| 2026-09-05 | 0.019249 | 0.00% |
| 2026-09-04 | 0.019249 | -0.54% |
| 2026-09-03 | 0.019353 | +1.99% |
| 2026-09-02 | 0.018976 | +0.82% |
| 2026-09-01 | 0.018822 | +0.62% |
| 2026-08-31 | 0.018705 | +0.47% |
| 2026-08-30 | 0.018617 | 0.00% |
| 2026-08-29 | 0.018617 | 0.00% |
| 2026-08-28 | 0.018617 | — |
JPY to ILS conversion table
1 JPY0.019251 ILS
5 JPY0.096255 ILS
10 JPY0.19251 ILS
25 JPY0.48127 ILS
50 JPY0.96255 ILS
100 JPY1.9251 ILS
500 JPY9.6255 ILS
1,000 JPY19.251 ILS
5,000 JPY96.2549 ILS
10,000 JPY192.5097 ILS
Get the JPY/ILS rate in your app
One GET request returns the latest JPY → 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/JPY/ILS"fetch('https://rate-api.com/api/v1/pair/JPY/ILS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ILS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ILS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ILS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ILS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} ILS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ILS"
},
"rate": 0.0193,
"timestamp": 1790429288,
"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
ILS to JPYIsraeli New Shekel → Japanese Yen51.9454Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.