Skip to content

SZL to BWP exchange rate API

Lilangeni to Pula · quoted 2026-09-26

0.83323

▲ +7.18% over 1Y

1 SZL = 0.83323 BWP · 1 BWP = 1.2001 SZL · Get this rate via the API

1 SZL buys 0.83323 BWP as of 2026-09-26, so 1 BWP buys 1.2001 SZL. Over the last year, SZL/BWP traded between 0.77744 and 0.86968, averaged 0.81975 and rose 7.18%. The API holds daily SZL/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/BWP over 1Y

SZL/BWP over 1Y: show the values
PointSZL/BWP
2025-09-260.77744
2025-10-030.81514
2025-10-100.81651
2025-10-170.81848
2025-10-240.81167
2025-10-310.81869
2025-11-070.79466
2025-11-140.81388
2025-11-210.78905
2025-11-280.81342
2025-12-050.80658
2025-12-130.78396
2025-12-200.83832
2025-12-270.78896
2026-01-030.84821
2026-01-100.80912
2026-01-170.81429
2026-01-240.82568
2026-01-310.80671
2026-02-070.82334
2026-02-140.82656
2026-02-210.82564
2026-02-280.82579
2026-03-070.81672
2026-03-140.79809
2026-03-210.79637
2026-03-280.80347
2026-04-040.80641
2026-04-110.81648
2026-04-180.82133
2026-04-250.81489
2026-05-020.81589
2026-05-090.82009
2026-05-170.84806
2026-05-250.82463
2026-06-010.82779
2026-06-100.81890
2026-06-170.82776
2026-06-240.82084
2026-07-010.82441
2026-07-080.83258
2026-07-150.83038
2026-07-220.86968
2026-07-290.81865
2026-08-050.83037
2026-08-120.83306
2026-08-200.83542
2026-08-270.83695
2026-09-030.83610
2026-09-100.83669
2026-09-170.82884
2026-09-240.83081

High

0.86968

Low

0.77744

Average

0.81975

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/BWP API questions

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

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

How far back does SZL/BWP historical data go?

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