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: show the values
| Point | BBD/CZK |
|---|---|
| 2025-09-24 | 10.3309 |
| 2025-10-01 | 10.3527 |
| 2025-10-08 | 10.4795 |
| 2025-10-15 | 10.4457 |
| 2025-10-22 | 10.4893 |
| 2025-10-29 | 10.4581 |
| 2025-11-05 | 10.6009 |
| 2025-11-12 | 10.4652 |
| 2025-11-19 | 10.4286 |
| 2025-11-26 | 10.4379 |
| 2025-12-03 | 10.3381 |
| 2025-12-11 | 10.3381 |
| 2025-12-18 | 10.4070 |
| 2025-12-25 | 10.3054 |
| 2026-01-01 | 10.3066 |
| 2026-01-08 | 10.3906 |
| 2026-01-15 | 10.4430 |
| 2026-01-22 | 10.3836 |
| 2026-01-29 | 10.1667 |
| 2026-02-05 | 10.3026 |
| 2026-02-12 | 10.1149 |
| 2026-02-19 | 10.3144 |
| 2026-02-26 | 10.2616 |
| 2026-03-05 | 10.4992 |
| 2026-03-12 | 10.5681 |
| 2026-03-19 | 10.6698 |
| 2026-03-26 | 10.6066 |
| 2026-04-02 | 10.6464 |
| 2026-04-09 | 10.3746 |
| 2026-04-16 | 10.2870 |
| 2026-04-23 | 10.3040 |
| 2026-04-30 | 10.3348 |
| 2026-05-07 | 10.2176 |
| 2026-05-15 | 10.3423 |
| 2026-05-23 | 10.4655 |
| 2026-05-30 | 10.4124 |
| 2026-06-06 | 10.5006 |
| 2026-06-15 | 10.4015 |
| 2026-06-22 | 10.5587 |
| 2026-06-29 | 10.6356 |
| 2026-07-06 | 10.5813 |
| 2026-07-13 | 10.6189 |
| 2026-07-20 | 10.5855 |
| 2026-07-27 | 10.6050 |
| 2026-08-03 | 10.4924 |
| 2026-08-10 | 10.4942 |
| 2026-08-17 | 10.4378 |
| 2026-08-25 | 10.3323 |
| 2026-09-01 | 10.4223 |
| 2026-09-08 | 10.4124 |
| 2026-09-15 | 10.5260 |
| 2026-09-22 | 10.6185 |
High
10.7326
Low
10.1149
Average
10.4386
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.