Skip to content

SZL to BYN exchange rate API

Lilangeni to Belarussian Ruble · quoted 2026-09-26

0.18507

▼ +2.03% over 30D

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 last 30 days, SZL/BYN traded between 0.18466 and 0.19309, averaged 0.18844 and fell 2.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 30D

SZL/BYN over 30D: show the values
PointSZL/BYN
2026-08-270.18890
2026-08-280.18843
2026-08-290.18672
2026-08-300.18760
2026-08-310.18860
2026-09-010.19109
2026-09-020.19138
2026-09-030.19246
2026-09-040.19277
2026-09-050.19309
2026-09-060.19298
2026-09-070.19264
2026-09-080.19239
2026-09-090.19178
2026-09-100.19019
2026-09-110.18729
2026-09-120.18821
2026-09-130.18819
2026-09-140.18764
2026-09-150.18665
2026-09-160.18701
2026-09-170.18636
2026-09-180.18587
2026-09-190.18618
2026-09-200.18562
2026-09-210.18595
2026-09-220.18606
2026-09-230.18744
2026-09-240.18561
2026-09-250.18466
2026-09-260.18507

High

0.19309

Low

0.18466

Average

0.18844

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.