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: show the values
| Point | BGN/SZL |
|---|---|
| 2025-09-26 | 10.4234 |
| 2025-10-03 | 10.3875 |
| 2025-10-10 | 10.1766 |
| 2025-10-17 | 10.3679 |
| 2025-10-24 | 10.2911 |
| 2025-10-31 | 10.2044 |
| 2025-11-07 | 10.2739 |
| 2025-11-14 | 10.1397 |
| 2025-11-21 | 10.1481 |
| 2025-11-28 | 10.1430 |
| 2025-12-05 | 10.1129 |
| 2025-12-13 | 10.1258 |
| 2025-12-20 | 10.0419 |
| 2025-12-27 | 10.0342 |
| 2026-01-03 | 9.8891 |
| 2026-01-10 | 9.8127 |
| 2026-01-17 | 9.7275 |
| 2026-01-24 | 9.7532 |
| 2026-01-31 | 9.7882 |
| 2026-02-07 | 9.6796 |
| 2026-02-14 | 9.6790 |
| 2026-02-21 | 9.6631 |
| 2026-02-28 | 9.6148 |
| 2026-03-07 | 9.8298 |
| 2026-03-14 | 9.9182 |
| 2026-03-21 | 10.1451 |
| 2026-03-28 | 10.0394 |
| 2026-04-04 | 9.9926 |
| 2026-04-15 | 9.8189 |
| 2026-04-22 | 9.8247 |
| 2026-04-29 | 9.9216 |
| 2026-05-06 | 10.0094 |
| 2026-05-14 | 9.8355 |
| 2026-05-21 | 9.8052 |
| 2026-05-29 | 9.6642 |
| 2026-06-05 | 9.6982 |
| 2026-06-14 | 9.6378 |
| 2026-06-21 | 9.6510 |
| 2026-06-28 | 9.5933 |
| 2026-07-05 | 9.4927 |
| 2026-07-12 | 9.5334 |
| 2026-07-19 | 9.6509 |
| 2026-07-26 | 9.7894 |
| 2026-08-02 | 9.7569 |
| 2026-08-09 | 9.5403 |
| 2026-08-16 | 9.5706 |
| 2026-08-24 | 9.5599 |
| 2026-08-31 | 9.5846 |
| 2026-09-07 | 9.4890 |
| 2026-09-14 | 9.5779 |
| 2026-09-21 | 9.5216 |
High
10.4234
Low
9.4890
Average
9.8544
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.