ILS to HKD exchange rate API
New Israeli Sheqel to Hong Kong Dollar · quoted 2026-09-25
2.5756
▲ +5.87% over 5Y
1 ILS = 2.5756 HKD · 1 HKD = 0.38827 ILS · Get this rate via the API
1 ILS buys 2.5756 HKD as of 2026-09-25, so 1 HKD buys 0.38827 ILS. Over the last 5 years, ILS/HKD traded between 1.9431 and 2.7068, averaged 2.2977 and rose 5.87%. The API holds daily ILS/HKD rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
ILS/HKD over 5Y: show the values
| Point | ILS/HKD |
|---|---|
| 2021-09-27 | 2.4328 |
| 2021-11-08 | 2.5159 |
| 2021-12-20 | 2.4698 |
| 2022-01-31 | 2.4409 |
| 2022-03-14 | 2.3931 |
| 2022-04-27 | 2.3607 |
| 2022-06-08 | 2.3509 |
| 2022-07-20 | 2.2779 |
| 2022-08-31 | 2.3500 |
| 2022-10-12 | 2.2006 |
| 2022-11-23 | 2.2619 |
| 2023-01-05 | 2.2136 |
| 2023-02-16 | 2.2156 |
| 2023-03-30 | 2.1881 |
| 2023-05-16 | 2.1401 |
| 2023-06-27 | 2.1537 |
| 2023-08-08 | 2.1083 |
| 2023-09-19 | 2.0566 |
| 2023-10-31 | 1.9431 |
| 2023-12-12 | 2.1071 |
| 2024-01-26 | 2.1203 |
| 2024-03-08 | 2.1874 |
| 2024-04-23 | 2.0692 |
| 2024-06-05 | 2.1067 |
| 2024-07-17 | 2.1502 |
| 2024-08-27 | 2.1168 |
| 2024-10-01 | 2.0911 |
| 2024-10-31 | 2.0919 |
| 2024-11-30 | 2.1407 |
| 2024-12-30 | 2.1266 |
| 2025-01-29 | 2.1642 |
| 2025-02-28 | 2.1619 |
| 2025-03-30 | 2.1031 |
| 2025-04-29 | 2.1422 |
| 2025-05-29 | 2.2346 |
| 2025-06-28 | 2.3198 |
| 2025-07-28 | 2.3400 |
| 2025-08-27 | 2.3281 |
| 2025-09-26 | 2.3114 |
| 2025-10-26 | 2.3715 |
| 2025-11-25 | 2.3760 |
| 2025-12-25 | 2.4398 |
| 2026-01-24 | 2.4863 |
| 2026-02-23 | 2.5058 |
| 2026-03-25 | 2.5048 |
| 2026-04-24 | 2.6293 |
| 2026-05-24 | 2.7068 |
| 2026-06-23 | 2.6160 |
| 2026-07-23 | 2.5519 |
| 2026-08-22 | 2.6248 |
| 2026-09-21 | 2.6052 |
High
2.7068
Low
1.9431
Average
2.2977
Get this rate via the API
One GET request returns the ILS/HKD 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=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
ILS/HKD API questions
How do I get the ILS/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/HKD rate in rates.HKD.
How far back does ILS/HKD historical data go?
Daily ILS/HKD 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/HKD 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.