Skip to content

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

TJS/TTD over YTD: show the values
PointTJS/TTD
2025-12-310.73405
2026-01-070.73357
2026-01-140.72647
2026-01-210.72634
2026-01-280.73019
2026-02-040.72587
2026-02-110.72239
2026-02-180.71737
2026-02-250.71655
2026-03-040.70954
2026-03-110.70840
2026-03-180.70864
2026-03-250.70848
2026-04-010.70793
2026-04-080.71805
2026-04-150.71754
2026-04-220.72239
2026-04-290.72489
2026-05-060.72500
2026-05-140.72684
2026-05-210.72930
2026-05-290.73648
2026-06-050.72826
2026-06-140.72740
2026-06-210.72390
2026-06-280.73133
2026-07-050.72354
2026-07-120.73142
2026-07-190.73104
2026-07-260.72935
2026-08-020.72910
2026-08-090.73091
2026-08-160.72726
2026-08-240.73492
2026-08-310.73527
2026-09-070.73525
2026-09-140.73446
2026-09-210.73573

High

0.73648

Low

0.70793

Average

0.72562

For developers

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