Skip to content

TTD to TJS exchange rate API

Trinidad and Tobago Dollar to Somoni · quoted 2026-09-24

1.3607

▼ +1.20% over 1Y

1 TTD = 1.3607 TJS · 1 TJS = 0.73489 TTD · Get this rate via the API

1 TTD buys 1.3607 TJS as of 2026-09-24, so 1 TJS buys 0.73489 TTD. Over the last year, TTD/TJS traded between 1.3521 and 1.4160, averaged 1.3737 and fell 1.20%. The API holds daily TTD/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/TJS over 1Y

TTD/TJS over 1Y: show the values
PointTTD/TJS
2025-09-241.3773
2025-10-011.3806
2025-10-081.3670
2025-10-151.3560
2025-10-221.3521
2025-10-291.3609
2025-11-051.3618
2025-11-121.3663
2025-11-191.3665
2025-11-261.3611
2025-12-031.3673
2025-12-111.3609
2025-12-181.3548
2025-12-251.3616
2026-01-011.3589
2026-01-081.3694
2026-01-151.3704
2026-01-221.3761
2026-01-291.3786
2026-02-051.3808
2026-02-121.3846
2026-02-191.3928
2026-02-261.3944
2026-03-051.4146
2026-03-121.4160
2026-03-191.4145
2026-03-261.4101
2026-04-021.4099
2026-04-091.4014
2026-04-161.3922
2026-04-231.3887
2026-04-301.3787
2026-05-071.3790
2026-05-151.3763
2026-05-231.3716
2026-05-301.3643
2026-06-061.3835
2026-06-151.3702
2026-06-221.3708
2026-06-291.3636
2026-07-061.3680
2026-07-131.3619
2026-07-201.3586
2026-07-271.3594
2026-08-031.3616
2026-08-101.3590
2026-08-171.3615
2026-08-251.3604
2026-09-011.3659
2026-09-081.3630
2026-09-151.3612
2026-09-221.3597

High

1.4160

Low

1.3521

Average

1.3737

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

TTD/TJS API questions

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

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

How far back does TTD/TJS historical data go?

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