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: show the values
| Point | TJS/HTG |
|---|---|
| 2025-09-25 | 14.0284 |
| 2025-10-02 | 14.0357 |
| 2025-10-09 | 14.0640 |
| 2025-10-16 | 14.2916 |
| 2025-10-23 | 14.1812 |
| 2025-10-30 | 14.2187 |
| 2025-11-06 | 14.2006 |
| 2025-11-13 | 14.2091 |
| 2025-11-20 | 14.1883 |
| 2025-11-27 | 14.1216 |
| 2025-12-04 | 14.2532 |
| 2025-12-12 | 14.2188 |
| 2025-12-19 | 14.1947 |
| 2025-12-26 | 14.1440 |
| 2026-01-02 | 14.2356 |
| 2026-01-09 | 14.0837 |
| 2026-01-16 | 14.1012 |
| 2026-01-23 | 14.0060 |
| 2026-01-30 | 14.0326 |
| 2026-02-06 | 14.0246 |
| 2026-02-13 | 13.9257 |
| 2026-02-20 | 13.9429 |
| 2026-02-27 | 13.8303 |
| 2026-03-06 | 13.6768 |
| 2026-03-13 | 13.6777 |
| 2026-03-20 | 13.8491 |
| 2026-03-27 | 13.7555 |
| 2026-04-03 | 13.7140 |
| 2026-04-10 | 13.7836 |
| 2026-04-17 | 13.8012 |
| 2026-04-24 | 13.9362 |
| 2026-05-01 | 13.9658 |
| 2026-05-08 | 14.0147 |
| 2026-05-16 | 14.0420 |
| 2026-05-24 | 14.2157 |
| 2026-05-31 | 14.2092 |
| 2026-06-09 | 13.9964 |
| 2026-06-16 | 14.1371 |
| 2026-06-23 | 14.1073 |
| 2026-06-30 | 14.1195 |
| 2026-07-07 | 14.1201 |
| 2026-07-14 | 14.2046 |
| 2026-07-21 | 14.1675 |
| 2026-07-28 | 14.1618 |
| 2026-08-04 | 14.2001 |
| 2026-08-11 | 14.1577 |
| 2026-08-18 | 14.1844 |
| 2026-08-26 | 14.1904 |
| 2026-09-02 | 14.1763 |
| 2026-09-09 | 14.1514 |
| 2026-09-16 | 14.1640 |
| 2026-09-23 | 14.1904 |
High
14.2916
Low
13.6768
Average
14.0716
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.