SZL to TJS exchange rate API
Lilangeni to Somoni · quoted 2026-09-26
0.56511
▲ +5.29% over 1Y
1 SZL = 0.56511 TJS · 1 TJS = 1.7696 SZL · Get this rate via the API
1 SZL buys 0.56511 TJS as of 2026-09-26, so 1 TJS buys 1.7696 SZL. Over the last year, SZL/TJS traded between 0.52959 and 0.59706, averaged 0.56195 and rose 5.29%. The API holds daily SZL/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/TJS over 1Y: show the values
| Point | SZL/TJS |
|---|---|
| 2025-09-26 | 0.53672 |
| 2025-10-03 | 0.53872 |
| 2025-10-10 | 0.54161 |
| 2025-10-17 | 0.52959 |
| 2025-10-24 | 0.53420 |
| 2025-10-31 | 0.53330 |
| 2025-11-07 | 0.53088 |
| 2025-11-14 | 0.54211 |
| 2025-11-21 | 0.53806 |
| 2025-11-28 | 0.53843 |
| 2025-12-05 | 0.54164 |
| 2025-12-13 | 0.54756 |
| 2025-12-20 | 0.54810 |
| 2025-12-27 | 0.55530 |
| 2026-01-03 | 0.55988 |
| 2026-01-10 | 0.56298 |
| 2026-01-17 | 0.56798 |
| 2026-01-24 | 0.57945 |
| 2026-01-31 | 0.58273 |
| 2026-02-07 | 0.58451 |
| 2026-02-14 | 0.59133 |
| 2026-02-21 | 0.59083 |
| 2026-02-28 | 0.59706 |
| 2026-03-07 | 0.57918 |
| 2026-03-14 | 0.56634 |
| 2026-03-21 | 0.55965 |
| 2026-03-28 | 0.55687 |
| 2026-04-04 | 0.56295 |
| 2026-04-11 | 0.57806 |
| 2026-04-18 | 0.57724 |
| 2026-04-25 | 0.56552 |
| 2026-05-02 | 0.56312 |
| 2026-05-09 | 0.56991 |
| 2026-05-17 | 0.56000 |
| 2026-05-25 | 0.56648 |
| 2026-06-01 | 0.56914 |
| 2026-06-10 | 0.56508 |
| 2026-06-17 | 0.57285 |
| 2026-06-24 | 0.55971 |
| 2026-07-01 | 0.56283 |
| 2026-07-08 | 0.57038 |
| 2026-07-15 | 0.56367 |
| 2026-07-22 | 0.56204 |
| 2026-07-29 | 0.55096 |
| 2026-08-05 | 0.56362 |
| 2026-08-12 | 0.56900 |
| 2026-08-20 | 0.56969 |
| 2026-08-27 | 0.57809 |
| 2026-09-03 | 0.57518 |
| 2026-09-10 | 0.57583 |
| 2026-09-17 | 0.56673 |
| 2026-09-24 | 0.56520 |
High
0.59706
Low
0.52959
Average
0.56195
Get this rate via the API
One GET request returns the SZL/TJS 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=SZL¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TJS").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/TJS API questions
How do I get the SZL/TJS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/TJS rate in rates.TJS.
How far back does SZL/TJS historical data go?
Daily SZL/TJS 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 SZL/TJS 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.