BBD to ISK exchange rate API
Barbados Dollar to Iceland Krona · quoted 2026-09-26
60.1181
▼ +1.17% over 1Y
1 BBD = 60.1181 ISK · 1 ISK = 0.01663 BBD · Get this rate via the API
1 BBD buys 60.1181 ISK as of 2026-09-26, so 1 ISK buys 0.01663 BBD. Over the last year, BBD/ISK traded between 60.1181 and 64.0671, averaged 61.9062 and fell 1.17%. The API holds daily BBD/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/ISK over 1Y: show the values
| Point | BBD/ISK |
|---|---|
| 2025-09-26 | 60.8293 |
| 2025-10-03 | 60.5931 |
| 2025-10-10 | 61.2033 |
| 2025-10-17 | 60.7825 |
| 2025-10-24 | 61.3159 |
| 2025-10-31 | 62.6623 |
| 2025-11-07 | 63.2298 |
| 2025-11-14 | 63.2727 |
| 2025-11-21 | 63.8889 |
| 2025-11-28 | 64.0671 |
| 2025-12-05 | 63.8901 |
| 2025-12-13 | 63.1897 |
| 2025-12-20 | 62.8202 |
| 2025-12-27 | 62.8435 |
| 2026-01-03 | 62.8778 |
| 2026-01-10 | 63.2394 |
| 2026-01-17 | 63.0225 |
| 2026-01-24 | 61.7630 |
| 2026-01-31 | 61.1488 |
| 2026-02-07 | 61.3560 |
| 2026-02-14 | 61.0858 |
| 2026-02-21 | 61.4946 |
| 2026-02-28 | 60.7281 |
| 2026-03-07 | 62.4442 |
| 2026-03-14 | 63.0726 |
| 2026-03-21 | 62.1500 |
| 2026-03-28 | 61.9366 |
| 2026-04-04 | 62.6892 |
| 2026-04-11 | 60.6891 |
| 2026-04-18 | 60.6123 |
| 2026-04-25 | 60.9948 |
| 2026-05-02 | 60.8975 |
| 2026-05-09 | 60.5855 |
| 2026-05-17 | 61.7685 |
| 2026-05-25 | 61.6680 |
| 2026-06-01 | 61.7379 |
| 2026-06-10 | 62.1371 |
| 2026-06-17 | 62.2897 |
| 2026-06-24 | 63.4039 |
| 2026-07-01 | 63.1644 |
| 2026-07-08 | 62.8727 |
| 2026-07-15 | 62.8617 |
| 2026-07-22 | 62.7630 |
| 2026-07-29 | 62.6538 |
| 2026-08-05 | 61.3640 |
| 2026-08-12 | 61.4119 |
| 2026-08-20 | 60.7825 |
| 2026-08-27 | 60.2834 |
| 2026-09-03 | 60.5252 |
| 2026-09-10 | 60.2617 |
| 2026-09-17 | 60.8832 |
| 2026-09-24 | 60.7020 |
High
64.0671
Low
60.1181
Average
61.9062
Get this rate via the API
One GET request returns the BBD/ISK 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=BBD¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/ISK API questions
How do I get the BBD/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/ISK rate in rates.ISK.
How far back does BBD/ISK historical data go?
Daily BBD/ISK 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/ISK 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.