Skip to content

DKK to BBD exchange rate API

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

0.30463

▼ +3.15% over 1Y

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 last year, DKK/BBD traded between 0.30412 and 0.31923, averaged 0.31113 and fell 3.15%. 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 1Y

DKK/BBD over 1Y: show the values
PointDKK/BBD
2025-09-250.31455
2025-10-020.31483
2025-10-090.31100
2025-10-160.31193
2025-10-230.31041
2025-10-300.30932
2025-11-060.30889
2025-11-130.31118
2025-11-200.30831
2025-11-270.31025
2025-12-040.31240
2025-12-120.31409
2025-12-190.31352
2025-12-260.31540
2026-01-020.31384
2026-01-090.31160
2026-01-160.31098
2026-01-230.31444
2026-01-300.31923
2026-02-060.31589
2026-02-130.31755
2026-02-200.31498
2026-02-270.31599
2026-03-060.30950
2026-03-130.30715
2026-03-200.30932
2026-03-270.30827
2026-04-030.30841
2026-04-100.31525
2026-04-170.31793
2026-04-240.31569
2026-05-010.31642
2026-05-080.31803
2026-05-160.31110
2026-05-240.31119
2026-05-310.31196
2026-06-090.30968
2026-06-160.31022
2026-06-230.30481
2026-06-300.30488
2026-07-070.30592
2026-07-140.30514
2026-07-210.30547
2026-07-280.30412
2026-08-040.30808
2026-08-110.30873
2026-08-180.30969
2026-08-260.31218
2026-09-020.30978
2026-09-090.31177
2026-09-160.30866
2026-09-230.30529

High

0.31923

Low

0.30412

Average

0.31113

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.