Skip to content

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

BHD/SZL over YTD: show the values
PointBHD/SZL
2025-12-3143.9170
2026-01-0743.2742
2026-01-1443.3092
2026-01-2143.3945
2026-01-2842.0853
2026-02-0442.1887
2026-02-1142.0738
2026-02-1842.3809
2026-02-2542.1839
2026-03-0443.6899
2026-03-1142.9604
2026-03-1843.9747
2026-03-2544.5775
2026-04-0144.1666
2026-04-0843.4313
2026-04-1543.3003
2026-04-2243.3426
2026-04-2943.7382
2026-05-0644.0991
2026-05-1443.4261
2026-05-2143.6474
2026-05-2942.9553
2026-06-0543.2032
2026-06-1443.1643
2026-06-2143.5952
2026-06-2843.6672
2026-07-0543.0132
2026-07-1243.2874
2026-07-1943.7425
2026-07-2644.6575
2026-08-0243.8906
2026-08-0942.8163
2026-08-1642.8863
2026-08-2442.3633
2026-08-3142.7905
2026-09-0742.2933
2026-09-1442.8467
2026-09-2142.9359

High

44.6575

Low

42.0738

Average

43.2474

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&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=BHD&currencies=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&currencies=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.