LVL to TJS exchange rate API
Latvian Lats to Somoni · quoted 2026-09-27
14.9771
▼ +3.69% over 1Y
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 year, LVL/TJS traded between 14.9133 and 15.9906, averaged 15.3917 and fell 3.69%. 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 1Y: show the values
| Point | LVL/TJS |
|---|---|
| 2025-09-27 | 15.5511 |
| 2025-10-04 | 15.4942 |
| 2025-10-11 | 15.2310 |
| 2025-10-18 | 15.3018 |
| 2025-10-25 | 15.3659 |
| 2025-11-01 | 15.1645 |
| 2025-11-08 | 15.1878 |
| 2025-11-15 | 15.2754 |
| 2025-11-22 | 15.1086 |
| 2025-11-29 | 15.2345 |
| 2025-12-06 | 15.2014 |
| 2025-12-14 | 15.4398 |
| 2025-12-21 | 15.3562 |
| 2025-12-28 | 15.4987 |
| 2026-01-04 | 15.4211 |
| 2026-01-11 | 15.3931 |
| 2026-01-18 | 15.3980 |
| 2026-01-25 | 15.7346 |
| 2026-02-01 | 15.8390 |
| 2026-02-08 | 15.7578 |
| 2026-02-15 | 15.9460 |
| 2026-02-22 | 15.8731 |
| 2026-03-01 | 15.9906 |
| 2026-03-08 | 15.8469 |
| 2026-03-15 | 15.6607 |
| 2026-03-22 | 15.8010 |
| 2026-03-29 | 15.6970 |
| 2026-04-05 | 15.6793 |
| 2026-04-12 | 15.6900 |
| 2026-04-19 | 15.6161 |
| 2026-04-26 | 15.5145 |
| 2026-05-03 | 15.5100 |
| 2026-05-10 | 15.3832 |
| 2026-05-18 | 15.4545 |
| 2026-05-26 | 15.3061 |
| 2026-06-02 | 15.2922 |
| 2026-06-11 | 15.3240 |
| 2026-06-18 | 15.2039 |
| 2026-06-25 | 14.9893 |
| 2026-07-02 | 15.2970 |
| 2026-07-09 | 15.0591 |
| 2026-07-16 | 15.0211 |
| 2026-07-23 | 15.0200 |
| 2026-07-30 | 14.9586 |
| 2026-08-06 | 15.1581 |
| 2026-08-13 | 15.1738 |
| 2026-08-21 | 15.3879 |
| 2026-08-28 | 15.3031 |
| 2026-09-04 | 15.2602 |
| 2026-09-11 | 15.2504 |
| 2026-09-18 | 15.2487 |
| 2026-09-25 | 14.9133 |
High
15.9906
Low
14.9133
Average
15.3917
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=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¤cies=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.