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: show the values
| Point | SZL/TRY |
|---|---|
| 2025-09-26 | 2.3801 |
| 2025-10-03 | 2.4076 |
| 2025-10-10 | 2.4309 |
| 2025-10-17 | 2.4165 |
| 2025-10-24 | 2.4218 |
| 2025-10-31 | 2.4343 |
| 2025-11-07 | 2.4286 |
| 2025-11-14 | 2.4863 |
| 2025-11-21 | 2.4636 |
| 2025-11-28 | 2.4777 |
| 2025-12-05 | 2.5030 |
| 2025-12-13 | 2.5304 |
| 2025-12-20 | 2.5500 |
| 2025-12-27 | 2.5717 |
| 2026-01-03 | 2.6097 |
| 2026-01-10 | 2.6111 |
| 2026-01-17 | 2.6374 |
| 2026-01-24 | 2.6882 |
| 2026-01-31 | 2.6906 |
| 2026-02-07 | 2.7205 |
| 2026-02-14 | 2.7376 |
| 2026-02-21 | 2.7327 |
| 2026-02-28 | 2.7576 |
| 2026-03-07 | 2.6623 |
| 2026-03-14 | 2.6087 |
| 2026-03-21 | 2.5872 |
| 2026-03-28 | 2.5893 |
| 2026-04-04 | 2.6269 |
| 2026-04-11 | 2.7177 |
| 2026-04-18 | 2.7453 |
| 2026-04-25 | 2.7126 |
| 2026-05-02 | 2.7111 |
| 2026-05-09 | 2.7702 |
| 2026-05-17 | 2.7292 |
| 2026-05-25 | 2.7975 |
| 2026-06-01 | 2.8274 |
| 2026-06-10 | 2.7886 |
| 2026-06-17 | 2.8617 |
| 2026-06-24 | 2.8035 |
| 2026-07-01 | 2.8411 |
| 2026-07-08 | 2.8821 |
| 2026-07-15 | 2.8771 |
| 2026-07-22 | 2.8705 |
| 2026-07-29 | 2.8340 |
| 2026-08-05 | 2.9097 |
| 2026-08-12 | 2.9487 |
| 2026-08-20 | 2.9783 |
| 2026-08-27 | 3.0137 |
| 2026-09-03 | 3.0113 |
| 2026-09-10 | 3.0233 |
| 2026-09-17 | 2.9784 |
| 2026-09-24 | 2.9825 |
High
3.0233
Low
2.3801
Average
2.7052
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.