Skip to content

HKD to TOP exchange rate API

Hong Kong Dollar to Pa’anga · quoted 2026-09-27

0.30727

▲ +1.80% over 1Y

1 HKD = 0.30727 TOP · 1 TOP = 3.2545 HKD · Get this rate via the API

1 HKD buys 0.30727 TOP as of 2026-09-27, so 1 TOP buys 3.2545 HKD. Over the last year, HKD/TOP traded between 0.29807 and 0.31015, averaged 0.30438 and rose 1.80%. The API holds daily HKD/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/TOP over 1Y

HKD/TOP over 1Y: show the values
PointHKD/TOP
2025-09-270.30185
2025-10-040.30955
2025-10-110.30406
2025-10-180.30475
2025-10-250.30474
2025-11-010.30318
2025-11-080.30945
2025-11-150.30968
2025-11-220.30943
2025-11-290.30933
2025-12-060.30981
2025-12-130.31015
2025-12-200.30861
2025-12-270.30994
2026-01-030.30787
2026-01-100.30915
2026-01-170.30707
2026-01-240.30532
2026-01-310.30125
2026-02-070.30732
2026-02-140.30812
2026-02-210.30598
2026-02-280.30135
2026-03-070.30486
2026-03-140.30137
2026-03-210.30600
2026-03-280.30766
2026-04-040.30586
2026-04-120.30151
2026-04-190.30246
2026-04-260.30310
2026-05-030.29985
2026-05-100.30192
2026-05-170.30077
2026-05-240.30029
2026-05-310.29839
2026-06-070.29985
2026-06-140.30158
2026-06-210.30215
2026-06-280.30522
2026-07-050.30464
2026-07-120.30392
2026-07-190.30287
2026-07-260.30360
2026-08-020.30317
2026-08-090.30185
2026-08-160.30068
2026-08-230.29883
2026-08-300.29807
2026-09-060.30063
2026-09-130.30056
2026-09-200.30262
2026-09-270.30727

High

0.31015

Low

0.29807

Average

0.30438

For developers

Get this rate via the API

One GET request returns the HKD/TOP 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=TOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=TOP");
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=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/TOP API questions

How do I get the HKD/TOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/TOP rate in rates.TOP.

How far back does HKD/TOP historical data go?

Daily HKD/TOP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/TOP 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.