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: show the values
| Point | TTD/LKR |
|---|---|
| 2025-09-24 | 43.7948 |
| 2025-10-01 | 43.7266 |
| 2025-10-08 | 44.6610 |
| 2025-10-15 | 44.7904 |
| 2025-10-22 | 44.7593 |
| 2025-10-29 | 44.9027 |
| 2025-11-05 | 44.9814 |
| 2025-11-12 | 44.9715 |
| 2025-11-19 | 45.5479 |
| 2025-11-26 | 45.4391 |
| 2025-12-03 | 45.6045 |
| 2025-12-11 | 45.7200 |
| 2025-12-18 | 45.6688 |
| 2025-12-25 | 45.5414 |
| 2026-01-01 | 45.5854 |
| 2026-01-08 | 45.7064 |
| 2026-01-15 | 45.6614 |
| 2026-01-22 | 45.7163 |
| 2026-01-29 | 45.7308 |
| 2026-02-05 | 45.8096 |
| 2026-02-12 | 45.6302 |
| 2026-02-19 | 45.6994 |
| 2026-02-26 | 45.7755 |
| 2026-03-05 | 45.9883 |
| 2026-03-12 | 45.9055 |
| 2026-03-19 | 45.9112 |
| 2026-03-26 | 46.2074 |
| 2026-04-02 | 46.5627 |
| 2026-04-09 | 46.6145 |
| 2026-04-16 | 46.7224 |
| 2026-04-23 | 46.7012 |
| 2026-04-30 | 47.0859 |
| 2026-05-07 | 47.4966 |
| 2026-05-15 | 48.1046 |
| 2026-05-23 | 49.4781 |
| 2026-05-30 | 48.6955 |
| 2026-06-06 | 49.8979 |
| 2026-06-15 | 49.2064 |
| 2026-06-22 | 49.3843 |
| 2026-06-29 | 49.5451 |
| 2026-07-06 | 49.5581 |
| 2026-07-13 | 49.4593 |
| 2026-07-20 | 49.6524 |
| 2026-07-27 | 49.6262 |
| 2026-08-03 | 49.6483 |
| 2026-08-10 | 49.6199 |
| 2026-08-17 | 49.1947 |
| 2026-08-25 | 48.5054 |
| 2026-09-01 | 48.6774 |
| 2026-09-08 | 48.5864 |
| 2026-09-15 | 48.6697 |
| 2026-09-22 | 48.6657 |
High
49.8979
Low
43.7266
Average
46.9710
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.