Skip to content

BBD to ILS exchange rate API

Barbados Dollar to New Israeli Sheqel · quoted 2026-09-24

1.5248

▼ +8.94% over 1Y

1 BBD = 1.5248 ILS · 1 ILS = 0.65581 BBD · Get this rate via the API

1 BBD buys 1.5248 ILS as of 2026-09-24, so 1 ILS buys 0.65581 BBD. Over the last year, BBD/ILS traded between 1.4024 and 1.6746, averaged 1.5455 and fell 8.94%. The API holds daily BBD/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/ILS over 1Y

BBD/ILS over 1Y: show the values
PointBBD/ILS
2025-09-241.6746
2025-10-011.6566
2025-10-081.6416
2025-10-151.6452
2025-10-221.6527
2025-10-291.6205
2025-11-051.6345
2025-11-121.5985
2025-11-191.6337
2025-11-261.6408
2025-12-031.6134
2025-12-111.6062
2025-12-181.6086
2025-12-251.5934
2026-01-011.5887
2026-01-081.5847
2026-01-151.5780
2026-01-221.5699
2026-01-291.5387
2026-02-051.5576
2026-02-121.5167
2026-02-191.5693
2026-02-261.5549
2026-03-051.5367
2026-03-121.5568
2026-03-191.5666
2026-03-261.5642
2026-04-021.5767
2026-04-091.5319
2026-04-161.4898
2026-04-231.4825
2026-04-301.4656
2026-05-071.4386
2026-05-151.4441
2026-05-231.4453
2026-05-301.4024
2026-06-061.4816
2026-06-151.4556
2026-06-221.4842
2026-06-291.4879
2026-07-061.5074
2026-07-131.5128
2026-07-201.5232
2026-07-271.5187
2026-08-031.5255
2026-08-101.5003
2026-08-171.4756
2026-08-251.4912
2026-09-011.5072
2026-09-081.5059
2026-09-151.5206
2026-09-221.5089

High

1.6746

Low

1.4024

Average

1.5455

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/ILS API questions

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

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

How far back does BBD/ILS historical data go?

Daily BBD/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 BBD/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.