Skip to content

SZL to TZS exchange rate API

Lilangeni to Tanzanian Shilling · quoted 2026-09-26

162.2998

▲ +20.20% over 1Y

1 SZL = 162.2998 TZS · 1 TZS = 0.006161 SZL · Get this rate via the API

1 SZL buys 162.2998 TZS as of 2026-09-26, so 1 TZS buys 0.006161 SZL. Over the last year, SZL/TZS traded between 135.0285 and 165.3492, averaged 154.4222 and rose 20.20%. The API holds daily SZL/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/TZS over 1Y

SZL/TZS over 1Y: show the values
PointSZL/TZS
2025-09-26135.0285
2025-10-03138.2221
2025-10-10141.6016
2025-10-17140.4534
2025-10-24142.2094
2025-10-31141.8387
2025-11-07140.9766
2025-11-14142.6454
2025-11-21141.1259
2025-11-28142.7609
2025-12-05142.6894
2025-12-13145.9229
2025-12-20148.4368
2025-12-27148.3941
2026-01-03149.7825
2026-01-10151.5528
2026-01-17153.1244
2026-01-24157.2740
2026-01-31159.2272
2026-02-07160.7267
2026-02-14163.1157
2026-02-21160.9438
2026-02-28160.7693
2026-03-07156.0899
2026-03-14153.5701
2026-03-21151.1262
2026-03-28150.1417
2026-04-04153.1644
2026-04-11158.5029
2026-04-18158.8570
2026-04-25156.5723
2026-05-02156.3591
2026-05-09158.7254
2026-05-17155.4863
2026-05-25160.1960
2026-06-01160.4922
2026-06-10158.0919
2026-06-17161.9924
2026-06-24158.0915
2026-07-01159.5986
2026-07-08161.4570
2026-07-15160.9299
2026-07-22160.0123
2026-07-29157.6587
2026-08-05161.4722
2026-08-12163.0401
2026-08-20164.3174
2026-08-27165.3492
2026-09-03164.6877
2026-09-10164.5318
2026-09-17161.5054
2026-09-24161.2326

High

165.3492

Low

135.0285

Average

154.4222

For developers

Get this rate via the API

One GET request returns the SZL/TZS 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=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TZS");
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=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/TZS API questions

How do I get the SZL/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/TZS rate in rates.TZS.

How far back does SZL/TZS historical data go?

Daily SZL/TZS 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/TZS 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.