HKD to THB exchange rate API
Hong Kong Dollar to Baht · quoted 2026-09-25
4.2575
▲ +2.89% over 1Y
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 year, HKD/THB traded between 3.9658 and 4.3137, averaged 4.1488 and rose 2.89%. 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 1Y: show the values
| Point | HKD/THB |
|---|---|
| 2025-09-25 | 4.1380 |
| 2025-10-02 | 4.1524 |
| 2025-10-09 | 4.1864 |
| 2025-10-16 | 4.1864 |
| 2025-10-23 | 4.2211 |
| 2025-10-30 | 4.1798 |
| 2025-11-06 | 4.1607 |
| 2025-11-13 | 4.1579 |
| 2025-11-20 | 4.1647 |
| 2025-11-27 | 4.1430 |
| 2025-12-04 | 4.1183 |
| 2025-12-11 | 4.0795 |
| 2025-12-18 | 4.0423 |
| 2025-12-25 | 3.9985 |
| 2026-01-01 | 4.0465 |
| 2026-01-08 | 4.0473 |
| 2026-01-15 | 4.0255 |
| 2026-01-22 | 4.0177 |
| 2026-01-29 | 3.9976 |
| 2026-02-05 | 4.0672 |
| 2026-02-12 | 3.9658 |
| 2026-02-19 | 3.9982 |
| 2026-02-26 | 3.9705 |
| 2026-03-05 | 4.0487 |
| 2026-03-12 | 4.0800 |
| 2026-03-19 | 4.2021 |
| 2026-03-26 | 4.2050 |
| 2026-04-02 | 4.1807 |
| 2026-04-09 | 4.0964 |
| 2026-04-16 | 4.0875 |
| 2026-04-23 | 4.1306 |
| 2026-04-30 | 4.1548 |
| 2026-05-07 | 4.1045 |
| 2026-05-14 | 4.1255 |
| 2026-05-21 | 4.1719 |
| 2026-05-28 | 4.1738 |
| 2026-06-04 | 4.1618 |
| 2026-06-11 | 4.2046 |
| 2026-06-18 | 4.1837 |
| 2026-06-25 | 4.2599 |
| 2026-07-02 | 4.2472 |
| 2026-07-09 | 4.2681 |
| 2026-07-16 | 4.2814 |
| 2026-07-23 | 4.3137 |
| 2026-07-30 | 4.2765 |
| 2026-08-06 | 4.2151 |
| 2026-08-13 | 4.2220 |
| 2026-08-20 | 4.1963 |
| 2026-08-27 | 4.1914 |
| 2026-09-03 | 4.2065 |
| 2026-09-10 | 4.2079 |
| 2026-09-17 | 4.2452 |
| 2026-09-24 | 4.2690 |
High
4.3137
Low
3.9658
Average
4.1488
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.