TTD to LVL exchange rate API
Trinidad and Tobago Dollar to Latvian Lats · quoted 2026-09-26
0.09098
▲ +2.52% over 1Y
1 TTD = 0.09098 LVL · 1 LVL = 10.9920 TTD · Get this rate via the API
1 TTD buys 0.09098 LVL as of 2026-09-26, so 1 LVL buys 10.9920 TTD. Over the last year, TTD/LVL traded between 0.08736 and 0.09112, averaged 0.08929 and rose 2.52%. The API holds daily TTD/LVL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/LVL over 1Y: show the values
| Point | TTD/LVL |
|---|---|
| 2025-09-26 | 0.08874 |
| 2025-10-03 | 0.08846 |
| 2025-10-10 | 0.08937 |
| 2025-10-17 | 0.08864 |
| 2025-10-24 | 0.08926 |
| 2025-10-31 | 0.09004 |
| 2025-11-07 | 0.08989 |
| 2025-11-14 | 0.08917 |
| 2025-11-21 | 0.08972 |
| 2025-11-28 | 0.08930 |
| 2025-12-05 | 0.08919 |
| 2025-12-13 | 0.08829 |
| 2025-12-20 | 0.08831 |
| 2025-12-27 | 0.08779 |
| 2026-01-03 | 0.08816 |
| 2026-01-10 | 0.08890 |
| 2026-01-17 | 0.08934 |
| 2026-01-24 | 0.08747 |
| 2026-01-31 | 0.08746 |
| 2026-02-07 | 0.08785 |
| 2026-02-14 | 0.08736 |
| 2026-02-21 | 0.08795 |
| 2026-02-28 | 0.08812 |
| 2026-03-07 | 0.08929 |
| 2026-03-14 | 0.09096 |
| 2026-03-21 | 0.08936 |
| 2026-03-28 | 0.08902 |
| 2026-04-04 | 0.08996 |
| 2026-04-11 | 0.08916 |
| 2026-04-18 | 0.08906 |
| 2026-04-25 | 0.08922 |
| 2026-05-02 | 0.08909 |
| 2026-05-09 | 0.08926 |
| 2026-05-17 | 0.08938 |
| 2026-05-25 | 0.08905 |
| 2026-06-01 | 0.08887 |
| 2026-06-10 | 0.08973 |
| 2026-06-17 | 0.08910 |
| 2026-06-24 | 0.09112 |
| 2026-07-01 | 0.09083 |
| 2026-07-08 | 0.09058 |
| 2026-07-15 | 0.09063 |
| 2026-07-22 | 0.09086 |
| 2026-07-29 | 0.09085 |
| 2026-08-05 | 0.08983 |
| 2026-08-12 | 0.08994 |
| 2026-08-20 | 0.08900 |
| 2026-08-27 | 0.08883 |
| 2026-09-03 | 0.08958 |
| 2026-09-10 | 0.08896 |
| 2026-09-17 | 0.09017 |
| 2026-09-24 | 0.09079 |
High
0.09112
Low
0.08736
Average
0.08929
Get this rate via the API
One GET request returns the TTD/LVL 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=LVL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LVL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LVL").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/LVL API questions
How do I get the TTD/LVL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=LVL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/LVL rate in rates.LVL.
How far back does TTD/LVL historical data go?
Daily TTD/LVL 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/LVL 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.