ILS to HKD exchange rate API
New Israeli Sheqel to Hong Kong Dollar · quoted 2026-09-25
2.5756
▲ +10.76% over 1Y
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 year, ILS/HKD traded between 2.3254 and 2.7618, averaged 2.5310 and rose 10.76%. 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 1Y: show the values
| Point | ILS/HKD |
|---|---|
| 2025-09-25 | 2.3254 |
| 2025-10-02 | 2.3480 |
| 2025-10-09 | 2.3971 |
| 2025-10-16 | 2.3543 |
| 2025-10-23 | 2.3485 |
| 2025-10-30 | 2.3856 |
| 2025-11-06 | 2.3880 |
| 2025-11-13 | 2.4199 |
| 2025-11-20 | 2.3906 |
| 2025-11-27 | 2.3752 |
| 2025-12-04 | 2.4051 |
| 2025-12-11 | 2.4223 |
| 2025-12-18 | 2.4186 |
| 2025-12-25 | 2.4398 |
| 2026-01-01 | 2.4495 |
| 2026-01-08 | 2.4587 |
| 2026-01-15 | 2.4712 |
| 2026-01-22 | 2.4836 |
| 2026-01-29 | 2.5361 |
| 2026-02-05 | 2.5079 |
| 2026-02-12 | 2.5530 |
| 2026-02-19 | 2.4899 |
| 2026-02-26 | 2.5154 |
| 2026-03-05 | 2.5447 |
| 2026-03-12 | 2.5139 |
| 2026-03-19 | 2.4993 |
| 2026-03-26 | 2.5009 |
| 2026-04-02 | 2.4854 |
| 2026-04-09 | 2.5410 |
| 2026-04-16 | 2.6145 |
| 2026-04-23 | 2.6143 |
| 2026-04-30 | 2.6528 |
| 2026-05-07 | 2.6936 |
| 2026-05-14 | 2.6961 |
| 2026-05-21 | 2.6869 |
| 2026-05-28 | 2.7618 |
| 2026-06-04 | 2.7091 |
| 2026-06-11 | 2.6484 |
| 2026-06-18 | 2.6628 |
| 2026-06-25 | 2.6347 |
| 2026-07-02 | 2.6136 |
| 2026-07-09 | 2.5907 |
| 2026-07-16 | 2.6058 |
| 2026-07-23 | 2.5519 |
| 2026-07-30 | 2.5554 |
| 2026-08-06 | 2.6037 |
| 2026-08-13 | 2.6323 |
| 2026-08-20 | 2.6216 |
| 2026-08-27 | 2.6356 |
| 2026-09-03 | 2.5971 |
| 2026-09-10 | 2.5877 |
| 2026-09-17 | 2.5864 |
| 2026-09-24 | 2.5729 |
High
2.7618
Low
2.3254
Average
2.5310
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.