Skip to content

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

TTD/LVL over 1Y: show the values
PointTTD/LVL
2025-09-260.08874
2025-10-030.08846
2025-10-100.08937
2025-10-170.08864
2025-10-240.08926
2025-10-310.09004
2025-11-070.08989
2025-11-140.08917
2025-11-210.08972
2025-11-280.08930
2025-12-050.08919
2025-12-130.08829
2025-12-200.08831
2025-12-270.08779
2026-01-030.08816
2026-01-100.08890
2026-01-170.08934
2026-01-240.08747
2026-01-310.08746
2026-02-070.08785
2026-02-140.08736
2026-02-210.08795
2026-02-280.08812
2026-03-070.08929
2026-03-140.09096
2026-03-210.08936
2026-03-280.08902
2026-04-040.08996
2026-04-110.08916
2026-04-180.08906
2026-04-250.08922
2026-05-020.08909
2026-05-090.08926
2026-05-170.08938
2026-05-250.08905
2026-06-010.08887
2026-06-100.08973
2026-06-170.08910
2026-06-240.09112
2026-07-010.09083
2026-07-080.09058
2026-07-150.09063
2026-07-220.09086
2026-07-290.09085
2026-08-050.08983
2026-08-120.08994
2026-08-200.08900
2026-08-270.08883
2026-09-030.08958
2026-09-100.08896
2026-09-170.09017
2026-09-240.09079

High

0.09112

Low

0.08736

Average

0.08929

For developers

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