Skip to content

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

TWD/HKD over YTD: show the values
PointTWD/HKD
2025-12-310.24808
2026-01-070.24742
2026-01-140.24635
2026-01-210.24642
2026-01-280.24891
2026-02-040.24729
2026-02-110.24815
2026-02-180.24873
2026-02-250.24978
2026-03-040.24647
2026-03-110.24608
2026-03-180.24572
2026-03-250.24494
2026-04-010.24535
2026-04-080.24662
2026-04-150.24764
2026-04-220.24865
2026-04-290.24811
2026-05-060.24890
2026-05-130.24831
2026-05-200.24759
2026-05-270.24942
2026-06-030.24943
2026-06-110.24746
2026-06-180.24807
2026-06-250.24628
2026-07-020.24579
2026-07-090.24366
2026-07-160.24347
2026-07-230.24274
2026-07-300.24172
2026-08-060.24339
2026-08-130.24401
2026-08-200.24607
2026-08-270.24712
2026-09-030.24732
2026-09-100.24833
2026-09-170.24607
2026-09-240.24652

High

0.24978

Low

0.24172

Average

0.24673

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.