Skip to content

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

TTD/ALL over 1Y: show the values
PointTTD/ALL
2025-09-2612.2244
2025-10-0312.1788
2025-10-1012.2974
2025-10-1712.2015
2025-10-2412.2695
2025-10-3112.4134
2025-11-0712.3638
2025-11-1412.2677
2025-11-2112.3302
2025-11-2812.2763
2025-12-0512.2455
2025-12-1312.1334
2025-12-2012.1330
2025-12-2712.0248
2026-01-0312.1265
2026-01-1012.2159
2026-01-1712.2555
2026-01-2412.0277
2026-01-3112.0233
2026-02-0712.0475
2026-02-1411.9866
2026-02-2112.0550
2026-02-2812.0605
2026-03-0712.2086
2026-03-1412.4414
2026-03-2112.2514
2026-03-2812.2697
2026-04-0412.2571
2026-04-1112.0613
2026-04-1811.8972
2026-04-2512.0055
2026-05-0211.9967
2026-05-0911.9456
2026-05-1712.1303
2026-05-2512.1241
2026-06-0112.0553
2026-06-1012.1506
2026-06-1712.0319
2026-06-2412.2049
2026-07-0112.1400
2026-07-0812.1017
2026-07-1512.0952
2026-07-2212.1131
2026-07-2912.1101
2026-08-0511.9321
2026-08-1211.9036
2026-08-2011.7377
2026-08-2711.6541
2026-09-0311.7496
2026-09-1011.6539
2026-09-1711.6922
2026-09-2411.8179

High

12.4414

Low

11.6539

Average

12.0904

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=ALL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=ALL");
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=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&currencies=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.