Skip to content

SZL to TJS exchange rate API

Lilangeni to Somoni · quoted 2026-09-26

0.56511

▲ +1.37% over YTD

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 year to date, SZL/TJS traded between 0.55015 and 0.59300, averaged 0.57134 and rose 1.37%. 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 YTD

SZL/TJS over YTD: show the values
PointSZL/TJS
2025-12-310.55748
2026-01-070.56581
2026-01-140.57066
2026-01-210.56888
2026-01-280.58460
2026-02-040.58434
2026-02-110.59053
2026-02-180.58978
2026-02-250.59300
2026-03-040.57778
2026-03-110.58894
2026-03-180.57334
2026-03-250.56522
2026-04-010.56811
2026-04-080.57181
2026-04-150.57848
2026-04-220.57349
2026-04-290.56665
2026-05-060.55882
2026-05-140.56862
2026-05-210.56338
2026-05-290.56703
2026-06-050.57000
2026-06-140.57219
2026-06-210.56608
2026-06-280.56233
2026-07-050.57196
2026-07-120.56668
2026-07-190.56047
2026-07-260.55015
2026-08-020.55877
2026-08-090.57306
2026-08-160.57196
2026-08-240.57700
2026-08-310.57328
2026-09-070.57701
2026-09-140.57081
2026-09-210.56866

High

0.59300

Low

0.55015

Average

0.57134

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.