Skip to content

TJS to HTG exchange rate API

Somoni to Gourde · quoted 2026-09-25

14.1917

▲ +2.90% over 6M

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 6 months, TJS/HTG traded between 13.7473 and 14.2629, averaged 14.0765 and rose 2.90%. 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 6M

TJS/HTG over 6M: show the values
PointTJS/HTG
2026-03-2913.7918
2026-04-0513.7473
2026-04-1213.7949
2026-04-1913.8866
2026-04-2613.9277
2026-05-0313.9658
2026-05-1014.0326
2026-05-1814.0328
2026-05-2614.1600
2026-06-0214.1898
2026-06-1114.0315
2026-06-1814.1041
2026-06-2514.1040
2026-07-0214.1349
2026-07-0914.1107
2026-07-1614.1279
2026-07-2314.1447
2026-07-3014.2629
2026-08-0614.1901
2026-08-1314.1539
2026-08-2114.1594
2026-08-2814.1502
2026-09-0414.1489
2026-09-1114.1616
2026-09-1814.1676
2026-09-2514.1917

High

14.2629

Low

13.7473

Average

14.0765

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.