Skip to content

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

HKD/HTG over 1Y: show the values
PointHKD/HTG
2025-09-2516.9064
2025-10-0216.8108
2025-10-0916.8163
2025-10-1616.8993
2025-10-2316.8316
2025-10-3016.8569
2025-11-0616.9074
2025-11-1316.8598
2025-11-2016.8205
2025-11-2716.8300
2025-12-0416.8409
2025-12-1216.8151
2025-12-1916.8375
2025-12-2616.8408
2026-01-0216.8691
2026-01-0916.8196
2026-01-1616.8775
2026-01-2316.7591
2026-01-3016.8264
2026-02-0616.8141
2026-02-1316.7830
2026-02-2016.8562
2026-02-2716.7928
2026-03-0616.7638
2026-03-1316.7909
2026-03-2016.8074
2026-03-2716.7791
2026-04-0316.7287
2026-04-1016.7231
2026-04-1716.7153
2026-04-2416.7218
2026-05-0116.7245
2026-05-0816.7854
2026-05-1616.7308
2026-05-2416.8347
2026-05-3116.7638
2026-06-0916.6861
2026-06-1616.7647
2026-06-2316.6919
2026-06-3016.6489
2026-07-0716.6355
2026-07-1416.8393
2026-07-2116.7139
2026-07-2816.7008
2026-08-0416.7315
2026-08-1116.6787
2026-08-1816.7026
2026-08-2616.6795
2026-09-0216.6989
2026-09-0916.6641
2026-09-1616.6583
2026-09-2316.7126

High

16.9074

Low

16.6355

Average

16.7741

For developers

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