Skip to content

SZL to BYN exchange rate API

Lilangeni to Belarussian Ruble · quoted 2026-09-26

0.18507

▲ +5.03% over YTD

1 SZL = 0.18507 BYN · 1 BYN = 5.4033 SZL · Get this rate via the API

1 SZL buys 0.18507 BYN as of 2026-09-26, so 1 BYN buys 5.4033 SZL. Over the year to date, SZL/BYN traded between 0.16608 and 0.19264, averaged 0.17760 and rose 5.03%. The API holds daily SZL/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/BYN over YTD

SZL/BYN over YTD: show the values
PointSZL/BYN
2025-12-310.17621
2026-01-070.17981
2026-01-140.17775
2026-01-210.17548
2026-01-280.17850
2026-02-040.17968
2026-02-110.18111
2026-02-180.17824
2026-02-250.17960
2026-03-040.17595
2026-03-110.18102
2026-03-180.18146
2026-03-250.17491
2026-04-010.17608
2026-04-080.17753
2026-04-150.17420
2026-04-220.17253
2026-04-290.17046
2026-05-060.16917
2026-05-140.17020
2026-05-210.16608
2026-05-290.16863
2026-06-050.17257
2026-06-140.16988
2026-06-210.16878
2026-06-280.17627
2026-07-050.17888
2026-07-120.17523
2026-07-190.17516
2026-07-260.17048
2026-08-020.17534
2026-08-090.18395
2026-08-160.18774
2026-08-240.18781
2026-08-310.18860
2026-09-070.19264
2026-09-140.18764
2026-09-210.18595

High

0.19264

Low

0.16608

Average

0.17760

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/BYN API questions

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

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

How far back does SZL/BYN historical data go?

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