Skip to content

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

HKD/THB over 1Y: show the values
PointHKD/THB
2025-09-254.1380
2025-10-024.1524
2025-10-094.1864
2025-10-164.1864
2025-10-234.2211
2025-10-304.1798
2025-11-064.1607
2025-11-134.1579
2025-11-204.1647
2025-11-274.1430
2025-12-044.1183
2025-12-114.0795
2025-12-184.0423
2025-12-253.9985
2026-01-014.0465
2026-01-084.0473
2026-01-154.0255
2026-01-224.0177
2026-01-293.9976
2026-02-054.0672
2026-02-123.9658
2026-02-193.9982
2026-02-263.9705
2026-03-054.0487
2026-03-124.0800
2026-03-194.2021
2026-03-264.2050
2026-04-024.1807
2026-04-094.0964
2026-04-164.0875
2026-04-234.1306
2026-04-304.1548
2026-05-074.1045
2026-05-144.1255
2026-05-214.1719
2026-05-284.1738
2026-06-044.1618
2026-06-114.2046
2026-06-184.1837
2026-06-254.2599
2026-07-024.2472
2026-07-094.2681
2026-07-164.2814
2026-07-234.3137
2026-07-304.2765
2026-08-064.2151
2026-08-134.2220
2026-08-204.1963
2026-08-274.1914
2026-09-034.2065
2026-09-104.2079
2026-09-174.2452
2026-09-244.2690

High

4.3137

Low

3.9658

Average

4.1488

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.