Skip to content

TTD to LKR exchange rate API

Trinidad and Tobago Dollar to Sri Lanka Rupee · quoted 2026-09-24

48.6655

▲ +11.12% over 1Y

1 TTD = 48.6655 LKR · 1 LKR = 0.02055 TTD · Get this rate via the API

1 TTD buys 48.6655 LKR as of 2026-09-24, so 1 LKR buys 0.02055 TTD. Over the last year, TTD/LKR traded between 43.7266 and 49.8979, averaged 46.9710 and rose 11.12%. The API holds daily TTD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/LKR over 1Y

TTD/LKR over 1Y: show the values
PointTTD/LKR
2025-09-2443.7948
2025-10-0143.7266
2025-10-0844.6610
2025-10-1544.7904
2025-10-2244.7593
2025-10-2944.9027
2025-11-0544.9814
2025-11-1244.9715
2025-11-1945.5479
2025-11-2645.4391
2025-12-0345.6045
2025-12-1145.7200
2025-12-1845.6688
2025-12-2545.5414
2026-01-0145.5854
2026-01-0845.7064
2026-01-1545.6614
2026-01-2245.7163
2026-01-2945.7308
2026-02-0545.8096
2026-02-1245.6302
2026-02-1945.6994
2026-02-2645.7755
2026-03-0545.9883
2026-03-1245.9055
2026-03-1945.9112
2026-03-2646.2074
2026-04-0246.5627
2026-04-0946.6145
2026-04-1646.7224
2026-04-2346.7012
2026-04-3047.0859
2026-05-0747.4966
2026-05-1548.1046
2026-05-2349.4781
2026-05-3048.6955
2026-06-0649.8979
2026-06-1549.2064
2026-06-2249.3843
2026-06-2949.5451
2026-07-0649.5581
2026-07-1349.4593
2026-07-2049.6524
2026-07-2749.6262
2026-08-0349.6483
2026-08-1049.6199
2026-08-1749.1947
2026-08-2548.5054
2026-09-0148.6774
2026-09-0848.5864
2026-09-1548.6697
2026-09-2248.6657

High

49.8979

Low

43.7266

Average

46.9710

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/LKR API questions

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

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

How far back does TTD/LKR historical data go?

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