TOP to HTG exchange rate API
Pa’anga to Gourde · quoted 2026-09-25
54.8746
▼ +0.49% over YTD
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 year to date, TOP/HTG traded between 54.8746 and 57.1663, averaged 55.7430 and fell 0.49%. 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 YTD: show the values
| Point | TOP/HTG |
|---|---|
| 2025-12-31 | 55.1466 |
| 2026-01-07 | 54.9616 |
| 2026-01-14 | 55.4544 |
| 2026-01-21 | 55.3861 |
| 2026-01-28 | 56.1945 |
| 2026-02-04 | 56.1110 |
| 2026-02-11 | 56.3002 |
| 2026-02-18 | 55.9785 |
| 2026-02-25 | 56.3802 |
| 2026-03-04 | 55.9271 |
| 2026-03-11 | 56.0024 |
| 2026-03-18 | 55.9657 |
| 2026-03-25 | 55.8909 |
| 2026-04-01 | 55.6124 |
| 2026-04-08 | 55.4634 |
| 2026-04-16 | 56.2546 |
| 2026-04-23 | 55.9425 |
| 2026-04-30 | 56.4822 |
| 2026-05-07 | 56.3546 |
| 2026-05-15 | 57.1663 |
| 2026-05-23 | 55.5068 |
| 2026-05-30 | 54.9498 |
| 2026-06-06 | 54.9099 |
| 2026-06-15 | 55.5210 |
| 2026-06-22 | 55.5945 |
| 2026-06-29 | 55.2527 |
| 2026-07-06 | 55.3180 |
| 2026-07-13 | 55.5986 |
| 2026-07-20 | 55.5495 |
| 2026-07-27 | 55.4942 |
| 2026-08-03 | 55.6559 |
| 2026-08-10 | 55.5560 |
| 2026-08-17 | 55.6622 |
| 2026-08-25 | 56.0941 |
| 2026-09-01 | 55.8594 |
| 2026-09-08 | 55.9592 |
| 2026-09-15 | 55.5334 |
| 2026-09-22 | 56.1135 |
High
57.1663
Low
54.8746
Average
55.7430
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.