Skip to content

BSD to DKK exchange rate API

Bahamian Dollar to Danish Krone · quoted 2026-09-26

6.5626

▲ +2.24% over 30D

1 BSD = 6.5626 DKK · 1 DKK = 0.15238 BSD · Get this rate via the API

1 BSD buys 6.5626 DKK as of 2026-09-26, so 1 DKK buys 0.15238 BSD. Over the last 30 days, BSD/DKK traded between 6.4150 and 6.5766, averaged 6.4755 and rose 2.24%. The API holds daily BSD/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/DKK over 30D

BSD/DKK over 30D: show the values
PointBSD/DKK
2026-08-276.4188
2026-08-286.4200
2026-08-296.4534
2026-08-306.4540
2026-08-316.4463
2026-09-016.4494
2026-09-026.4562
2026-09-036.4353
2026-09-046.4315
2026-09-056.4356
2026-09-066.4375
2026-09-076.4314
2026-09-086.4360
2026-09-096.4150
2026-09-106.4352
2026-09-116.4482
2026-09-126.4470
2026-09-136.4467
2026-09-146.4716
2026-09-156.4782
2026-09-166.4796
2026-09-176.5110
2026-09-186.5242
2026-09-196.5082
2026-09-206.5101
2026-09-216.5061
2026-09-226.5215
2026-09-236.5512
2026-09-246.5766
2026-09-256.5557
2026-09-266.5626

High

6.5766

Low

6.4150

Average

6.4755

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/DKK API questions

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

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

How far back does BSD/DKK historical data go?

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