Skip to content

TJS to HTG exchange rate API

Somoni to Gourde · quoted 2026-09-25

14.1917

▲ +1.16% over 1Y

1 TJS = 14.1917 HTG · 1 HTG = 0.07046 TJS · Get this rate via the API

1 TJS buys 14.1917 HTG as of 2026-09-25, so 1 HTG buys 0.07046 TJS. Over the last year, TJS/HTG traded between 13.6768 and 14.2916, averaged 14.0716 and rose 1.16%. The API holds daily TJS/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/HTG over 1Y

TJS/HTG over 1Y: show the values
PointTJS/HTG
2025-09-2514.0284
2025-10-0214.0357
2025-10-0914.0640
2025-10-1614.2916
2025-10-2314.1812
2025-10-3014.2187
2025-11-0614.2006
2025-11-1314.2091
2025-11-2014.1883
2025-11-2714.1216
2025-12-0414.2532
2025-12-1214.2188
2025-12-1914.1947
2025-12-2614.1440
2026-01-0214.2356
2026-01-0914.0837
2026-01-1614.1012
2026-01-2314.0060
2026-01-3014.0326
2026-02-0614.0246
2026-02-1313.9257
2026-02-2013.9429
2026-02-2713.8303
2026-03-0613.6768
2026-03-1313.6777
2026-03-2013.8491
2026-03-2713.7555
2026-04-0313.7140
2026-04-1013.7836
2026-04-1713.8012
2026-04-2413.9362
2026-05-0113.9658
2026-05-0814.0147
2026-05-1614.0420
2026-05-2414.2157
2026-05-3114.2092
2026-06-0913.9964
2026-06-1614.1371
2026-06-2314.1073
2026-06-3014.1195
2026-07-0714.1201
2026-07-1414.2046
2026-07-2114.1675
2026-07-2814.1618
2026-08-0414.2001
2026-08-1114.1577
2026-08-1814.1844
2026-08-2614.1904
2026-09-0214.1763
2026-09-0914.1514
2026-09-1614.1640
2026-09-2314.1904

High

14.2916

Low

13.6768

Average

14.0716

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=HTG").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/HTG API questions

How do I get the TJS/HTG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/HTG rate in rates.HTG.

How far back does TJS/HTG historical data go?

Daily TJS/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 TJS/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.