Skip to content

BSD to ISK exchange rate API

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

120.2362

▼ +3.71% over 6M

1 BSD = 120.2362 ISK · 1 ISK = 0.008317 BSD · Get this rate via the API

1 BSD buys 120.2362 ISK as of 2026-09-26, so 1 ISK buys 0.008317 BSD. Over the last 6 months, BSD/ISK traded between 120.2362 and 126.3047, averaged 123.2537 and fell 3.71%. The API holds daily BSD/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/ISK over 6M

BSD/ISK over 6M: show the values
PointBSD/ISK
2026-03-30124.8694
2026-04-06125.3593
2026-04-13122.7439
2026-04-20121.3568
2026-04-27122.4268
2026-05-04122.7073
2026-05-11122.5542
2026-05-19123.4079
2026-05-27123.2276
2026-06-03123.4717
2026-06-12124.6650
2026-06-19125.5777
2026-06-26126.3047
2026-07-03125.7862
2026-07-10125.6343
2026-07-17125.4045
2026-07-24125.6922
2026-07-31124.1620
2026-08-07123.6238
2026-08-14122.9359
2026-08-22121.2288
2026-08-29121.3797
2026-09-05121.2144
2026-09-12120.3665
2026-09-19121.2782
2026-09-26120.2362

High

126.3047

Low

120.2362

Average

123.2537

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/ISK API questions

How do I get the BSD/ISK exchange rate from an API?

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

How far back does BSD/ISK historical data go?

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