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: show the values
| Point | TJS/LKR |
|---|---|
| 2025-12-31 | 33.5094 |
| 2026-01-07 | 33.5809 |
| 2026-01-14 | 33.1807 |
| 2026-01-21 | 33.2687 |
| 2026-01-28 | 33.3715 |
| 2026-02-04 | 33.2796 |
| 2026-02-11 | 33.0304 |
| 2026-02-18 | 32.8239 |
| 2026-02-25 | 32.7963 |
| 2026-03-04 | 32.5489 |
| 2026-03-11 | 32.5212 |
| 2026-03-18 | 32.6217 |
| 2026-03-25 | 32.8913 |
| 2026-04-01 | 32.9568 |
| 2026-04-08 | 33.4697 |
| 2026-04-15 | 33.3809 |
| 2026-04-22 | 33.7720 |
| 2026-04-29 | 34.1285 |
| 2026-05-06 | 34.3943 |
| 2026-05-14 | 34.8802 |
| 2026-05-21 | 36.7869 |
| 2026-05-29 | 35.8258 |
| 2026-06-05 | 36.1443 |
| 2026-06-14 | 35.9965 |
| 2026-06-21 | 35.8639 |
| 2026-06-28 | 36.3484 |
| 2026-07-05 | 36.1649 |
| 2026-07-12 | 36.3093 |
| 2026-07-19 | 36.3748 |
| 2026-07-26 | 36.3406 |
| 2026-08-02 | 36.3684 |
| 2026-08-09 | 36.3197 |
| 2026-08-16 | 36.0252 |
| 2026-08-24 | 35.7061 |
| 2026-08-31 | 35.4597 |
| 2026-09-07 | 35.6596 |
| 2026-09-14 | 35.6296 |
| 2026-09-21 | 35.9230 |
High
36.7869
Low
32.5212
Average
34.6508
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.