Skip to content

BBD to CZK exchange rate API

Barbados Dollar to Czech Koruna · quoted 2026-09-24

10.7326

▲ +3.89% over 1Y

1 BBD = 10.7326 CZK · 1 CZK = 0.09317 BBD · Get this rate via the API

1 BBD buys 10.7326 CZK as of 2026-09-24, so 1 CZK buys 0.09317 BBD. Over the last year, BBD/CZK traded between 10.1149 and 10.7326, averaged 10.4386 and rose 3.89%. The API holds daily BBD/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/CZK over 1Y

BBD/CZK over 1Y: show the values
PointBBD/CZK
2025-09-2410.3309
2025-10-0110.3527
2025-10-0810.4795
2025-10-1510.4457
2025-10-2210.4893
2025-10-2910.4581
2025-11-0510.6009
2025-11-1210.4652
2025-11-1910.4286
2025-11-2610.4379
2025-12-0310.3381
2025-12-1110.3381
2025-12-1810.4070
2025-12-2510.3054
2026-01-0110.3066
2026-01-0810.3906
2026-01-1510.4430
2026-01-2210.3836
2026-01-2910.1667
2026-02-0510.3026
2026-02-1210.1149
2026-02-1910.3144
2026-02-2610.2616
2026-03-0510.4992
2026-03-1210.5681
2026-03-1910.6698
2026-03-2610.6066
2026-04-0210.6464
2026-04-0910.3746
2026-04-1610.2870
2026-04-2310.3040
2026-04-3010.3348
2026-05-0710.2176
2026-05-1510.3423
2026-05-2310.4655
2026-05-3010.4124
2026-06-0610.5006
2026-06-1510.4015
2026-06-2210.5587
2026-06-2910.6356
2026-07-0610.5813
2026-07-1310.6189
2026-07-2010.5855
2026-07-2710.6050
2026-08-0310.4924
2026-08-1010.4942
2026-08-1710.4378
2026-08-2510.3323
2026-09-0110.4223
2026-09-0810.4124
2026-09-1510.5260
2026-09-2210.6185

High

10.7326

Low

10.1149

Average

10.4386

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/CZK API questions

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

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

How far back does BBD/CZK historical data go?

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