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: show the values
| Point | HKD/TOP |
|---|---|
| 2025-09-27 | 0.30185 |
| 2025-10-04 | 0.30955 |
| 2025-10-11 | 0.30406 |
| 2025-10-18 | 0.30475 |
| 2025-10-25 | 0.30474 |
| 2025-11-01 | 0.30318 |
| 2025-11-08 | 0.30945 |
| 2025-11-15 | 0.30968 |
| 2025-11-22 | 0.30943 |
| 2025-11-29 | 0.30933 |
| 2025-12-06 | 0.30981 |
| 2025-12-13 | 0.31015 |
| 2025-12-20 | 0.30861 |
| 2025-12-27 | 0.30994 |
| 2026-01-03 | 0.30787 |
| 2026-01-10 | 0.30915 |
| 2026-01-17 | 0.30707 |
| 2026-01-24 | 0.30532 |
| 2026-01-31 | 0.30125 |
| 2026-02-07 | 0.30732 |
| 2026-02-14 | 0.30812 |
| 2026-02-21 | 0.30598 |
| 2026-02-28 | 0.30135 |
| 2026-03-07 | 0.30486 |
| 2026-03-14 | 0.30137 |
| 2026-03-21 | 0.30600 |
| 2026-03-28 | 0.30766 |
| 2026-04-04 | 0.30586 |
| 2026-04-12 | 0.30151 |
| 2026-04-19 | 0.30246 |
| 2026-04-26 | 0.30310 |
| 2026-05-03 | 0.29985 |
| 2026-05-10 | 0.30192 |
| 2026-05-17 | 0.30077 |
| 2026-05-24 | 0.30029 |
| 2026-05-31 | 0.29839 |
| 2026-06-07 | 0.29985 |
| 2026-06-14 | 0.30158 |
| 2026-06-21 | 0.30215 |
| 2026-06-28 | 0.30522 |
| 2026-07-05 | 0.30464 |
| 2026-07-12 | 0.30392 |
| 2026-07-19 | 0.30287 |
| 2026-07-26 | 0.30360 |
| 2026-08-02 | 0.30317 |
| 2026-08-09 | 0.30185 |
| 2026-08-16 | 0.30068 |
| 2026-08-23 | 0.29883 |
| 2026-08-30 | 0.29807 |
| 2026-09-06 | 0.30063 |
| 2026-09-13 | 0.30056 |
| 2026-09-20 | 0.30262 |
| 2026-09-27 | 0.30727 |
High
0.31015
Low
0.29807
Average
0.30438
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.