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: show the values
| Point | LVL/TJS |
|---|---|
| 2025-12-31 | 15.4595 |
| 2026-01-07 | 15.4053 |
| 2026-01-14 | 15.4685 |
| 2026-01-21 | 15.5705 |
| 2026-01-28 | 15.8670 |
| 2026-02-04 | 15.6762 |
| 2026-02-11 | 15.9121 |
| 2026-02-18 | 15.9218 |
| 2026-02-25 | 15.8587 |
| 2026-03-04 | 15.7604 |
| 2026-03-11 | 15.8400 |
| 2026-03-18 | 15.6971 |
| 2026-03-25 | 15.8016 |
| 2026-04-01 | 15.7812 |
| 2026-04-08 | 15.6698 |
| 2026-04-15 | 15.6638 |
| 2026-04-22 | 15.5381 |
| 2026-04-29 | 15.5038 |
| 2026-05-06 | 15.4251 |
| 2026-05-14 | 15.5639 |
| 2026-05-21 | 15.3731 |
| 2026-05-29 | 15.2500 |
| 2026-06-05 | 15.3840 |
| 2026-06-14 | 15.3468 |
| 2026-06-21 | 15.2038 |
| 2026-06-28 | 15.0127 |
| 2026-07-05 | 15.1096 |
| 2026-07-12 | 15.0344 |
| 2026-07-19 | 15.0528 |
| 2026-07-26 | 14.9878 |
| 2026-08-02 | 15.1719 |
| 2026-08-09 | 15.2147 |
| 2026-08-16 | 15.2335 |
| 2026-08-24 | 15.3506 |
| 2026-08-31 | 15.2913 |
| 2026-09-07 | 15.2372 |
| 2026-09-14 | 15.2145 |
| 2026-09-21 | 15.0683 |
High
15.9218
Low
14.9771
Average
15.4333
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.