TTD to ALL exchange rate API
Trinidad and Tobago Dollar to Lek · quoted 2026-09-26
11.9005
▼ +2.65% over 1Y
1 TTD = 11.9005 ALL · 1 ALL = 0.08403 TTD · Get this rate via the API
1 TTD buys 11.9005 ALL as of 2026-09-26, so 1 ALL buys 0.08403 TTD. Over the last year, TTD/ALL traded between 11.6539 and 12.4414, averaged 12.0904 and fell 2.65%. The API holds daily TTD/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/ALL over 1Y: show the values
| Point | TTD/ALL |
|---|---|
| 2025-09-26 | 12.2244 |
| 2025-10-03 | 12.1788 |
| 2025-10-10 | 12.2974 |
| 2025-10-17 | 12.2015 |
| 2025-10-24 | 12.2695 |
| 2025-10-31 | 12.4134 |
| 2025-11-07 | 12.3638 |
| 2025-11-14 | 12.2677 |
| 2025-11-21 | 12.3302 |
| 2025-11-28 | 12.2763 |
| 2025-12-05 | 12.2455 |
| 2025-12-13 | 12.1334 |
| 2025-12-20 | 12.1330 |
| 2025-12-27 | 12.0248 |
| 2026-01-03 | 12.1265 |
| 2026-01-10 | 12.2159 |
| 2026-01-17 | 12.2555 |
| 2026-01-24 | 12.0277 |
| 2026-01-31 | 12.0233 |
| 2026-02-07 | 12.0475 |
| 2026-02-14 | 11.9866 |
| 2026-02-21 | 12.0550 |
| 2026-02-28 | 12.0605 |
| 2026-03-07 | 12.2086 |
| 2026-03-14 | 12.4414 |
| 2026-03-21 | 12.2514 |
| 2026-03-28 | 12.2697 |
| 2026-04-04 | 12.2571 |
| 2026-04-11 | 12.0613 |
| 2026-04-18 | 11.8972 |
| 2026-04-25 | 12.0055 |
| 2026-05-02 | 11.9967 |
| 2026-05-09 | 11.9456 |
| 2026-05-17 | 12.1303 |
| 2026-05-25 | 12.1241 |
| 2026-06-01 | 12.0553 |
| 2026-06-10 | 12.1506 |
| 2026-06-17 | 12.0319 |
| 2026-06-24 | 12.2049 |
| 2026-07-01 | 12.1400 |
| 2026-07-08 | 12.1017 |
| 2026-07-15 | 12.0952 |
| 2026-07-22 | 12.1131 |
| 2026-07-29 | 12.1101 |
| 2026-08-05 | 11.9321 |
| 2026-08-12 | 11.9036 |
| 2026-08-20 | 11.7377 |
| 2026-08-27 | 11.6541 |
| 2026-09-03 | 11.7496 |
| 2026-09-10 | 11.6539 |
| 2026-09-17 | 11.6922 |
| 2026-09-24 | 11.8179 |
High
12.4414
Low
11.6539
Average
12.0904
Get this rate via the API
One GET request returns the TTD/ALL 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=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ALL").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/ALL API questions
How do I get the TTD/ALL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/ALL rate in rates.ALL.
How far back does TTD/ALL historical data go?
Daily TTD/ALL 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/ALL 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.