TJS to TTD exchange rate API
Somoni to Trinidad and Tobago Dollar · quoted 2026-09-27
0.73388
▼ +0.02% over YTD
1 TJS = 0.73388 TTD · 1 TTD = 1.3626 TJS · Get this rate via the API
1 TJS buys 0.73388 TTD as of 2026-09-27, so 1 TTD buys 1.3626 TJS. Over the year to date, TJS/TTD traded between 0.70793 and 0.73648, averaged 0.72562 and fell 0.02%. The API holds daily TJS/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/TTD over YTD: show the values
| Point | TJS/TTD |
|---|---|
| 2025-12-31 | 0.73405 |
| 2026-01-07 | 0.73357 |
| 2026-01-14 | 0.72647 |
| 2026-01-21 | 0.72634 |
| 2026-01-28 | 0.73019 |
| 2026-02-04 | 0.72587 |
| 2026-02-11 | 0.72239 |
| 2026-02-18 | 0.71737 |
| 2026-02-25 | 0.71655 |
| 2026-03-04 | 0.70954 |
| 2026-03-11 | 0.70840 |
| 2026-03-18 | 0.70864 |
| 2026-03-25 | 0.70848 |
| 2026-04-01 | 0.70793 |
| 2026-04-08 | 0.71805 |
| 2026-04-15 | 0.71754 |
| 2026-04-22 | 0.72239 |
| 2026-04-29 | 0.72489 |
| 2026-05-06 | 0.72500 |
| 2026-05-14 | 0.72684 |
| 2026-05-21 | 0.72930 |
| 2026-05-29 | 0.73648 |
| 2026-06-05 | 0.72826 |
| 2026-06-14 | 0.72740 |
| 2026-06-21 | 0.72390 |
| 2026-06-28 | 0.73133 |
| 2026-07-05 | 0.72354 |
| 2026-07-12 | 0.73142 |
| 2026-07-19 | 0.73104 |
| 2026-07-26 | 0.72935 |
| 2026-08-02 | 0.72910 |
| 2026-08-09 | 0.73091 |
| 2026-08-16 | 0.72726 |
| 2026-08-24 | 0.73492 |
| 2026-08-31 | 0.73527 |
| 2026-09-07 | 0.73525 |
| 2026-09-14 | 0.73446 |
| 2026-09-21 | 0.73573 |
High
0.73648
Low
0.70793
Average
0.72562
Get this rate via the API
One GET request returns the TJS/TTD 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=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=TTD").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/TTD API questions
How do I get the TJS/TTD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/TTD rate in rates.TTD.
How far back does TJS/TTD historical data go?
Daily TJS/TTD 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/TTD 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.