ILS to JPY exchange rate API
New Israeli Sheqel to Yen · quoted 2026-09-24
52.1455
▲ +50.43% over 5Y
1 ILS = 52.1455 JPY · 1 JPY = 0.01918 ILS · Get this rate via the API
1 ILS buys 52.1455 JPY as of 2026-09-24, so 1 JPY buys 0.01918 ILS. Over the last 5 years, ILS/JPY traded between 34.6648 and 54.9184, averaged 42.7736 and rose 50.43%. The API holds daily ILS/JPY rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
ILS/JPY over 5Y: show the values
| Point | ILS/JPY |
|---|---|
| 2021-09-27 | 34.6648 |
| 2021-11-08 | 36.6302 |
| 2021-12-20 | 35.9414 |
| 2022-01-31 | 36.1364 |
| 2022-03-14 | 36.0569 |
| 2022-04-27 | 38.5383 |
| 2022-06-08 | 40.1473 |
| 2022-07-20 | 40.0945 |
| 2022-08-31 | 41.5342 |
| 2022-10-12 | 41.1114 |
| 2022-11-23 | 40.8481 |
| 2023-01-05 | 37.6872 |
| 2023-02-16 | 37.8057 |
| 2023-03-30 | 36.9786 |
| 2023-05-16 | 37.1070 |
| 2023-06-27 | 39.4527 |
| 2023-08-08 | 38.6067 |
| 2023-09-19 | 38.8459 |
| 2023-10-31 | 37.4918 |
| 2023-12-12 | 39.1669 |
| 2024-01-26 | 40.0979 |
| 2024-03-08 | 41.1918 |
| 2024-04-23 | 40.8763 |
| 2024-06-05 | 42.1121 |
| 2024-07-17 | 43.1238 |
| 2024-08-27 | 39.1978 |
| 2024-10-01 | 38.6731 |
| 2024-10-31 | 41.1216 |
| 2024-11-30 | 41.2039 |
| 2024-12-30 | 43.1716 |
| 2025-01-29 | 43.1553 |
| 2025-02-28 | 41.9041 |
| 2025-03-30 | 40.4703 |
| 2025-04-29 | 39.3989 |
| 2025-05-29 | 41.3106 |
| 2025-06-28 | 42.7475 |
| 2025-07-28 | 44.1617 |
| 2025-08-27 | 44.2836 |
| 2025-09-26 | 44.4849 |
| 2025-10-26 | 46.6716 |
| 2025-11-25 | 47.7251 |
| 2025-12-25 | 48.9058 |
| 2026-01-24 | 49.7346 |
| 2026-02-23 | 49.6179 |
| 2026-03-25 | 50.9230 |
| 2026-04-24 | 53.4986 |
| 2026-05-24 | 54.9184 |
| 2026-06-23 | 53.9000 |
| 2026-07-23 | 53.2025 |
| 2026-08-22 | 53.2272 |
| 2026-09-21 | 52.2224 |
High
54.9184
Low
34.6648
Average
42.7736
Get this rate via the API
One GET request returns the ILS/JPY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
ILS/JPY API questions
How do I get the ILS/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/JPY rate in rates.JPY.
How far back does ILS/JPY historical data go?
Daily ILS/JPY rates are available from 2011-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ILS/JPY exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.