Skip to content

BSD to DKK exchange rate API

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

6.5626

▲ +2.63% over 1Y

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 year, BSD/DKK traded between 6.2940 and 6.5922, averaged 6.4350 and rose 2.63%. 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 1Y

BSD/DKK over 1Y: show the values
PointBSD/DKK
2025-09-266.3946
2025-10-036.3633
2025-10-106.4550
2025-10-176.3941
2025-10-246.4328
2025-10-316.4633
2025-11-076.4585
2025-11-146.4113
2025-11-216.4832
2025-11-286.4575
2025-12-056.4138
2025-12-136.3618
2025-12-206.3800
2025-12-276.3453
2026-01-036.3735
2026-01-106.4212
2026-01-176.4408
2026-01-246.3153
2026-01-316.3018
2026-02-076.3222
2026-02-146.2940
2026-02-216.3403
2026-02-286.3247
2026-03-076.4312
2026-03-146.5449
2026-03-216.4579
2026-03-286.4919
2026-04-046.4877
2026-04-116.3751
2026-04-186.3524
2026-04-256.3857
2026-05-026.3737
2026-05-096.3412
2026-05-176.4296
2026-05-256.4175
2026-06-016.4174
2026-06-106.4776
2026-06-176.4489
2026-06-246.5922
2026-07-016.5664
2026-07-086.5551
2026-07-156.5539
2026-07-226.5530
2026-07-296.5684
2026-08-056.4699
2026-08-126.4754
2026-08-206.4000
2026-08-276.4188
2026-09-036.4353
2026-09-106.4352
2026-09-176.5110
2026-09-246.5766

High

6.5922

Low

6.2940

Average

6.4350

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.