Skip to content

TTD to TRY exchange rate API

Trinidad and Tobago Dollar to Turkish Lira · quoted 2026-09-27

7.2107

▲ +17.93% over 1Y

1 TTD = 7.2107 TRY · 1 TRY = 0.13868 TTD · Get this rate via the API

1 TTD buys 7.2107 TRY as of 2026-09-27, so 1 TRY buys 0.13868 TTD. Over the last year, TTD/TRY traded between 6.1145 and 7.2107, averaged 6.6190 and rose 17.93%. The API holds daily TTD/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/TRY over 1Y

TTD/TRY over 1Y: show the values
PointTTD/TRY
2025-09-276.1145
2025-10-046.1533
2025-10-116.1770
2025-10-186.1691
2025-10-256.1701
2025-11-016.2302
2025-11-086.2226
2025-11-156.2231
2025-11-226.2456
2025-11-296.2867
2025-12-066.2776
2025-12-146.3180
2025-12-216.3272
2025-12-286.3280
2026-01-046.3565
2026-01-116.3763
2026-01-186.3984
2026-01-256.4072
2026-02-016.4396
2026-02-086.4739
2026-02-156.4712
2026-02-226.4907
2026-03-016.5201
2026-03-086.5490
2026-03-156.5550
2026-03-226.5576
2026-03-296.5591
2026-04-056.6132
2026-04-126.5930
2026-04-196.5926
2026-04-266.6396
2026-05-036.6517
2026-05-106.7089
2026-05-186.7021
2026-05-266.7678
2026-06-026.7645
2026-06-116.7970
2026-06-186.8389
2026-06-256.8567
2026-07-026.8760
2026-07-096.9020
2026-07-166.9453
2026-07-236.9621
2026-07-307.0074
2026-08-067.0332
2026-08-137.0443
2026-08-217.0857
2026-08-287.1124
2026-09-047.1627
2026-09-117.1573
2026-09-187.1866
2026-09-257.1963

High

7.2107

Low

6.1145

Average

6.6190

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/TRY API questions

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

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

How far back does TTD/TRY historical data go?

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