Skip to content

SZL to BDT exchange rate API

Lilangeni to Taka · quoted 2026-09-26

7.5403

▲ +8.08% over 1Y

1 SZL = 7.5403 BDT · 1 BDT = 0.13262 SZL · Get this rate via the API

1 SZL buys 7.5403 BDT as of 2026-09-26, so 1 BDT buys 0.13262 SZL. Over the last year, SZL/BDT traded between 6.9765 and 7.7102, averaged 7.3962 and rose 8.08%. The API holds daily SZL/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/BDT over 1Y

SZL/BDT over 1Y: show the values
PointSZL/BDT
2025-09-266.9765
2025-10-037.0277
2025-10-107.0872
2025-10-177.0096
2025-10-247.0605
2025-10-317.0753
2025-11-077.0201
2025-11-147.1753
2025-11-217.1156
2025-11-287.1261
2025-12-057.2024
2025-12-137.2433
2025-12-207.2935
2025-12-277.3323
2026-01-037.4152
2026-01-107.4123
2026-01-177.4567
2026-01-247.5846
2026-01-317.5941
2026-02-077.6282
2026-02-147.6639
2026-02-217.6286
2026-02-287.6807
2026-03-077.3904
2026-03-147.2491
2026-03-217.1671
2026-03-287.1509
2026-04-047.2438
2026-04-117.4726
2026-04-187.5260
2026-04-257.3924
2026-05-027.3663
2026-05-097.4946
2026-05-177.3578
2026-05-257.5035
2026-06-017.5604
2026-06-107.4230
2026-06-177.5840
2026-06-247.4170
2026-07-017.4962
2026-07-087.5880
2026-07-157.5304
2026-07-227.5056
2026-07-297.3749
2026-08-057.5662
2026-08-127.6123
2026-08-207.5724
2026-08-277.7102
2026-09-037.6508
2026-09-107.6826
2026-09-177.5410
2026-09-247.5174

High

7.7102

Low

6.9765

Average

7.3962

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/BDT API questions

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

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

How far back does SZL/BDT historical data go?

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