Skip to content

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

TOP/HTG over 1Y: show the values
PointTOP/HTG
2025-09-2556.2612
2025-10-0255.3372
2025-10-0955.3026
2025-10-1655.6857
2025-10-2355.4496
2025-10-3055.1485
2025-11-0655.7358
2025-11-1355.6092
2025-11-2054.6922
2025-11-2754.5833
2025-12-0454.8631
2025-12-1254.6248
2025-12-1954.8124
2025-12-2655.4788
2026-01-0254.9718
2026-01-0954.7691
2026-01-1655.8520
2026-01-2355.2488
2026-01-3056.0660
2026-02-0655.8697
2026-02-1356.1518
2026-02-2056.2159
2026-02-2756.1705
2026-03-0655.8050
2026-03-1356.0657
2026-03-2056.1141
2026-03-2756.3375
2026-04-0355.5265
2026-04-1055.8163
2026-04-1854.3849
2026-04-2554.2853
2026-05-0254.4176
2026-05-0954.3741
2026-05-1755.9824
2026-05-2555.9479
2026-06-0156.2430
2026-06-1055.6837
2026-06-1756.1709
2026-06-2455.4342
2026-07-0155.1364
2026-07-0855.9263
2026-07-1555.1515
2026-07-2255.5682
2026-07-2955.5497
2026-08-0555.5027
2026-08-1255.6070
2026-08-2055.5085
2026-08-2756.1807
2026-09-0355.9635
2026-09-1055.8973
2026-09-1755.9780
2026-09-2455.4662

High

56.3375

Low

54.2853

Average

55.5057

For developers

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