Skip to content

BBD to CUP exchange rate API

Barbados Dollar to Cuban Peso · quoted 2026-09-27

12.0028

▼ +0.03% over 5Y

1 BBD = 12.0028 CUP · 1 CUP = 0.08331 BBD · Get this rate via the API

1 BBD buys 12.0028 CUP as of 2026-09-27, so 1 CUP buys 0.08331 BBD. Over the last 5 years, BBD/CUP traded between 11.8696 and 13.2521, averaged 12.2246 and fell 0.03%. The API holds daily BBD/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/CUP over 5Y

BBD/CUP over 5Y: show the values
PointBBD/CUP
2024-08-2412.0070
2024-10-0712.0254
2024-11-0611.9867
2024-12-0612.0002
2025-01-0512.0000
2025-02-0412.0131
2025-03-0611.9817
2025-04-0611.9048
2025-05-0612.0067
2025-06-0711.9914
2025-07-0711.9868
2025-08-0611.8696
2025-09-0511.9990
2025-10-0612.0188
2025-11-0511.9887
2025-12-0511.9890
2026-01-0512.0192
2026-02-0411.9623
2026-03-0611.9926
2026-04-0511.9423
2026-05-0513.1556
2026-06-0613.2521
2026-07-0813.2445
2026-08-0713.2500
2026-09-0713.2488

High

13.2521

Low

11.8696

Average

12.2246

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/CUP API questions

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

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

How far back does BBD/CUP historical data go?

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