HKD to ILS exchange rate API
Hong Kong Dollar to New Israeli Sheqel · quoted 2026-09-25
0.38827
▼ +9.71% over 1Y
1 HKD = 0.38827 ILS · 1 ILS = 2.5756 HKD · Get this rate via the API
1 HKD buys 0.38827 ILS as of 2026-09-25, so 1 ILS buys 2.5756 HKD. Over the last year, HKD/ILS traded between 0.36208 and 0.43004, averaged 0.39582 and fell 9.71%. The API holds daily HKD/ILS rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
HKD/ILS over 1Y: show the values
| Point | HKD/ILS |
|---|---|
| 2025-09-25 | 0.43004 |
| 2025-10-02 | 0.42589 |
| 2025-10-09 | 0.41716 |
| 2025-10-16 | 0.42476 |
| 2025-10-23 | 0.42580 |
| 2025-10-30 | 0.41918 |
| 2025-11-06 | 0.41877 |
| 2025-11-13 | 0.41323 |
| 2025-11-20 | 0.41831 |
| 2025-11-27 | 0.42102 |
| 2025-12-04 | 0.41579 |
| 2025-12-11 | 0.41283 |
| 2025-12-18 | 0.41346 |
| 2025-12-25 | 0.40986 |
| 2026-01-01 | 0.40824 |
| 2026-01-08 | 0.40671 |
| 2026-01-15 | 0.40467 |
| 2026-01-22 | 0.40264 |
| 2026-01-29 | 0.39431 |
| 2026-02-05 | 0.39874 |
| 2026-02-12 | 0.39169 |
| 2026-02-19 | 0.40163 |
| 2026-02-26 | 0.39754 |
| 2026-03-05 | 0.39298 |
| 2026-03-12 | 0.39779 |
| 2026-03-19 | 0.40012 |
| 2026-03-26 | 0.39985 |
| 2026-04-02 | 0.40235 |
| 2026-04-09 | 0.39354 |
| 2026-04-16 | 0.38248 |
| 2026-04-23 | 0.38251 |
| 2026-04-30 | 0.37696 |
| 2026-05-07 | 0.37125 |
| 2026-05-14 | 0.37091 |
| 2026-05-21 | 0.37218 |
| 2026-05-28 | 0.36208 |
| 2026-06-04 | 0.36913 |
| 2026-06-11 | 0.37758 |
| 2026-06-18 | 0.37554 |
| 2026-06-25 | 0.37955 |
| 2026-07-02 | 0.38261 |
| 2026-07-09 | 0.38599 |
| 2026-07-16 | 0.38376 |
| 2026-07-23 | 0.39186 |
| 2026-07-30 | 0.39132 |
| 2026-08-06 | 0.38406 |
| 2026-08-13 | 0.37990 |
| 2026-08-20 | 0.38145 |
| 2026-08-27 | 0.37942 |
| 2026-09-03 | 0.38504 |
| 2026-09-10 | 0.38644 |
| 2026-09-17 | 0.38664 |
| 2026-09-24 | 0.38867 |
High
0.43004
Low
0.36208
Average
0.39582
Get this rate via the API
One GET request returns the HKD/ILS 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=HKD¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/ILS API questions
How do I get the HKD/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/ILS rate in rates.ILS.
How far back does HKD/ILS historical data go?
Daily HKD/ILS 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 HKD/ILS 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.