TTD to LTL exchange rate API
Trinidad and Tobago Dollar to Lithuanian Litas · quoted 2026-09-26
0.44696
▲ +2.52% over 1Y
1 TTD = 0.44696 LTL · 1 LTL = 2.2374 TTD · Get this rate via the API
1 TTD buys 0.44696 LTL as of 2026-09-26, so 1 LTL buys 2.2374 TTD. Over the last year, TTD/LTL traded between 0.42921 and 0.44765, averaged 0.43834 and rose 2.52%. The API holds daily TTD/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/LTL over 1Y: show the values
| Point | TTD/LTL |
|---|---|
| 2025-09-26 | 0.43596 |
| 2025-10-03 | 0.43459 |
| 2025-10-10 | 0.43907 |
| 2025-10-17 | 0.43547 |
| 2025-10-24 | 0.43852 |
| 2025-10-31 | 0.44234 |
| 2025-11-07 | 0.44161 |
| 2025-11-14 | 0.43808 |
| 2025-11-21 | 0.44077 |
| 2025-11-28 | 0.43872 |
| 2025-12-05 | 0.43820 |
| 2025-12-13 | 0.43376 |
| 2025-12-20 | 0.43386 |
| 2025-12-27 | 0.43132 |
| 2026-01-03 | 0.43311 |
| 2026-01-10 | 0.43674 |
| 2026-01-17 | 0.43893 |
| 2026-01-24 | 0.42976 |
| 2026-01-31 | 0.42971 |
| 2026-02-07 | 0.43162 |
| 2026-02-14 | 0.42921 |
| 2026-02-21 | 0.43209 |
| 2026-02-28 | 0.43291 |
| 2026-03-07 | 0.43867 |
| 2026-03-14 | 0.44688 |
| 2026-03-21 | 0.43904 |
| 2026-03-28 | 0.43453 |
| 2026-04-04 | 0.44198 |
| 2026-04-11 | 0.43524 |
| 2026-04-18 | 0.43475 |
| 2026-04-25 | 0.43550 |
| 2026-05-02 | 0.43490 |
| 2026-05-09 | 0.43573 |
| 2026-05-17 | 0.43911 |
| 2026-05-25 | 0.43749 |
| 2026-06-01 | 0.43660 |
| 2026-06-10 | 0.44082 |
| 2026-06-17 | 0.43774 |
| 2026-06-24 | 0.44765 |
| 2026-07-01 | 0.44622 |
| 2026-07-08 | 0.44500 |
| 2026-07-15 | 0.44527 |
| 2026-07-22 | 0.44640 |
| 2026-07-29 | 0.44633 |
| 2026-08-05 | 0.44135 |
| 2026-08-12 | 0.44186 |
| 2026-08-20 | 0.43727 |
| 2026-08-27 | 0.43644 |
| 2026-09-03 | 0.44008 |
| 2026-09-10 | 0.43706 |
| 2026-09-17 | 0.44299 |
| 2026-09-24 | 0.44606 |
High
0.44765
Low
0.42921
Average
0.43834
Get this rate via the API
One GET request returns the TTD/LTL 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=LTL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LTL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LTL").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/LTL API questions
How do I get the TTD/LTL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LTL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/LTL rate in rates.LTL.
How far back does TTD/LTL historical data go?
Daily TTD/LTL 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/LTL 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.