BHD to SZL exchange rate API
Bahraini Dinar to Lilangeni · quoted 2026-09-26
43.3791
▼ +1.22% over YTD
1 BHD = 43.3791 SZL · 1 SZL = 0.02305 BHD · Get this rate via the API
1 BHD buys 43.3791 SZL as of 2026-09-26, so 1 SZL buys 0.02305 BHD. Over the year to date, BHD/SZL traded between 42.0738 and 44.6575, averaged 43.2474 and fell 1.22%. The API holds daily BHD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BHD/SZL over YTD: show the values
| Point | BHD/SZL |
|---|---|
| 2025-12-31 | 43.9170 |
| 2026-01-07 | 43.2742 |
| 2026-01-14 | 43.3092 |
| 2026-01-21 | 43.3945 |
| 2026-01-28 | 42.0853 |
| 2026-02-04 | 42.1887 |
| 2026-02-11 | 42.0738 |
| 2026-02-18 | 42.3809 |
| 2026-02-25 | 42.1839 |
| 2026-03-04 | 43.6899 |
| 2026-03-11 | 42.9604 |
| 2026-03-18 | 43.9747 |
| 2026-03-25 | 44.5775 |
| 2026-04-01 | 44.1666 |
| 2026-04-08 | 43.4313 |
| 2026-04-15 | 43.3003 |
| 2026-04-22 | 43.3426 |
| 2026-04-29 | 43.7382 |
| 2026-05-06 | 44.0991 |
| 2026-05-14 | 43.4261 |
| 2026-05-21 | 43.6474 |
| 2026-05-29 | 42.9553 |
| 2026-06-05 | 43.2032 |
| 2026-06-14 | 43.1643 |
| 2026-06-21 | 43.5952 |
| 2026-06-28 | 43.6672 |
| 2026-07-05 | 43.0132 |
| 2026-07-12 | 43.2874 |
| 2026-07-19 | 43.7425 |
| 2026-07-26 | 44.6575 |
| 2026-08-02 | 43.8906 |
| 2026-08-09 | 42.8163 |
| 2026-08-16 | 42.8863 |
| 2026-08-24 | 42.3633 |
| 2026-08-31 | 42.7905 |
| 2026-09-07 | 42.2933 |
| 2026-09-14 | 42.8467 |
| 2026-09-21 | 42.9359 |
High
44.6575
Low
42.0738
Average
43.2474
Get this rate via the API
One GET request returns the BHD/SZL 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=BHD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
BHD/SZL API questions
How do I get the BHD/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/SZL rate in rates.SZL.
How far back does BHD/SZL historical data go?
Daily BHD/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 BHD/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.