Skip to content

BBD to ISK exchange rate API

Barbados Dollar to Iceland Krona · quoted 2026-09-26

60.1181

▼ +4.02% over YTD

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 year to date, BBD/ISK traded between 60.1181 and 63.2412, averaged 61.6632 and fell 4.02%. 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 YTD

BBD/ISK over YTD: show the values
PointBBD/ISK
2025-12-3162.6383
2026-01-0762.9921
2026-01-1462.8272
2026-01-2162.2711
2026-01-2860.5479
2026-02-0461.3367
2026-02-1160.8786
2026-02-1861.1650
2026-02-2560.8876
2026-03-0462.1083
2026-03-1162.6025
2026-03-1862.4348
2026-03-2561.8530
2026-04-0162.0422
2026-04-0861.4215
2026-04-1560.6619
2026-04-2260.7726
2026-04-2960.9186
2026-05-0660.7430
2026-05-1461.3570
2026-05-2161.8157
2026-05-2961.5768
2026-06-0561.7698
2026-06-1462.3212
2026-06-2162.7813
2026-06-2863.2412
2026-07-0562.9467
2026-07-1262.8062
2026-07-1962.6781
2026-07-2662.8804
2026-08-0261.6187
2026-08-0961.6787
2026-08-1661.4427
2026-08-2460.5281
2026-08-3160.7106
2026-09-0760.5748
2026-09-1460.5142
2026-09-2160.4003

High

63.2412

Low

60.1181

Average

61.6632

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.