Skip to content

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

HKD/IDR over 5Y: show the values
PointHKD/IDR
2021-09-271831.13
2021-11-081830.60
2021-12-201847.12
2022-01-311843.43
2022-03-141827.02
2022-04-271837.54
2022-06-081848.46
2022-07-201908.00
2022-08-311892.00
2022-10-121956.51
2022-11-232005.97
2023-01-051998.25
2023-02-161928.13
2023-03-301916.34
2023-05-161891.37
2023-06-271915.05
2023-08-081949.34
2023-09-191967.21
2023-10-312030.39
2023-12-121995.22
2024-01-262017.11
2024-03-081986.09
2024-04-232068.70
2024-06-052092.08
2024-07-172065.70
2024-08-271992.50
2024-10-011972.26
2024-10-312022.02
2024-11-302034.61
2024-12-302082.40
2025-01-292084.53
2025-02-282127.46
2025-03-302131.71
2025-04-292160.01
2025-05-292079.26
2025-06-282067.77
2025-07-282086.21
2025-08-272110.07
2025-09-262147.44
2025-10-262140.43
2025-11-252135.89
2025-12-252155.93
2026-01-242152.96
2026-02-232151.52
2026-03-252156.06
2026-04-242200.86
2026-05-242263.18
2026-06-232285.91
2026-07-232291.03
2026-08-222253.28
2026-09-212277.70

High

2291.03

Low

1827.02

Average

2043.98

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.