Skip to content

TJS to LKR exchange rate API

Somoni to Sri Lanka Rupee · quoted 2026-09-27

35.7260

▲ +10.59% over 1Y

1 TJS = 35.7260 LKR · 1 LKR = 0.02799 TJS · Get this rate via the API

1 TJS buys 35.7260 LKR as of 2026-09-27, so 1 LKR buys 0.02799 TJS. Over the last year, TJS/LKR traded between 32.3047 and 36.6717, averaged 34.2090 and rose 10.59%. The API holds daily TJS/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/LKR over 1Y

TJS/LKR over 1Y: show the values
PointTJS/LKR
2025-09-2732.3047
2025-10-0432.6244
2025-10-1132.7005
2025-10-1832.9092
2025-10-2532.6892
2025-11-0133.0026
2025-11-0833.0238
2025-11-1533.1718
2025-11-2233.3657
2025-11-2933.3165
2025-12-0633.6064
2025-12-1433.4598
2025-12-2133.5625
2025-12-2833.4534
2026-01-0433.5216
2026-01-1133.3058
2026-01-1833.2824
2026-01-2533.1810
2026-02-0133.0003
2026-02-0833.0598
2026-02-1532.8042
2026-02-2232.7173
2026-03-0132.5528
2026-03-0832.4788
2026-03-1532.4424
2026-03-2232.5863
2026-03-2932.9255
2026-04-0532.9809
2026-04-1233.2604
2026-04-1933.5327
2026-04-2633.9285
2026-05-0334.0863
2026-05-1034.5754
2026-05-1835.2476
2026-05-2635.0869
2026-06-0235.9552
2026-06-1135.7177
2026-06-1836.0480
2026-06-2536.4178
2026-07-0236.3770
2026-07-0936.2900
2026-07-1636.5783
2026-07-2336.4650
2026-07-3036.6717
2026-08-0636.4646
2026-08-1336.1389
2026-08-2135.7116
2026-08-2835.6067
2026-09-0435.6458
2026-09-1135.6525
2026-09-1835.9672
2026-09-2535.8956

High

36.6717

Low

32.3047

Average

34.2090

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/LKR API questions

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

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

How far back does TJS/LKR historical data go?

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