Skip to content

BSD to CNY exchange rate API

Bahamian Dollar to Yuan Renminbi · quoted 2026-09-26

6.7128

▼ +5.95% over 1Y

1 BSD = 6.7128 CNY · 1 CNY = 0.14897 BSD · Get this rate via the API

1 BSD buys 6.7128 CNY as of 2026-09-26, so 1 CNY buys 0.14897 BSD. Over the last year, BSD/CNY traded between 6.7063 and 7.1374, averaged 6.8967 and fell 5.95%. The API holds daily BSD/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/CNY over 1Y

BSD/CNY over 1Y: show the values
PointBSD/CNY
2025-09-267.1374
2025-10-037.1196
2025-10-107.1228
2025-10-177.1223
2025-10-247.1225
2025-10-317.1162
2025-11-077.1208
2025-11-147.0961
2025-11-217.1098
2025-11-287.0756
2025-12-057.0702
2025-12-137.0547
2025-12-207.0410
2025-12-277.0068
2026-01-037.0016
2026-01-106.9776
2026-01-176.9691
2026-01-246.9641
2026-01-316.9513
2026-02-076.9390
2026-02-146.9090
2026-02-216.9088
2026-02-286.8582
2026-03-076.9052
2026-03-146.8962
2026-03-216.8863
2026-03-286.9110
2026-04-046.8850
2026-04-116.8304
2026-04-186.8179
2026-04-256.8477
2026-05-026.8267
2026-05-096.8016
2026-05-176.8174
2026-05-256.7843
2026-06-016.7651
2026-06-106.7807
2026-06-176.7595
2026-06-246.8109
2026-07-016.7945
2026-07-086.8002
2026-07-156.7743
2026-07-226.7730
2026-07-296.7663
2026-08-056.7500
2026-08-126.7432
2026-08-206.7236
2026-08-276.7203
2026-09-036.7191
2026-09-106.7063
2026-09-176.7075
2026-09-246.7126

High

7.1374

Low

6.7063

Average

6.8967

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/CNY API questions

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

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

How far back does BSD/CNY historical data go?

Daily BSD/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 BSD/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.