Skip to content

HKD to THB exchange rate API

Hong Kong Dollar to Baht · quoted 2026-09-25

4.2575

▼ +1.30% over 5Y

1 HKD = 4.2575 THB · 1 THB = 0.23488 HKD · Get this rate via the API

1 HKD buys 4.2575 THB as of 2026-09-25, so 1 THB buys 0.23488 HKD. Over the last 5 years, HKD/THB traded between 3.9680 and 4.8433, averaged 4.3479 and fell 1.30%. The API holds daily HKD/THB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

HKD/THB over 5Y

HKD/THB over 5Y: show the values
PointHKD/THB
2021-09-274.3135
2021-11-084.2374
2021-12-204.3084
2022-01-314.2697
2022-03-144.2638
2022-04-274.3749
2022-06-084.3994
2022-07-204.6720
2022-08-314.6440
2022-10-124.8433
2022-11-234.6368
2023-01-054.3422
2023-02-164.3744
2023-03-304.3593
2023-05-164.3336
2023-06-274.5000
2023-08-084.4856
2023-09-194.5957
2023-10-314.6060
2023-12-124.5680
2024-01-264.5541
2024-03-084.5356
2024-04-234.7269
2024-06-054.7001
2024-07-174.6025
2024-08-274.3675
2024-10-014.1888
2024-10-314.3445
2024-11-304.4066
2024-12-304.3965
2025-01-294.3346
2025-02-284.3921
2025-03-304.3593
2025-04-294.3101
2025-05-294.1724
2025-06-284.1402
2025-07-284.1268
2025-08-274.1725
2025-09-264.1467
2025-10-264.2101
2025-11-254.1517
2025-12-253.9985
2026-01-243.9880
2026-02-233.9680
2026-03-254.1681
2026-04-244.1322
2026-05-244.1613
2026-06-234.2347
2026-07-234.3137
2026-08-224.1645
2026-09-214.2362

High

4.8433

Low

3.9680

Average

4.3479

For developers

Get this rate via the API

One GET request returns the HKD/THB 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=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=THB");
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=THB").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/THB API questions

How do I get the HKD/THB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/THB rate in rates.THB.

How far back does HKD/THB historical data go?

Daily HKD/THB 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/THB 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.