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: show the values
| Point | SZL/TZS |
|---|---|
| 2025-09-26 | 135.0285 |
| 2025-10-03 | 138.2221 |
| 2025-10-10 | 141.6016 |
| 2025-10-17 | 140.4534 |
| 2025-10-24 | 142.2094 |
| 2025-10-31 | 141.8387 |
| 2025-11-07 | 140.9766 |
| 2025-11-14 | 142.6454 |
| 2025-11-21 | 141.1259 |
| 2025-11-28 | 142.7609 |
| 2025-12-05 | 142.6894 |
| 2025-12-13 | 145.9229 |
| 2025-12-20 | 148.4368 |
| 2025-12-27 | 148.3941 |
| 2026-01-03 | 149.7825 |
| 2026-01-10 | 151.5528 |
| 2026-01-17 | 153.1244 |
| 2026-01-24 | 157.2740 |
| 2026-01-31 | 159.2272 |
| 2026-02-07 | 160.7267 |
| 2026-02-14 | 163.1157 |
| 2026-02-21 | 160.9438 |
| 2026-02-28 | 160.7693 |
| 2026-03-07 | 156.0899 |
| 2026-03-14 | 153.5701 |
| 2026-03-21 | 151.1262 |
| 2026-03-28 | 150.1417 |
| 2026-04-04 | 153.1644 |
| 2026-04-11 | 158.5029 |
| 2026-04-18 | 158.8570 |
| 2026-04-25 | 156.5723 |
| 2026-05-02 | 156.3591 |
| 2026-05-09 | 158.7254 |
| 2026-05-17 | 155.4863 |
| 2026-05-25 | 160.1960 |
| 2026-06-01 | 160.4922 |
| 2026-06-10 | 158.0919 |
| 2026-06-17 | 161.9924 |
| 2026-06-24 | 158.0915 |
| 2026-07-01 | 159.5986 |
| 2026-07-08 | 161.4570 |
| 2026-07-15 | 160.9299 |
| 2026-07-22 | 160.0123 |
| 2026-07-29 | 157.6587 |
| 2026-08-05 | 161.4722 |
| 2026-08-12 | 163.0401 |
| 2026-08-20 | 164.3174 |
| 2026-08-27 | 165.3492 |
| 2026-09-03 | 164.6877 |
| 2026-09-10 | 164.5318 |
| 2026-09-17 | 161.5054 |
| 2026-09-24 | 161.2326 |
High
165.3492
Low
135.0285
Average
154.4222
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.