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: show the values
| Point | HKD/THB |
|---|---|
| 2021-09-27 | 4.3135 |
| 2021-11-08 | 4.2374 |
| 2021-12-20 | 4.3084 |
| 2022-01-31 | 4.2697 |
| 2022-03-14 | 4.2638 |
| 2022-04-27 | 4.3749 |
| 2022-06-08 | 4.3994 |
| 2022-07-20 | 4.6720 |
| 2022-08-31 | 4.6440 |
| 2022-10-12 | 4.8433 |
| 2022-11-23 | 4.6368 |
| 2023-01-05 | 4.3422 |
| 2023-02-16 | 4.3744 |
| 2023-03-30 | 4.3593 |
| 2023-05-16 | 4.3336 |
| 2023-06-27 | 4.5000 |
| 2023-08-08 | 4.4856 |
| 2023-09-19 | 4.5957 |
| 2023-10-31 | 4.6060 |
| 2023-12-12 | 4.5680 |
| 2024-01-26 | 4.5541 |
| 2024-03-08 | 4.5356 |
| 2024-04-23 | 4.7269 |
| 2024-06-05 | 4.7001 |
| 2024-07-17 | 4.6025 |
| 2024-08-27 | 4.3675 |
| 2024-10-01 | 4.1888 |
| 2024-10-31 | 4.3445 |
| 2024-11-30 | 4.4066 |
| 2024-12-30 | 4.3965 |
| 2025-01-29 | 4.3346 |
| 2025-02-28 | 4.3921 |
| 2025-03-30 | 4.3593 |
| 2025-04-29 | 4.3101 |
| 2025-05-29 | 4.1724 |
| 2025-06-28 | 4.1402 |
| 2025-07-28 | 4.1268 |
| 2025-08-27 | 4.1725 |
| 2025-09-26 | 4.1467 |
| 2025-10-26 | 4.2101 |
| 2025-11-25 | 4.1517 |
| 2025-12-25 | 3.9985 |
| 2026-01-24 | 3.9880 |
| 2026-02-23 | 3.9680 |
| 2026-03-25 | 4.1681 |
| 2026-04-24 | 4.1322 |
| 2026-05-24 | 4.1613 |
| 2026-06-23 | 4.2347 |
| 2026-07-23 | 4.3137 |
| 2026-08-22 | 4.1645 |
| 2026-09-21 | 4.2362 |
High
4.8433
Low
3.9680
Average
4.3479
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.