Skip to content

SZL to TRY exchange rate API

Lilangeni to Turkish Lira · quoted 2026-09-26

2.9981

▲ +25.97% over 1Y

1 SZL = 2.9981 TRY · 1 TRY = 0.33355 SZL · Get this rate via the API

1 SZL buys 2.9981 TRY as of 2026-09-26, so 1 TRY buys 0.33355 SZL. Over the last year, SZL/TRY traded between 2.3801 and 3.0233, averaged 2.7052 and rose 25.97%. The API holds daily SZL/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/TRY over 1Y

SZL/TRY over 1Y: show the values
PointSZL/TRY
2025-09-262.3801
2025-10-032.4076
2025-10-102.4309
2025-10-172.4165
2025-10-242.4218
2025-10-312.4343
2025-11-072.4286
2025-11-142.4863
2025-11-212.4636
2025-11-282.4777
2025-12-052.5030
2025-12-132.5304
2025-12-202.5500
2025-12-272.5717
2026-01-032.6097
2026-01-102.6111
2026-01-172.6374
2026-01-242.6882
2026-01-312.6906
2026-02-072.7205
2026-02-142.7376
2026-02-212.7327
2026-02-282.7576
2026-03-072.6623
2026-03-142.6087
2026-03-212.5872
2026-03-282.5893
2026-04-042.6269
2026-04-112.7177
2026-04-182.7453
2026-04-252.7126
2026-05-022.7111
2026-05-092.7702
2026-05-172.7292
2026-05-252.7975
2026-06-012.8274
2026-06-102.7886
2026-06-172.8617
2026-06-242.8035
2026-07-012.8411
2026-07-082.8821
2026-07-152.8771
2026-07-222.8705
2026-07-292.8340
2026-08-052.9097
2026-08-122.9487
2026-08-202.9783
2026-08-273.0137
2026-09-033.0113
2026-09-103.0233
2026-09-172.9784
2026-09-242.9825

High

3.0233

Low

2.3801

Average

2.7052

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/TRY API questions

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

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

How far back does SZL/TRY historical data go?

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