Skip to content

BBD to CDF exchange rate API

Barbados Dollar to Congolese Franc · quoted 2026-09-24

1155.12

▲ +1.42% over YTD

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 year to date, BBD/CDF traded between 1055.67 and 1161.00, averaged 1137.15 and rose 1.42%. 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 YTD

BBD/CDF over YTD: show the values
PointBBD/CDF
2025-12-311138.92
2026-01-071148.12
2026-01-141066.40
2026-01-211069.56
2026-01-281144.49
2026-02-041137.07
2026-02-111142.60
2026-02-181155.07
2026-02-251055.67
2026-03-041149.87
2026-03-111091.40
2026-03-181153.89
2026-03-251158.16
2026-04-011157.42
2026-04-081159.59
2026-04-151146.33
2026-04-221147.42
2026-04-291153.35
2026-05-061151.79
2026-05-141140.00
2026-05-211147.50
2026-05-291151.81
2026-06-051161.00
2026-06-141137.51
2026-06-211134.48
2026-06-281139.29
2026-07-051125.99
2026-07-121127.23
2026-07-191130.49
2026-07-261127.67
2026-08-021134.80
2026-08-091133.49
2026-08-161132.31
2026-08-241146.25
2026-08-311136.60
2026-09-071150.75
2026-09-141154.18
2026-09-211155.12

High

1161.00

Low

1055.67

Average

1137.15

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CDF");
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=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&currencies=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.