TJS to SLL exchange rate API
Somoni to Leone · quoted 2026-09-27
2481.68
▲ +0.24% over YTD
1 TJS = 2481.68 SLL · 1 SLL = 0.000403 TJS · Get this rate via the API
1 TJS buys 2481.68 SLL as of 2026-09-27, so 1 SLL buys 0.000403 TJS. Over the year to date, TJS/SLL traded between 2219.93 and 2668.32, averaged 2429.10 and rose 0.24%. The API holds daily TJS/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/SLL over YTD: show the values
| Point | TJS/SLL |
|---|---|
| 2025-12-31 | 2475.76 |
| 2026-01-07 | 2469.58 |
| 2026-01-14 | 2459.71 |
| 2026-01-21 | 2467.05 |
| 2026-01-28 | 2454.12 |
| 2026-02-04 | 2459.06 |
| 2026-02-11 | 2436.09 |
| 2026-02-18 | 2428.92 |
| 2026-02-25 | 2422.33 |
| 2026-03-04 | 2399.53 |
| 2026-03-11 | 2389.33 |
| 2026-03-18 | 2388.22 |
| 2026-03-25 | 2384.45 |
| 2026-04-01 | 2387.78 |
| 2026-04-08 | 2433.72 |
| 2026-04-19 | 2219.93 |
| 2026-04-26 | 2234.46 |
| 2026-05-03 | 2235.12 |
| 2026-05-10 | 2253.53 |
| 2026-05-18 | 2243.14 |
| 2026-05-26 | 2472.40 |
| 2026-06-02 | 2668.32 |
| 2026-06-11 | 2447.33 |
| 2026-06-18 | 2462.21 |
| 2026-06-25 | 2466.19 |
| 2026-07-02 | 2266.24 |
| 2026-07-09 | 2470.87 |
| 2026-07-16 | 2481.78 |
| 2026-07-23 | 2483.95 |
| 2026-07-30 | 2493.01 |
| 2026-08-06 | 2484.45 |
| 2026-08-13 | 2550.97 |
| 2026-08-21 | 2475.49 |
| 2026-08-28 | 2480.79 |
| 2026-09-04 | 2663.52 |
| 2026-09-11 | 2483.25 |
| 2026-09-18 | 2273.41 |
| 2026-09-25 | 2487.40 |
High
2668.32
Low
2219.93
Average
2429.10
Get this rate via the API
One GET request returns the TJS/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/SLL API questions
How do I get the TJS/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/SLL rate in rates.SLL.
How far back does TJS/SLL historical data go?
Daily TJS/SLL 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/SLL 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.