Skip to content

SZL to BZD exchange rate API

Lilangeni to Belize Dollar · quoted 2026-09-27

0.12351

▲ +6.72% over 1Y

1 SZL = 0.12351 BZD · 1 BZD = 8.0963 SZL · Get this rate via the API

1 SZL buys 0.12351 BZD as of 2026-09-27, so 1 BZD buys 8.0963 SZL. Over the last year, SZL/BZD traded between 0.11515 and 0.12656, averaged 0.12139 and rose 6.72%. The API holds daily SZL/BZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/BZD over 1Y

SZL/BZD over 1Y: show the values
PointSZL/BZD
2025-09-270.11573
2025-10-040.11694
2025-10-110.11515
2025-10-180.11591
2025-10-250.11620
2025-11-010.11611
2025-11-080.11644
2025-11-150.11790
2025-11-220.11594
2025-11-290.11773
2025-12-060.11899
2025-12-140.11940
2025-12-210.11997
2025-12-280.12083
2026-01-040.12206
2026-01-110.12187
2026-01-180.12256
2026-01-250.12492
2026-02-010.12457
2026-02-080.12568
2026-02-150.12618
2026-02-220.12552
2026-03-010.12656
2026-03-080.12158
2026-03-150.11923
2026-03-220.11837
2026-03-290.11778
2026-04-050.11859
2026-04-120.12255
2026-04-190.12274
2026-04-260.12100
2026-05-030.12074
2026-05-100.12267
2026-05-180.12139
2026-05-260.12316
2026-06-020.12368
2026-06-110.12178
2026-06-180.12340
2026-06-250.12161
2026-07-020.12266
2026-07-090.12272
2026-07-160.12258
2026-07-230.12304
2026-07-300.12064
2026-08-060.12331
2026-08-130.12474
2026-08-210.12507
2026-08-280.12576
2026-09-040.12580
2026-09-110.12463
2026-09-180.12326
2026-09-250.12257

High

0.12656

Low

0.11515

Average

0.12139

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=BZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/BZD API questions

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

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

How far back does SZL/BZD historical data go?

Daily SZL/BZD 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/BZD 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.