Skip to content

SBD to SZL exchange rate API

Solomon Islands Dollar to Lilangeni · quoted 2026-09-26

2.0295

▼ +0.54% over YTD

1 SBD = 2.0295 SZL · 1 SZL = 0.49274 SBD · Get this rate via the API

1 SBD buys 2.0295 SZL as of 2026-09-26, so 1 SZL buys 0.49274 SBD. Over the year to date, SBD/SZL traded between 1.9622 and 2.1163, averaged 2.0313 and fell 0.54%. The API holds daily SBD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/SZL over YTD

SBD/SZL over YTD: show the values
PointSBD/SZL
2025-12-312.0405
2026-01-072.0128
2026-01-142.0158
2026-01-212.0239
2026-01-281.9622
2026-02-041.9705
2026-02-111.9667
2026-02-181.9838
2026-02-251.9760
2026-03-042.0451
2026-03-112.0316
2026-03-182.0836
2026-03-252.1163
2026-04-012.1089
2026-04-082.0429
2026-04-152.0332
2026-04-222.0473
2026-04-292.0742
2026-05-062.0848
2026-05-142.0588
2026-05-212.0662
2026-05-292.0382
2026-06-052.0394
2026-06-142.0191
2026-06-212.0384
2026-06-282.0366
2026-07-052.0018
2026-07-122.0197
2026-07-192.0417
2026-07-262.0843
2026-08-022.0473
2026-08-092.0019
2026-08-162.0122
2026-08-241.9997
2026-08-312.0159
2026-09-071.9975
2026-09-142.0227
2026-09-212.0295

High

2.1163

Low

1.9622

Average

2.0313

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SBD/SZL API questions

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

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

How far back does SBD/SZL historical data go?

Daily SBD/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 SBD/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.