Skip to content

BYN to SZL exchange rate API

Belarussian Ruble to Lilangeni · quoted 2026-09-26

5.4033

▲ +4.91% over 1Y

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

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

BYN/SZL over 1Y

BYN/SZL over 1Y: show the values
PointBYN/SZL
2025-09-265.1503
2025-10-035.1035
2025-10-105.0545
2025-10-175.1002
2025-10-245.0893
2025-10-315.0696
2025-11-075.1021
2025-11-144.9920
2025-11-215.0442
2025-11-285.4235
2025-12-055.8924
2025-12-135.7297
2025-12-205.7131
2025-12-275.7176
2026-01-035.6184
2026-01-105.6365
2026-01-175.6977
2026-01-245.7112
2026-01-315.6739
2026-02-075.5913
2026-02-145.5793
2026-02-215.6079
2026-02-285.5032
2026-03-075.6100
2026-03-145.7324
2026-03-215.6773
2026-03-285.7643
2026-04-045.7536
2026-04-115.7282
2026-04-185.7514
2026-04-255.8676
2026-05-025.9026
2026-05-095.7930
2026-05-175.9985
2026-05-255.9530
2026-06-015.8992
2026-06-105.9874
2026-06-175.8446
2026-06-245.8834
2026-07-015.6272
2026-07-085.6685
2026-07-155.6939
2026-07-225.6886
2026-07-295.7908
2026-08-055.5507
2026-08-125.4434
2026-08-205.3093
2026-08-275.2936
2026-09-035.1958
2026-09-105.2578
2026-09-175.3660
2026-09-245.3877

High

5.9985

Low

4.9920

Average

5.5590

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BYN/SZL API questions

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

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

How far back does BYN/SZL historical data go?

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