Skip to content

USD to TTD exchange rate API

US Dollar to Trinidad and Tobago Dollar · quoted 2026-09-25

6.7997

▲ +0.32% over 1Y

1 USD = 6.7997 TTD · 1 TTD = 0.14707 USD · Get this rate via the API

1 USD buys 6.7997 TTD as of 2026-09-25, so 1 TTD buys 0.14707 USD. Over the last year, USD/TTD traded between 6.7419 and 6.8020, averaged 6.7829 and rose 0.32%. The API holds daily USD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/TTD over 1Y

USD/TTD over 1Y: show the values
PointUSD/TTD
2025-09-256.7781
2025-10-026.7887
2025-10-096.7859
2025-10-166.7849
2025-10-236.7834
2025-10-306.7670
2025-11-066.7734
2025-11-136.7703
2025-11-206.7831
2025-11-276.7905
2025-12-046.7737
2025-12-126.7792
2025-12-196.7849
2025-12-266.7970
2026-01-026.7898
2026-01-096.7929
2026-01-166.7894
2026-01-236.7820
2026-01-306.7900
2026-02-066.7727
2026-02-136.7859
2026-02-206.7563
2026-02-276.7892
2026-03-066.7696
2026-03-136.7964
2026-03-206.7808
2026-03-276.7804
2026-04-036.7772
2026-04-106.7749
2026-04-176.7926
2026-04-246.7802
2026-05-016.7894
2026-05-086.7867
2026-05-166.7889
2026-05-246.7419
2026-05-316.7695
2026-06-096.7743
2026-06-166.7918
2026-06-236.7910
2026-06-306.7879
2026-07-076.7769
2026-07-146.7899
2026-07-216.7918
2026-07-286.8020
2026-08-046.7884
2026-08-116.7800
2026-08-186.7807
2026-08-266.7908
2026-09-026.7793
2026-09-096.7730
2026-09-166.7818
2026-09-236.7959

High

6.8020

Low

6.7419

Average

6.7829

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/TTD API questions

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

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

How far back does USD/TTD historical data go?

Daily USD/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 USD/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.