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: show the values
| Point | BBD/CUP |
|---|---|
| 2024-08-24 | 12.0070 |
| 2024-10-07 | 12.0254 |
| 2024-11-06 | 11.9867 |
| 2024-12-06 | 12.0002 |
| 2025-01-05 | 12.0000 |
| 2025-02-04 | 12.0131 |
| 2025-03-06 | 11.9817 |
| 2025-04-06 | 11.9048 |
| 2025-05-06 | 12.0067 |
| 2025-06-07 | 11.9914 |
| 2025-07-07 | 11.9868 |
| 2025-08-06 | 11.8696 |
| 2025-09-05 | 11.9990 |
| 2025-10-06 | 12.0188 |
| 2025-11-05 | 11.9887 |
| 2025-12-05 | 11.9890 |
| 2026-01-05 | 12.0192 |
| 2026-02-04 | 11.9623 |
| 2026-03-06 | 11.9926 |
| 2026-04-05 | 11.9423 |
| 2026-05-05 | 13.1556 |
| 2026-06-06 | 13.2521 |
| 2026-07-08 | 13.2445 |
| 2026-08-07 | 13.2500 |
| 2026-09-07 | 13.2488 |
High
13.2521
Low
11.8696
Average
12.2246
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.