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: show the values
| Point | SZL/BDT |
|---|---|
| 2025-09-26 | 6.9765 |
| 2025-10-03 | 7.0277 |
| 2025-10-10 | 7.0872 |
| 2025-10-17 | 7.0096 |
| 2025-10-24 | 7.0605 |
| 2025-10-31 | 7.0753 |
| 2025-11-07 | 7.0201 |
| 2025-11-14 | 7.1753 |
| 2025-11-21 | 7.1156 |
| 2025-11-28 | 7.1261 |
| 2025-12-05 | 7.2024 |
| 2025-12-13 | 7.2433 |
| 2025-12-20 | 7.2935 |
| 2025-12-27 | 7.3323 |
| 2026-01-03 | 7.4152 |
| 2026-01-10 | 7.4123 |
| 2026-01-17 | 7.4567 |
| 2026-01-24 | 7.5846 |
| 2026-01-31 | 7.5941 |
| 2026-02-07 | 7.6282 |
| 2026-02-14 | 7.6639 |
| 2026-02-21 | 7.6286 |
| 2026-02-28 | 7.6807 |
| 2026-03-07 | 7.3904 |
| 2026-03-14 | 7.2491 |
| 2026-03-21 | 7.1671 |
| 2026-03-28 | 7.1509 |
| 2026-04-04 | 7.2438 |
| 2026-04-11 | 7.4726 |
| 2026-04-18 | 7.5260 |
| 2026-04-25 | 7.3924 |
| 2026-05-02 | 7.3663 |
| 2026-05-09 | 7.4946 |
| 2026-05-17 | 7.3578 |
| 2026-05-25 | 7.5035 |
| 2026-06-01 | 7.5604 |
| 2026-06-10 | 7.4230 |
| 2026-06-17 | 7.5840 |
| 2026-06-24 | 7.4170 |
| 2026-07-01 | 7.4962 |
| 2026-07-08 | 7.5880 |
| 2026-07-15 | 7.5304 |
| 2026-07-22 | 7.5056 |
| 2026-07-29 | 7.3749 |
| 2026-08-05 | 7.5662 |
| 2026-08-12 | 7.6123 |
| 2026-08-20 | 7.5724 |
| 2026-08-27 | 7.7102 |
| 2026-09-03 | 7.6508 |
| 2026-09-10 | 7.6826 |
| 2026-09-17 | 7.5410 |
| 2026-09-24 | 7.5174 |
High
7.7102
Low
6.9765
Average
7.3962
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.