Skip to content

DKK to BBD exchange rate API

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

0.30509

▲ +1.69% over 5Y

1 DKK = 0.30509 BBD · 1 BBD = 3.2777 DKK · Get this rate via the API

1 DKK buys 0.30509 BBD as of 2026-09-25, so 1 BBD buys 3.2777 DKK. Over the last 5 years, DKK/BBD traded between 0.27635 and 0.31658, averaged 0.30313 and rose 1.69%. 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 5Y

DKK/BBD over 5Y: show the values
PointDKK/BBD
2024-08-240.30003
2024-10-070.29453
2024-11-060.28684
2024-12-060.28373
2025-01-050.27635
2025-02-040.27704
2025-03-060.28946
2025-04-060.29319
2025-05-060.30357
2025-06-070.30560
2025-07-070.31441
2025-08-060.31100
2025-09-050.31339
2025-10-060.31280
2025-11-050.30786
2025-12-050.31183
2026-01-050.31231
2026-02-040.31658
2026-03-060.30950
2026-04-050.30824
2026-05-050.31500
2026-06-060.30833
2026-07-080.30511
2026-08-070.30860
2026-09-070.31097

High

0.31658

Low

0.27635

Average

0.30313

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.