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: show the values
| Point | TJS/LKR |
|---|---|
| 2025-09-27 | 32.3047 |
| 2025-10-04 | 32.6244 |
| 2025-10-11 | 32.7005 |
| 2025-10-18 | 32.9092 |
| 2025-10-25 | 32.6892 |
| 2025-11-01 | 33.0026 |
| 2025-11-08 | 33.0238 |
| 2025-11-15 | 33.1718 |
| 2025-11-22 | 33.3657 |
| 2025-11-29 | 33.3165 |
| 2025-12-06 | 33.6064 |
| 2025-12-14 | 33.4598 |
| 2025-12-21 | 33.5625 |
| 2025-12-28 | 33.4534 |
| 2026-01-04 | 33.5216 |
| 2026-01-11 | 33.3058 |
| 2026-01-18 | 33.2824 |
| 2026-01-25 | 33.1810 |
| 2026-02-01 | 33.0003 |
| 2026-02-08 | 33.0598 |
| 2026-02-15 | 32.8042 |
| 2026-02-22 | 32.7173 |
| 2026-03-01 | 32.5528 |
| 2026-03-08 | 32.4788 |
| 2026-03-15 | 32.4424 |
| 2026-03-22 | 32.5863 |
| 2026-03-29 | 32.9255 |
| 2026-04-05 | 32.9809 |
| 2026-04-12 | 33.2604 |
| 2026-04-19 | 33.5327 |
| 2026-04-26 | 33.9285 |
| 2026-05-03 | 34.0863 |
| 2026-05-10 | 34.5754 |
| 2026-05-18 | 35.2476 |
| 2026-05-26 | 35.0869 |
| 2026-06-02 | 35.9552 |
| 2026-06-11 | 35.7177 |
| 2026-06-18 | 36.0480 |
| 2026-06-25 | 36.4178 |
| 2026-07-02 | 36.3770 |
| 2026-07-09 | 36.2900 |
| 2026-07-16 | 36.5783 |
| 2026-07-23 | 36.4650 |
| 2026-07-30 | 36.6717 |
| 2026-08-06 | 36.4646 |
| 2026-08-13 | 36.1389 |
| 2026-08-21 | 35.7116 |
| 2026-08-28 | 35.6067 |
| 2026-09-04 | 35.6458 |
| 2026-09-11 | 35.6525 |
| 2026-09-18 | 35.9672 |
| 2026-09-25 | 35.8956 |
High
36.6717
Low
32.3047
Average
34.2090
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.