Skip to content

TJS to LKR exchange rate API

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

35.7260

▲ +6.61% over YTD

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 year to date, TJS/LKR traded between 32.5212 and 36.7869, averaged 34.6508 and rose 6.61%. 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 YTD

TJS/LKR over YTD: show the values
PointTJS/LKR
2025-12-3133.5094
2026-01-0733.5809
2026-01-1433.1807
2026-01-2133.2687
2026-01-2833.3715
2026-02-0433.2796
2026-02-1133.0304
2026-02-1832.8239
2026-02-2532.7963
2026-03-0432.5489
2026-03-1132.5212
2026-03-1832.6217
2026-03-2532.8913
2026-04-0132.9568
2026-04-0833.4697
2026-04-1533.3809
2026-04-2233.7720
2026-04-2934.1285
2026-05-0634.3943
2026-05-1434.8802
2026-05-2136.7869
2026-05-2935.8258
2026-06-0536.1443
2026-06-1435.9965
2026-06-2135.8639
2026-06-2836.3484
2026-07-0536.1649
2026-07-1236.3093
2026-07-1936.3748
2026-07-2636.3406
2026-08-0236.3684
2026-08-0936.3197
2026-08-1636.0252
2026-08-2435.7061
2026-08-3135.4597
2026-09-0735.6596
2026-09-1435.6296
2026-09-2135.9230

High

36.7869

Low

32.5212

Average

34.6508

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.