HKD to IDR exchange rate API
Hong Kong Dollar to Rupiah · quoted 2026-09-24
2275.50
▲ +5.97% over YTD
1 HKD = 2275.50 IDR · 1 IDR = 0.000439 HKD · Get this rate via the API
1 HKD buys 2275.50 IDR as of 2026-09-24, so 1 IDR buys 0.000439 HKD. Over the year to date, HKD/IDR traded between 2146.02 and 2307.58, averaged 2223.58 and rose 5.97%. 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 YTD: show the values
| Point | HKD/IDR |
|---|---|
| 2025-12-31 | 2147.38 |
| 2026-01-07 | 2153.54 |
| 2026-01-14 | 2163.88 |
| 2026-01-21 | 2168.81 |
| 2026-01-28 | 2146.02 |
| 2026-02-04 | 2149.80 |
| 2026-02-11 | 2151.26 |
| 2026-02-18 | 2160.64 |
| 2026-02-25 | 2150.01 |
| 2026-03-04 | 2156.06 |
| 2026-03-11 | 2159.03 |
| 2026-03-18 | 2168.20 |
| 2026-03-25 | 2156.06 |
| 2026-04-01 | 2158.14 |
| 2026-04-08 | 2167.47 |
| 2026-04-15 | 2189.59 |
| 2026-04-22 | 2196.04 |
| 2026-04-29 | 2213.78 |
| 2026-05-06 | 2211.46 |
| 2026-05-13 | 2234.37 |
| 2026-05-20 | 2259.79 |
| 2026-05-27 | 2276.68 |
| 2026-06-03 | 2292.08 |
| 2026-06-10 | 2285.42 |
| 2026-06-17 | 2272.11 |
| 2026-06-24 | 2292.88 |
| 2026-07-01 | 2289.79 |
| 2026-07-08 | 2307.58 |
| 2026-07-15 | 2305.30 |
| 2026-07-22 | 2285.45 |
| 2026-07-29 | 2304.45 |
| 2026-08-05 | 2278.56 |
| 2026-08-12 | 2273.87 |
| 2026-08-19 | 2274.03 |
| 2026-08-26 | 2259.78 |
| 2026-09-02 | 2258.92 |
| 2026-09-09 | 2228.41 |
| 2026-09-16 | 2252.44 |
| 2026-09-23 | 2268.65 |
High
2307.58
Low
2146.02
Average
2223.58
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.