TWD to HKD exchange rate API
New Taiwan Dollar to Hong Kong Dollar · quoted 2026-09-25
0.24681
▼ +0.51% over YTD
1 TWD = 0.24681 HKD · 1 HKD = 4.0517 TWD · Get this rate via the API
1 TWD buys 0.24681 HKD as of 2026-09-25, so 1 HKD buys 4.0517 TWD. Over the year to date, TWD/HKD traded between 0.24172 and 0.24978, averaged 0.24673 and fell 0.51%. The API holds daily TWD/HKD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/HKD over YTD: show the values
| Point | TWD/HKD |
|---|---|
| 2025-12-31 | 0.24808 |
| 2026-01-07 | 0.24742 |
| 2026-01-14 | 0.24635 |
| 2026-01-21 | 0.24642 |
| 2026-01-28 | 0.24891 |
| 2026-02-04 | 0.24729 |
| 2026-02-11 | 0.24815 |
| 2026-02-18 | 0.24873 |
| 2026-02-25 | 0.24978 |
| 2026-03-04 | 0.24647 |
| 2026-03-11 | 0.24608 |
| 2026-03-18 | 0.24572 |
| 2026-03-25 | 0.24494 |
| 2026-04-01 | 0.24535 |
| 2026-04-08 | 0.24662 |
| 2026-04-15 | 0.24764 |
| 2026-04-22 | 0.24865 |
| 2026-04-29 | 0.24811 |
| 2026-05-06 | 0.24890 |
| 2026-05-13 | 0.24831 |
| 2026-05-20 | 0.24759 |
| 2026-05-27 | 0.24942 |
| 2026-06-03 | 0.24943 |
| 2026-06-11 | 0.24746 |
| 2026-06-18 | 0.24807 |
| 2026-06-25 | 0.24628 |
| 2026-07-02 | 0.24579 |
| 2026-07-09 | 0.24366 |
| 2026-07-16 | 0.24347 |
| 2026-07-23 | 0.24274 |
| 2026-07-30 | 0.24172 |
| 2026-08-06 | 0.24339 |
| 2026-08-13 | 0.24401 |
| 2026-08-20 | 0.24607 |
| 2026-08-27 | 0.24712 |
| 2026-09-03 | 0.24732 |
| 2026-09-10 | 0.24833 |
| 2026-09-17 | 0.24607 |
| 2026-09-24 | 0.24652 |
High
0.24978
Low
0.24172
Average
0.24673
Get this rate via the API
One GET request returns the TWD/HKD 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=TWD¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/HKD API questions
How do I get the TWD/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/HKD rate in rates.HKD.
How far back does TWD/HKD historical data go?
Daily TWD/HKD rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/HKD 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.