TOP to HTG exchange rate API
Pa’anga to Gourde · quoted 2026-09-25
54.8746
▼ +2.46% over 1Y
1 TOP = 54.8746 HTG · 1 HTG = 0.01822 TOP · Get this rate via the API
1 TOP buys 54.8746 HTG as of 2026-09-25, so 1 HTG buys 0.01822 TOP. Over the last year, TOP/HTG traded between 54.2853 and 56.3375, averaged 55.5057 and fell 2.46%. The API holds daily TOP/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/HTG over 1Y: show the values
| Point | TOP/HTG |
|---|---|
| 2025-09-25 | 56.2612 |
| 2025-10-02 | 55.3372 |
| 2025-10-09 | 55.3026 |
| 2025-10-16 | 55.6857 |
| 2025-10-23 | 55.4496 |
| 2025-10-30 | 55.1485 |
| 2025-11-06 | 55.7358 |
| 2025-11-13 | 55.6092 |
| 2025-11-20 | 54.6922 |
| 2025-11-27 | 54.5833 |
| 2025-12-04 | 54.8631 |
| 2025-12-12 | 54.6248 |
| 2025-12-19 | 54.8124 |
| 2025-12-26 | 55.4788 |
| 2026-01-02 | 54.9718 |
| 2026-01-09 | 54.7691 |
| 2026-01-16 | 55.8520 |
| 2026-01-23 | 55.2488 |
| 2026-01-30 | 56.0660 |
| 2026-02-06 | 55.8697 |
| 2026-02-13 | 56.1518 |
| 2026-02-20 | 56.2159 |
| 2026-02-27 | 56.1705 |
| 2026-03-06 | 55.8050 |
| 2026-03-13 | 56.0657 |
| 2026-03-20 | 56.1141 |
| 2026-03-27 | 56.3375 |
| 2026-04-03 | 55.5265 |
| 2026-04-10 | 55.8163 |
| 2026-04-18 | 54.3849 |
| 2026-04-25 | 54.2853 |
| 2026-05-02 | 54.4176 |
| 2026-05-09 | 54.3741 |
| 2026-05-17 | 55.9824 |
| 2026-05-25 | 55.9479 |
| 2026-06-01 | 56.2430 |
| 2026-06-10 | 55.6837 |
| 2026-06-17 | 56.1709 |
| 2026-06-24 | 55.4342 |
| 2026-07-01 | 55.1364 |
| 2026-07-08 | 55.9263 |
| 2026-07-15 | 55.1515 |
| 2026-07-22 | 55.5682 |
| 2026-07-29 | 55.5497 |
| 2026-08-05 | 55.5027 |
| 2026-08-12 | 55.6070 |
| 2026-08-20 | 55.5085 |
| 2026-08-27 | 56.1807 |
| 2026-09-03 | 55.9635 |
| 2026-09-10 | 55.8973 |
| 2026-09-17 | 55.9780 |
| 2026-09-24 | 55.4662 |
High
56.3375
Low
54.2853
Average
55.5057
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/HTG API questions
How do I get the TOP/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/HTG rate in rates.HTG.
How far back does TOP/HTG historical data go?
Daily TOP/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 TOP/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.