BBD to CDF exchange rate API
Barbados Dollar to Congolese Franc · quoted 2026-09-24
1155.12
▼ +15.51% over 1Y
1 BBD = 1155.12 CDF · 1 CDF = 0.000866 BBD · Get this rate via the API
1 BBD buys 1155.12 CDF as of 2026-09-24, so 1 CDF buys 0.000866 BBD. Over the last year, BBD/CDF traded between 1063.98 and 1367.21, averaged 1148.91 and fell 15.51%. The API holds daily BBD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/CDF over 1Y: show the values
| Point | BBD/CDF |
|---|---|
| 2025-09-24 | 1367.21 |
| 2025-10-01 | 1302.76 |
| 2025-10-08 | 1236.25 |
| 2025-10-15 | 1123.29 |
| 2025-10-22 | 1095.91 |
| 2025-10-29 | 1142.75 |
| 2025-11-05 | 1089.02 |
| 2025-11-12 | 1094.39 |
| 2025-11-19 | 1137.23 |
| 2025-11-26 | 1138.63 |
| 2025-12-03 | 1143.75 |
| 2025-12-11 | 1146.60 |
| 2025-12-18 | 1151.61 |
| 2025-12-25 | 1138.75 |
| 2026-01-01 | 1140.11 |
| 2026-01-08 | 1149.36 |
| 2026-01-15 | 1139.33 |
| 2026-01-22 | 1093.51 |
| 2026-01-29 | 1146.50 |
| 2026-02-05 | 1139.38 |
| 2026-02-12 | 1102.21 |
| 2026-02-19 | 1155.24 |
| 2026-02-26 | 1063.98 |
| 2026-03-05 | 1149.87 |
| 2026-03-12 | 1136.62 |
| 2026-03-19 | 1155.75 |
| 2026-03-26 | 1158.65 |
| 2026-04-02 | 1156.75 |
| 2026-04-09 | 1143.17 |
| 2026-04-16 | 1147.35 |
| 2026-04-23 | 1143.45 |
| 2026-04-30 | 1151.50 |
| 2026-05-07 | 1145.91 |
| 2026-05-15 | 1109.54 |
| 2026-05-23 | 1131.27 |
| 2026-05-30 | 1146.53 |
| 2026-06-06 | 1156.62 |
| 2026-06-15 | 1154.50 |
| 2026-06-22 | 1153.87 |
| 2026-06-29 | 1157.00 |
| 2026-07-06 | 1153.62 |
| 2026-07-13 | 1148.73 |
| 2026-07-20 | 1153.75 |
| 2026-07-27 | 1153.25 |
| 2026-08-03 | 1144.96 |
| 2026-08-10 | 1144.67 |
| 2026-08-17 | 1146.25 |
| 2026-08-25 | 1146.10 |
| 2026-09-01 | 1147.50 |
| 2026-09-08 | 1153.37 |
| 2026-09-15 | 1154.07 |
| 2026-09-22 | 1154.69 |
High
1367.21
Low
1063.98
Average
1148.91
Get this rate via the API
One GET request returns the BBD/CDF 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=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/CDF API questions
How do I get the BBD/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/CDF rate in rates.CDF.
How far back does BBD/CDF historical data go?
Daily BBD/CDF 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/CDF 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.