HKD to IDR exchange rate API
Hong Kong Dollar to Rupiah · quoted 2026-09-24
2275.44
▲ +24.26% over 5Y
1 HKD = 2275.44 IDR · 1 IDR = 0.000439 HKD · Get this rate via the API
1 HKD buys 2275.44 IDR as of 2026-09-24, so 1 IDR buys 0.000439 HKD. Over the last 5 years, HKD/IDR traded between 1827.02 and 2291.03, averaged 2043.98 and rose 24.26%. The API holds daily HKD/IDR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
HKD/IDR over 5Y: show the values
| Point | HKD/IDR |
|---|---|
| 2021-09-27 | 1831.13 |
| 2021-11-08 | 1830.60 |
| 2021-12-20 | 1847.12 |
| 2022-01-31 | 1843.43 |
| 2022-03-14 | 1827.02 |
| 2022-04-27 | 1837.54 |
| 2022-06-08 | 1848.46 |
| 2022-07-20 | 1908.00 |
| 2022-08-31 | 1892.00 |
| 2022-10-12 | 1956.51 |
| 2022-11-23 | 2005.97 |
| 2023-01-05 | 1998.25 |
| 2023-02-16 | 1928.13 |
| 2023-03-30 | 1916.34 |
| 2023-05-16 | 1891.37 |
| 2023-06-27 | 1915.05 |
| 2023-08-08 | 1949.34 |
| 2023-09-19 | 1967.21 |
| 2023-10-31 | 2030.39 |
| 2023-12-12 | 1995.22 |
| 2024-01-26 | 2017.11 |
| 2024-03-08 | 1986.09 |
| 2024-04-23 | 2068.70 |
| 2024-06-05 | 2092.08 |
| 2024-07-17 | 2065.70 |
| 2024-08-27 | 1992.50 |
| 2024-10-01 | 1972.26 |
| 2024-10-31 | 2022.02 |
| 2024-11-30 | 2034.61 |
| 2024-12-30 | 2082.40 |
| 2025-01-29 | 2084.53 |
| 2025-02-28 | 2127.46 |
| 2025-03-30 | 2131.71 |
| 2025-04-29 | 2160.01 |
| 2025-05-29 | 2079.26 |
| 2025-06-28 | 2067.77 |
| 2025-07-28 | 2086.21 |
| 2025-08-27 | 2110.07 |
| 2025-09-26 | 2147.44 |
| 2025-10-26 | 2140.43 |
| 2025-11-25 | 2135.89 |
| 2025-12-25 | 2155.93 |
| 2026-01-24 | 2152.96 |
| 2026-02-23 | 2151.52 |
| 2026-03-25 | 2156.06 |
| 2026-04-24 | 2200.86 |
| 2026-05-24 | 2263.18 |
| 2026-06-23 | 2285.91 |
| 2026-07-23 | 2291.03 |
| 2026-08-22 | 2253.28 |
| 2026-09-21 | 2277.70 |
High
2291.03
Low
1827.02
Average
2043.98
Get this rate via the API
One GET request returns the HKD/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/IDR API questions
How do I get the HKD/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/IDR rate in rates.IDR.
How far back does HKD/IDR historical data go?
Daily HKD/IDR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/IDR 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.