Skip to content

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

BZD/SZL over 1Y: show the values
PointBZD/SZL
2025-09-278.6407
2025-10-048.5515
2025-10-118.6842
2025-10-188.6275
2025-10-258.6060
2025-11-018.6122
2025-11-088.5883
2025-11-158.4819
2025-11-228.6252
2025-11-298.4941
2025-12-068.4039
2025-12-148.3752
2025-12-218.3353
2025-12-288.2759
2026-01-048.1927
2026-01-118.2057
2026-01-188.1592
2026-01-258.0049
2026-02-018.0274
2026-02-087.9569
2026-02-157.9251
2026-02-227.9667
2026-03-017.9011
2026-03-088.2253
2026-03-158.3874
2026-03-228.4478
2026-03-298.4906
2026-04-058.4324
2026-04-128.1598
2026-04-198.1472
2026-04-268.2645
2026-05-038.2820
2026-05-108.1517
2026-05-188.2377
2026-05-268.1196
2026-06-028.0854
2026-06-118.2114
2026-06-188.1038
2026-06-258.2228
2026-07-028.1524
2026-07-098.1484
2026-07-168.1579
2026-07-238.1274
2026-07-308.2890
2026-08-068.1093
2026-08-138.0165
2026-08-217.9954
2026-08-287.9516
2026-09-047.9490
2026-09-118.0239
2026-09-188.1130
2026-09-258.1585

High

8.6842

Low

7.9011

Average

8.2434

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD&currencies=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD&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=BZD&currencies=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&currencies=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.