Skip to content

BBD to CNY exchange rate API

Barbados Dollar to Yuan Renminbi · quoted 2026-09-25

3.3626

▼ +3.94% over YTD

1 BBD = 3.3626 CNY · 1 CNY = 0.29739 BBD · Get this rate via the API

1 BBD buys 3.3626 CNY as of 2026-09-25, so 1 CNY buys 0.29739 BBD. Over the year to date, BBD/CNY traded between 3.3477 and 3.5005, averaged 3.4105 and fell 3.94%. The API holds daily BBD/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/CNY over YTD

BBD/CNY over YTD: show the values
PointBBD/CNY
2025-12-313.5005
2026-01-073.4956
2026-01-143.4867
2026-01-213.4819
2026-01-283.4732
2026-02-043.4709
2026-02-113.4617
2026-02-183.4543
2026-02-253.4347
2026-03-043.4487
2026-03-113.4331
2026-03-183.4441
2026-03-253.4497
2026-04-013.4369
2026-04-083.4148
2026-04-153.3850
2026-04-223.3840
2026-04-293.3935
2026-05-063.3888
2026-05-143.3926
2026-05-213.4011
2026-05-293.3834
2026-06-053.3828
2026-06-143.3846
2026-06-213.3885
2026-06-283.4028
2026-07-053.3935
2026-07-123.3914
2026-07-193.3915
2026-07-263.3896
2026-08-023.3790
2026-08-093.3764
2026-08-163.3747
2026-08-243.3614
2026-08-313.3599
2026-09-073.3555
2026-09-143.3542
2026-09-213.3477

High

3.5005

Low

3.3477

Average

3.4105

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/CNY API questions

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

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

How far back does BBD/CNY historical data go?

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