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: show the values
| Point | SZL/BGN |
|---|---|
| 2025-09-26 | 0.09594 |
| 2025-10-03 | 0.09627 |
| 2025-10-10 | 0.09826 |
| 2025-10-17 | 0.09645 |
| 2025-10-24 | 0.09717 |
| 2025-10-31 | 0.09800 |
| 2025-11-07 | 0.09733 |
| 2025-11-14 | 0.09862 |
| 2025-11-21 | 0.09854 |
| 2025-11-28 | 0.09859 |
| 2025-12-05 | 0.09888 |
| 2025-12-13 | 0.09876 |
| 2025-12-20 | 0.09958 |
| 2025-12-27 | 0.09966 |
| 2026-01-03 | 0.10112 |
| 2026-01-10 | 0.10191 |
| 2026-01-17 | 0.10280 |
| 2026-01-24 | 0.10253 |
| 2026-01-31 | 0.10216 |
| 2026-02-07 | 0.10331 |
| 2026-02-14 | 0.10332 |
| 2026-02-21 | 0.10349 |
| 2026-02-28 | 0.10401 |
| 2026-03-07 | 0.10173 |
| 2026-03-14 | 0.10082 |
| 2026-03-21 | 0.09857 |
| 2026-03-28 | 0.09961 |
| 2026-04-04 | 0.10007 |
| 2026-04-15 | 0.10184 |
| 2026-04-22 | 0.10178 |
| 2026-04-29 | 0.10079 |
| 2026-05-06 | 0.09990 |
| 2026-05-14 | 0.10167 |
| 2026-05-21 | 0.10199 |
| 2026-05-29 | 0.10347 |
| 2026-06-05 | 0.10311 |
| 2026-06-14 | 0.10376 |
| 2026-06-21 | 0.10362 |
| 2026-06-28 | 0.10424 |
| 2026-07-05 | 0.10534 |
| 2026-07-12 | 0.10489 |
| 2026-07-19 | 0.10362 |
| 2026-07-26 | 0.10215 |
| 2026-08-02 | 0.10249 |
| 2026-08-09 | 0.10482 |
| 2026-08-16 | 0.10449 |
| 2026-08-24 | 0.10460 |
| 2026-08-31 | 0.10433 |
| 2026-09-07 | 0.10539 |
| 2026-09-14 | 0.10441 |
| 2026-09-21 | 0.10502 |
High
0.10539
Low
0.09594
Average
0.10155
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.