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: show the values
| Point | BSD/DKK |
|---|---|
| 2025-09-26 | 6.3946 |
| 2025-10-03 | 6.3633 |
| 2025-10-10 | 6.4550 |
| 2025-10-17 | 6.3941 |
| 2025-10-24 | 6.4328 |
| 2025-10-31 | 6.4633 |
| 2025-11-07 | 6.4585 |
| 2025-11-14 | 6.4113 |
| 2025-11-21 | 6.4832 |
| 2025-11-28 | 6.4575 |
| 2025-12-05 | 6.4138 |
| 2025-12-13 | 6.3618 |
| 2025-12-20 | 6.3800 |
| 2025-12-27 | 6.3453 |
| 2026-01-03 | 6.3735 |
| 2026-01-10 | 6.4212 |
| 2026-01-17 | 6.4408 |
| 2026-01-24 | 6.3153 |
| 2026-01-31 | 6.3018 |
| 2026-02-07 | 6.3222 |
| 2026-02-14 | 6.2940 |
| 2026-02-21 | 6.3403 |
| 2026-02-28 | 6.3247 |
| 2026-03-07 | 6.4312 |
| 2026-03-14 | 6.5449 |
| 2026-03-21 | 6.4579 |
| 2026-03-28 | 6.4919 |
| 2026-04-04 | 6.4877 |
| 2026-04-11 | 6.3751 |
| 2026-04-18 | 6.3524 |
| 2026-04-25 | 6.3857 |
| 2026-05-02 | 6.3737 |
| 2026-05-09 | 6.3412 |
| 2026-05-17 | 6.4296 |
| 2026-05-25 | 6.4175 |
| 2026-06-01 | 6.4174 |
| 2026-06-10 | 6.4776 |
| 2026-06-17 | 6.4489 |
| 2026-06-24 | 6.5922 |
| 2026-07-01 | 6.5664 |
| 2026-07-08 | 6.5551 |
| 2026-07-15 | 6.5539 |
| 2026-07-22 | 6.5530 |
| 2026-07-29 | 6.5684 |
| 2026-08-05 | 6.4699 |
| 2026-08-12 | 6.4754 |
| 2026-08-20 | 6.4000 |
| 2026-08-27 | 6.4188 |
| 2026-09-03 | 6.4353 |
| 2026-09-10 | 6.4352 |
| 2026-09-17 | 6.5110 |
| 2026-09-24 | 6.5766 |
High
6.5922
Low
6.2940
Average
6.4350
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.