HKD to HTG exchange rate API
Hong Kong Dollar to Gourde · quoted 2026-09-25
16.6780
▼ +1.35% over 1Y
1 HKD = 16.6780 HTG · 1 HTG = 0.05996 HKD · Get this rate via the API
1 HKD buys 16.6780 HTG as of 2026-09-25, so 1 HTG buys 0.05996 HKD. Over the last year, HKD/HTG traded between 16.6355 and 16.9074, averaged 16.7741 and fell 1.35%. The API holds daily HKD/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/HTG over 1Y: show the values
| Point | HKD/HTG |
|---|---|
| 2025-09-25 | 16.9064 |
| 2025-10-02 | 16.8108 |
| 2025-10-09 | 16.8163 |
| 2025-10-16 | 16.8993 |
| 2025-10-23 | 16.8316 |
| 2025-10-30 | 16.8569 |
| 2025-11-06 | 16.9074 |
| 2025-11-13 | 16.8598 |
| 2025-11-20 | 16.8205 |
| 2025-11-27 | 16.8300 |
| 2025-12-04 | 16.8409 |
| 2025-12-12 | 16.8151 |
| 2025-12-19 | 16.8375 |
| 2025-12-26 | 16.8408 |
| 2026-01-02 | 16.8691 |
| 2026-01-09 | 16.8196 |
| 2026-01-16 | 16.8775 |
| 2026-01-23 | 16.7591 |
| 2026-01-30 | 16.8264 |
| 2026-02-06 | 16.8141 |
| 2026-02-13 | 16.7830 |
| 2026-02-20 | 16.8562 |
| 2026-02-27 | 16.7928 |
| 2026-03-06 | 16.7638 |
| 2026-03-13 | 16.7909 |
| 2026-03-20 | 16.8074 |
| 2026-03-27 | 16.7791 |
| 2026-04-03 | 16.7287 |
| 2026-04-10 | 16.7231 |
| 2026-04-17 | 16.7153 |
| 2026-04-24 | 16.7218 |
| 2026-05-01 | 16.7245 |
| 2026-05-08 | 16.7854 |
| 2026-05-16 | 16.7308 |
| 2026-05-24 | 16.8347 |
| 2026-05-31 | 16.7638 |
| 2026-06-09 | 16.6861 |
| 2026-06-16 | 16.7647 |
| 2026-06-23 | 16.6919 |
| 2026-06-30 | 16.6489 |
| 2026-07-07 | 16.6355 |
| 2026-07-14 | 16.8393 |
| 2026-07-21 | 16.7139 |
| 2026-07-28 | 16.7008 |
| 2026-08-04 | 16.7315 |
| 2026-08-11 | 16.6787 |
| 2026-08-18 | 16.7026 |
| 2026-08-26 | 16.6795 |
| 2026-09-02 | 16.6989 |
| 2026-09-09 | 16.6641 |
| 2026-09-16 | 16.6583 |
| 2026-09-23 | 16.7126 |
High
16.9074
Low
16.6355
Average
16.7741
Get this rate via the API
One GET request returns the HKD/HTG 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=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/HTG API questions
How do I get the HKD/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/HTG rate in rates.HTG.
How far back does HKD/HTG historical data go?
Daily HKD/HTG 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/HTG 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.