BZD to SZL exchange rate API
Belize Dollar to Lilangeni · quoted 2026-09-27
8.0963
▼ +6.30% over 1Y
1 BZD = 8.0963 SZL · 1 SZL = 0.12351 BZD · Get this rate via the API
1 BZD buys 8.0963 SZL as of 2026-09-27, so 1 SZL buys 0.12351 BZD. Over the last year, BZD/SZL traded between 7.9011 and 8.6842, averaged 8.2434 and fell 6.30%. The API holds daily BZD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BZD/SZL over 1Y: show the values
| Point | BZD/SZL |
|---|---|
| 2025-09-27 | 8.6407 |
| 2025-10-04 | 8.5515 |
| 2025-10-11 | 8.6842 |
| 2025-10-18 | 8.6275 |
| 2025-10-25 | 8.6060 |
| 2025-11-01 | 8.6122 |
| 2025-11-08 | 8.5883 |
| 2025-11-15 | 8.4819 |
| 2025-11-22 | 8.6252 |
| 2025-11-29 | 8.4941 |
| 2025-12-06 | 8.4039 |
| 2025-12-14 | 8.3752 |
| 2025-12-21 | 8.3353 |
| 2025-12-28 | 8.2759 |
| 2026-01-04 | 8.1927 |
| 2026-01-11 | 8.2057 |
| 2026-01-18 | 8.1592 |
| 2026-01-25 | 8.0049 |
| 2026-02-01 | 8.0274 |
| 2026-02-08 | 7.9569 |
| 2026-02-15 | 7.9251 |
| 2026-02-22 | 7.9667 |
| 2026-03-01 | 7.9011 |
| 2026-03-08 | 8.2253 |
| 2026-03-15 | 8.3874 |
| 2026-03-22 | 8.4478 |
| 2026-03-29 | 8.4906 |
| 2026-04-05 | 8.4324 |
| 2026-04-12 | 8.1598 |
| 2026-04-19 | 8.1472 |
| 2026-04-26 | 8.2645 |
| 2026-05-03 | 8.2820 |
| 2026-05-10 | 8.1517 |
| 2026-05-18 | 8.2377 |
| 2026-05-26 | 8.1196 |
| 2026-06-02 | 8.0854 |
| 2026-06-11 | 8.2114 |
| 2026-06-18 | 8.1038 |
| 2026-06-25 | 8.2228 |
| 2026-07-02 | 8.1524 |
| 2026-07-09 | 8.1484 |
| 2026-07-16 | 8.1579 |
| 2026-07-23 | 8.1274 |
| 2026-07-30 | 8.2890 |
| 2026-08-06 | 8.1093 |
| 2026-08-13 | 8.0165 |
| 2026-08-21 | 7.9954 |
| 2026-08-28 | 7.9516 |
| 2026-09-04 | 7.9490 |
| 2026-09-11 | 8.0239 |
| 2026-09-18 | 8.1130 |
| 2026-09-25 | 8.1585 |
High
8.6842
Low
7.9011
Average
8.2434
Get this rate via the API
One GET request returns the BZD/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=BZD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
BZD/SZL API questions
How do I get the BZD/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BZD/SZL rate in rates.SZL.
How far back does BZD/SZL historical data go?
Daily BZD/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 BZD/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.