Skip to content

BGN to SZL exchange rate API

Bulgarian Lev to Lilangeni · quoted 2026-09-26

9.4997

▼ +8.86% over 1Y

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

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

BGN/SZL over 1Y

BGN/SZL over 1Y: show the values
PointBGN/SZL
2025-09-2610.4234
2025-10-0310.3875
2025-10-1010.1766
2025-10-1710.3679
2025-10-2410.2911
2025-10-3110.2044
2025-11-0710.2739
2025-11-1410.1397
2025-11-2110.1481
2025-11-2810.1430
2025-12-0510.1129
2025-12-1310.1258
2025-12-2010.0419
2025-12-2710.0342
2026-01-039.8891
2026-01-109.8127
2026-01-179.7275
2026-01-249.7532
2026-01-319.7882
2026-02-079.6796
2026-02-149.6790
2026-02-219.6631
2026-02-289.6148
2026-03-079.8298
2026-03-149.9182
2026-03-2110.1451
2026-03-2810.0394
2026-04-049.9926
2026-04-159.8189
2026-04-229.8247
2026-04-299.9216
2026-05-0610.0094
2026-05-149.8355
2026-05-219.8052
2026-05-299.6642
2026-06-059.6982
2026-06-149.6378
2026-06-219.6510
2026-06-289.5933
2026-07-059.4927
2026-07-129.5334
2026-07-199.6509
2026-07-269.7894
2026-08-029.7569
2026-08-099.5403
2026-08-169.5706
2026-08-249.5599
2026-08-319.5846
2026-09-079.4890
2026-09-149.5779
2026-09-219.5216

High

10.4234

Low

9.4890

Average

9.8544

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BGN/SZL API questions

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

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

How far back does BGN/SZL historical data go?

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