Skip to content

TJS to LAK exchange rate API

Somoni to Kip · quoted 2026-09-27

2420.24

▲ +4.35% over 1Y

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 last year, TJS/LAK traded between 2225.72 and 2466.57, averaged 2353.98 and rose 4.35%. 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 1Y

TJS/LAK over 1Y: show the values
PointTJS/LAK
2025-09-272319.36
2025-10-042343.48
2025-10-112333.81
2025-10-182356.22
2025-10-252340.73
2025-11-012352.65
2025-11-082355.00
2025-11-152351.91
2025-11-222349.11
2025-11-292353.06
2025-12-062367.18
2025-12-142345.35
2025-12-212351.08
2025-12-282340.35
2026-01-042338.55
2026-01-112324.46
2026-01-182318.68
2026-01-252304.24
2026-02-012282.12
2026-02-082284.46
2026-02-152268.34
2026-02-222260.50
2026-03-012248.34
2026-03-082232.23
2026-03-152225.72
2026-03-222238.02
2026-03-292282.08
2026-04-052295.98
2026-04-122320.11
2026-04-192339.64
2026-04-262331.13
2026-05-032342.83
2026-05-102350.51
2026-05-182350.58
2026-05-262371.00
2026-06-022373.88
2026-06-112359.84
2026-06-182371.61
2026-06-252385.92
2026-07-022431.65
2026-07-092427.30
2026-07-162440.78
2026-07-232446.20
2026-07-302466.57
2026-08-062451.53
2026-08-132437.59
2026-08-212436.03
2026-08-282426.58
2026-09-042432.79
2026-09-112426.50
2026-09-182425.78
2026-09-252431.09

High

2466.57

Low

2225.72

Average

2353.98

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.