Skip to content

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

BBD/ISK over 1Y: show the values
PointBBD/ISK
2025-09-2660.8293
2025-10-0360.5931
2025-10-1061.2033
2025-10-1760.7825
2025-10-2461.3159
2025-10-3162.6623
2025-11-0763.2298
2025-11-1463.2727
2025-11-2163.8889
2025-11-2864.0671
2025-12-0563.8901
2025-12-1363.1897
2025-12-2062.8202
2025-12-2762.8435
2026-01-0362.8778
2026-01-1063.2394
2026-01-1763.0225
2026-01-2461.7630
2026-01-3161.1488
2026-02-0761.3560
2026-02-1461.0858
2026-02-2161.4946
2026-02-2860.7281
2026-03-0762.4442
2026-03-1463.0726
2026-03-2162.1500
2026-03-2861.9366
2026-04-0462.6892
2026-04-1160.6891
2026-04-1860.6123
2026-04-2560.9948
2026-05-0260.8975
2026-05-0960.5855
2026-05-1761.7685
2026-05-2561.6680
2026-06-0161.7379
2026-06-1062.1371
2026-06-1762.2897
2026-06-2463.4039
2026-07-0163.1644
2026-07-0862.8727
2026-07-1562.8617
2026-07-2262.7630
2026-07-2962.6538
2026-08-0561.3640
2026-08-1261.4119
2026-08-2060.7825
2026-08-2760.2834
2026-09-0360.5252
2026-09-1060.2617
2026-09-1760.8832
2026-09-2460.7020

High

64.0671

Low

60.1181

Average

61.9062

For developers

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