Skip to content

SZL to BGN exchange rate API

Lilangeni to Bulgarian Lev · quoted 2026-09-26

0.10527

▲ +9.72% over 1Y

1 SZL = 0.10527 BGN · 1 BGN = 9.4997 SZL · Get this rate via the API

1 SZL buys 0.10527 BGN as of 2026-09-26, so 1 BGN buys 9.4997 SZL. Over the last year, SZL/BGN traded between 0.09594 and 0.10539, averaged 0.10155 and rose 9.72%. The API holds daily SZL/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/BGN over 1Y

SZL/BGN over 1Y: show the values
PointSZL/BGN
2025-09-260.09594
2025-10-030.09627
2025-10-100.09826
2025-10-170.09645
2025-10-240.09717
2025-10-310.09800
2025-11-070.09733
2025-11-140.09862
2025-11-210.09854
2025-11-280.09859
2025-12-050.09888
2025-12-130.09876
2025-12-200.09958
2025-12-270.09966
2026-01-030.10112
2026-01-100.10191
2026-01-170.10280
2026-01-240.10253
2026-01-310.10216
2026-02-070.10331
2026-02-140.10332
2026-02-210.10349
2026-02-280.10401
2026-03-070.10173
2026-03-140.10082
2026-03-210.09857
2026-03-280.09961
2026-04-040.10007
2026-04-150.10184
2026-04-220.10178
2026-04-290.10079
2026-05-060.09990
2026-05-140.10167
2026-05-210.10199
2026-05-290.10347
2026-06-050.10311
2026-06-140.10376
2026-06-210.10362
2026-06-280.10424
2026-07-050.10534
2026-07-120.10489
2026-07-190.10362
2026-07-260.10215
2026-08-020.10249
2026-08-090.10482
2026-08-160.10449
2026-08-240.10460
2026-08-310.10433
2026-09-070.10539
2026-09-140.10441
2026-09-210.10502

High

0.10539

Low

0.09594

Average

0.10155

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/BGN API questions

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

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

How far back does SZL/BGN historical data go?

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