Skip to content

LVL to TJS exchange rate API

Latvian Lats to Somoni · quoted 2026-09-27

14.9771

▼ +3.12% over YTD

1 LVL = 14.9771 TJS · 1 TJS = 0.06677 LVL · Get this rate via the API

1 LVL buys 14.9771 TJS as of 2026-09-27, so 1 TJS buys 0.06677 LVL. Over the year to date, LVL/TJS traded between 14.9771 and 15.9218, averaged 15.4333 and fell 3.12%. The API holds daily LVL/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LVL/TJS over YTD

LVL/TJS over YTD: show the values
PointLVL/TJS
2025-12-3115.4595
2026-01-0715.4053
2026-01-1415.4685
2026-01-2115.5705
2026-01-2815.8670
2026-02-0415.6762
2026-02-1115.9121
2026-02-1815.9218
2026-02-2515.8587
2026-03-0415.7604
2026-03-1115.8400
2026-03-1815.6971
2026-03-2515.8016
2026-04-0115.7812
2026-04-0815.6698
2026-04-1515.6638
2026-04-2215.5381
2026-04-2915.5038
2026-05-0615.4251
2026-05-1415.5639
2026-05-2115.3731
2026-05-2915.2500
2026-06-0515.3840
2026-06-1415.3468
2026-06-2115.2038
2026-06-2815.0127
2026-07-0515.1096
2026-07-1215.0344
2026-07-1915.0528
2026-07-2614.9878
2026-08-0215.1719
2026-08-0915.2147
2026-08-1615.2335
2026-08-2415.3506
2026-08-3115.2913
2026-09-0715.2372
2026-09-1415.2145
2026-09-2115.0683

High

15.9218

Low

14.9771

Average

15.4333

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

LVL/TJS API questions

How do I get the LVL/TJS exchange rate from an API?

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

How far back does LVL/TJS historical data go?

Daily LVL/TJS 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 LVL/TJS 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.