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: show the values
| Point | BSD/ILS |
|---|---|
| 2025-09-26 | 3.3663 |
| 2025-10-03 | 3.3090 |
| 2025-10-10 | 3.2574 |
| 2025-10-17 | 3.3062 |
| 2025-10-24 | 3.2893 |
| 2025-10-31 | 3.2494 |
| 2025-11-07 | 3.2626 |
| 2025-11-14 | 3.2382 |
| 2025-11-21 | 3.2826 |
| 2025-11-28 | 3.2600 |
| 2025-12-05 | 3.2316 |
| 2025-12-13 | 3.2195 |
| 2025-12-20 | 3.2067 |
| 2025-12-27 | 3.1931 |
| 2026-01-03 | 3.1856 |
| 2026-01-10 | 3.1491 |
| 2026-01-17 | 3.1442 |
| 2026-01-24 | 3.1361 |
| 2026-01-31 | 3.1097 |
| 2026-02-07 | 3.1205 |
| 2026-02-14 | 3.0897 |
| 2026-02-21 | 3.1182 |
| 2026-02-28 | 3.1354 |
| 2026-03-07 | 3.0928 |
| 2026-03-14 | 3.1457 |
| 2026-03-21 | 3.1089 |
| 2026-03-28 | 3.1373 |
| 2026-04-04 | 3.1299 |
| 2026-04-11 | 3.0353 |
| 2026-04-18 | 2.9598 |
| 2026-04-25 | 2.9910 |
| 2026-05-02 | 2.9432 |
| 2026-05-09 | 2.9017 |
| 2026-05-17 | 2.9215 |
| 2026-05-25 | 2.8898 |
| 2026-06-01 | 2.8155 |
| 2026-06-10 | 2.9784 |
| 2026-06-17 | 2.9207 |
| 2026-06-24 | 2.9847 |
| 2026-07-01 | 2.9781 |
| 2026-07-08 | 3.0428 |
| 2026-07-15 | 3.0007 |
| 2026-07-22 | 3.0636 |
| 2026-07-29 | 3.0622 |
| 2026-08-05 | 3.0009 |
| 2026-08-12 | 2.9895 |
| 2026-08-20 | 2.9920 |
| 2026-08-27 | 2.9742 |
| 2026-09-03 | 3.0193 |
| 2026-09-10 | 3.0301 |
| 2026-09-17 | 3.0333 |
| 2026-09-24 | 3.0482 |
High
3.3663
Low
2.8155
Average
3.0962
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.