Skip to content

TJS to LAK exchange rate API

Somoni to Kip · quoted 2026-09-27

2420.24

▲ +3.52% over YTD

1 TJS = 2420.24 LAK · 1 LAK = 0.000413 TJS · Get this rate via the API

1 TJS buys 2420.24 LAK as of 2026-09-27, so 1 LAK buys 0.000413 TJS. Over the year to date, TJS/LAK traded between 2234.35 and 2445.00, averaged 2355.62 and rose 3.52%. The API holds daily TJS/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/LAK over YTD

TJS/LAK over YTD: show the values
PointTJS/LAK
2025-12-312338.00
2026-01-072338.46
2026-01-142317.68
2026-01-212316.74
2026-01-282304.60
2026-02-042296.53
2026-02-112289.26
2026-02-182264.92
2026-02-252261.98
2026-03-042242.42
2026-03-112234.35
2026-03-182240.57
2026-03-252246.85
2026-04-012286.47
2026-04-082323.60
2026-04-152320.18
2026-04-222350.42
2026-04-292340.02
2026-05-062348.65
2026-05-142353.21
2026-05-212359.27
2026-05-292371.98
2026-06-052360.65
2026-06-142358.72
2026-06-212367.69
2026-06-282416.38
2026-07-052427.76
2026-07-122429.00
2026-07-192439.10
2026-07-262444.14
2026-08-022445.00
2026-08-092440.30
2026-08-162426.58
2026-08-242440.50
2026-08-312428.42
2026-09-072427.48
2026-09-142422.63
2026-09-212428.54

High

2445.00

Low

2234.35

Average

2355.62

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/LAK API questions

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

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

How far back does TJS/LAK historical data go?

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