Skip to content

BSD to ILS exchange rate API

Bahamian Dollar to New Israeli Sheqel · quoted 2026-09-26

3.0463

▼ +9.51% over 1Y

1 BSD = 3.0463 ILS · 1 ILS = 0.32827 BSD · Get this rate via the API

1 BSD buys 3.0463 ILS as of 2026-09-26, so 1 ILS buys 0.32827 BSD. Over the last year, BSD/ILS traded between 2.8155 and 3.3663, averaged 3.0962 and fell 9.51%. The API holds daily BSD/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/ILS over 1Y

BSD/ILS over 1Y: show the values
PointBSD/ILS
2025-09-263.3663
2025-10-033.3090
2025-10-103.2574
2025-10-173.3062
2025-10-243.2893
2025-10-313.2494
2025-11-073.2626
2025-11-143.2382
2025-11-213.2826
2025-11-283.2600
2025-12-053.2316
2025-12-133.2195
2025-12-203.2067
2025-12-273.1931
2026-01-033.1856
2026-01-103.1491
2026-01-173.1442
2026-01-243.1361
2026-01-313.1097
2026-02-073.1205
2026-02-143.0897
2026-02-213.1182
2026-02-283.1354
2026-03-073.0928
2026-03-143.1457
2026-03-213.1089
2026-03-283.1373
2026-04-043.1299
2026-04-113.0353
2026-04-182.9598
2026-04-252.9910
2026-05-022.9432
2026-05-092.9017
2026-05-172.9215
2026-05-252.8898
2026-06-012.8155
2026-06-102.9784
2026-06-172.9207
2026-06-242.9847
2026-07-012.9781
2026-07-083.0428
2026-07-153.0007
2026-07-223.0636
2026-07-293.0622
2026-08-053.0009
2026-08-122.9895
2026-08-202.9920
2026-08-272.9742
2026-09-033.0193
2026-09-103.0301
2026-09-173.0333
2026-09-243.0482

High

3.3663

Low

2.8155

Average

3.0962

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=ILS").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/ILS API questions

How do I get the BSD/ILS exchange rate from an API?

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

How far back does BSD/ILS historical data go?

Daily BSD/ILS 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 BSD/ILS 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.