Skip to content

DKK to BBD exchange rate API

Danish Krone to Barbados Dollar · quoted 2026-09-25

0.30463

▼ +3.18% over YTD

1 DKK = 0.30463 BBD · 1 BBD = 3.2826 DKK · Get this rate via the API

1 DKK buys 0.30463 BBD as of 2026-09-25, so 1 BBD buys 3.2826 DKK. Over the year to date, DKK/BBD traded between 0.30457 and 0.32073, averaged 0.31138 and fell 3.18%. The API holds daily DKK/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/BBD over YTD

DKK/BBD over YTD: show the values
PointDKK/BBD
2025-12-310.31464
2026-01-070.31272
2026-01-140.31184
2026-01-210.31428
2026-01-280.32073
2026-02-040.31658
2026-02-110.31844
2026-02-180.31707
2026-02-250.31545
2026-03-040.31182
2026-03-110.30999
2026-03-180.30782
2026-03-250.31029
2026-04-010.31060
2026-04-080.31330
2026-04-150.31765
2026-04-220.31661
2026-04-290.31545
2026-05-060.31637
2026-05-140.31318
2026-05-210.31042
2026-05-290.31162
2026-06-050.31147
2026-06-140.31026
2026-06-210.30686
2026-06-280.30463
2026-07-050.30600
2026-07-120.30516
2026-07-190.30585
2026-07-260.30457
2026-08-020.30886
2026-08-090.30924
2026-08-160.30953
2026-08-240.31205
2026-08-310.31026
2026-09-070.31097
2026-09-140.30904
2026-09-210.30740

High

0.32073

Low

0.30457

Average

0.31138

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=BBD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/BBD API questions

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

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

How far back does DKK/BBD historical data go?

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