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: show the values
| Point | TTD/TRY |
|---|---|
| 2025-09-27 | 6.1145 |
| 2025-10-04 | 6.1533 |
| 2025-10-11 | 6.1770 |
| 2025-10-18 | 6.1691 |
| 2025-10-25 | 6.1701 |
| 2025-11-01 | 6.2302 |
| 2025-11-08 | 6.2226 |
| 2025-11-15 | 6.2231 |
| 2025-11-22 | 6.2456 |
| 2025-11-29 | 6.2867 |
| 2025-12-06 | 6.2776 |
| 2025-12-14 | 6.3180 |
| 2025-12-21 | 6.3272 |
| 2025-12-28 | 6.3280 |
| 2026-01-04 | 6.3565 |
| 2026-01-11 | 6.3763 |
| 2026-01-18 | 6.3984 |
| 2026-01-25 | 6.4072 |
| 2026-02-01 | 6.4396 |
| 2026-02-08 | 6.4739 |
| 2026-02-15 | 6.4712 |
| 2026-02-22 | 6.4907 |
| 2026-03-01 | 6.5201 |
| 2026-03-08 | 6.5490 |
| 2026-03-15 | 6.5550 |
| 2026-03-22 | 6.5576 |
| 2026-03-29 | 6.5591 |
| 2026-04-05 | 6.6132 |
| 2026-04-12 | 6.5930 |
| 2026-04-19 | 6.5926 |
| 2026-04-26 | 6.6396 |
| 2026-05-03 | 6.6517 |
| 2026-05-10 | 6.7089 |
| 2026-05-18 | 6.7021 |
| 2026-05-26 | 6.7678 |
| 2026-06-02 | 6.7645 |
| 2026-06-11 | 6.7970 |
| 2026-06-18 | 6.8389 |
| 2026-06-25 | 6.8567 |
| 2026-07-02 | 6.8760 |
| 2026-07-09 | 6.9020 |
| 2026-07-16 | 6.9453 |
| 2026-07-23 | 6.9621 |
| 2026-07-30 | 7.0074 |
| 2026-08-06 | 7.0332 |
| 2026-08-13 | 7.0443 |
| 2026-08-21 | 7.0857 |
| 2026-08-28 | 7.1124 |
| 2026-09-04 | 7.1627 |
| 2026-09-11 | 7.1573 |
| 2026-09-18 | 7.1866 |
| 2026-09-25 | 7.1963 |
High
7.2107
Low
6.1145
Average
6.6190
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.