Skip to content

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

SZL/TJS over 1Y: show the values
PointSZL/TJS
2025-09-260.53672
2025-10-030.53872
2025-10-100.54161
2025-10-170.52959
2025-10-240.53420
2025-10-310.53330
2025-11-070.53088
2025-11-140.54211
2025-11-210.53806
2025-11-280.53843
2025-12-050.54164
2025-12-130.54756
2025-12-200.54810
2025-12-270.55530
2026-01-030.55988
2026-01-100.56298
2026-01-170.56798
2026-01-240.57945
2026-01-310.58273
2026-02-070.58451
2026-02-140.59133
2026-02-210.59083
2026-02-280.59706
2026-03-070.57918
2026-03-140.56634
2026-03-210.55965
2026-03-280.55687
2026-04-040.56295
2026-04-110.57806
2026-04-180.57724
2026-04-250.56552
2026-05-020.56312
2026-05-090.56991
2026-05-170.56000
2026-05-250.56648
2026-06-010.56914
2026-06-100.56508
2026-06-170.57285
2026-06-240.55971
2026-07-010.56283
2026-07-080.57038
2026-07-150.56367
2026-07-220.56204
2026-07-290.55096
2026-08-050.56362
2026-08-120.56900
2026-08-200.56969
2026-08-270.57809
2026-09-030.57518
2026-09-100.57583
2026-09-170.56673
2026-09-240.56520

High

0.59706

Low

0.52959

Average

0.56195

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TJS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TJS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.