Skip to content

LVL to TJS exchange rate API

Latvian Lats to Somoni · quoted 2026-09-27

14.9771

▼ +4.23% over 6M

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 last 6 months, LVL/TJS traded between 14.9749 and 15.6682, averaged 15.2786 and fell 4.23%. 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 6M

LVL/TJS over 6M: show the values
PointLVL/TJS
2026-03-3115.6383
2026-04-0715.6682
2026-04-1415.6567
2026-04-2115.6524
2026-04-2815.5651
2026-05-0515.4792
2026-05-1215.6459
2026-05-2015.3524
2026-05-2815.2076
2026-06-0415.3030
2026-06-1315.3441
2026-06-2015.1373
2026-06-2714.9942
2026-07-0415.0869
2026-07-1115.0295
2026-07-1815.0333
2026-07-2514.9749
2026-08-0115.1222
2026-08-0815.1701
2026-08-1515.2067
2026-08-2315.3689
2026-08-3015.2591
2026-09-0615.3001
2026-09-1315.2687
2026-09-2015.1021
2026-09-2714.9771

High

15.6682

Low

14.9749

Average

15.2786

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.