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: show the values
| Point | BSD/CNY |
|---|---|
| 2025-09-26 | 7.1374 |
| 2025-10-03 | 7.1196 |
| 2025-10-10 | 7.1228 |
| 2025-10-17 | 7.1223 |
| 2025-10-24 | 7.1225 |
| 2025-10-31 | 7.1162 |
| 2025-11-07 | 7.1208 |
| 2025-11-14 | 7.0961 |
| 2025-11-21 | 7.1098 |
| 2025-11-28 | 7.0756 |
| 2025-12-05 | 7.0702 |
| 2025-12-13 | 7.0547 |
| 2025-12-20 | 7.0410 |
| 2025-12-27 | 7.0068 |
| 2026-01-03 | 7.0016 |
| 2026-01-10 | 6.9776 |
| 2026-01-17 | 6.9691 |
| 2026-01-24 | 6.9641 |
| 2026-01-31 | 6.9513 |
| 2026-02-07 | 6.9390 |
| 2026-02-14 | 6.9090 |
| 2026-02-21 | 6.9088 |
| 2026-02-28 | 6.8582 |
| 2026-03-07 | 6.9052 |
| 2026-03-14 | 6.8962 |
| 2026-03-21 | 6.8863 |
| 2026-03-28 | 6.9110 |
| 2026-04-04 | 6.8850 |
| 2026-04-11 | 6.8304 |
| 2026-04-18 | 6.8179 |
| 2026-04-25 | 6.8477 |
| 2026-05-02 | 6.8267 |
| 2026-05-09 | 6.8016 |
| 2026-05-17 | 6.8174 |
| 2026-05-25 | 6.7843 |
| 2026-06-01 | 6.7651 |
| 2026-06-10 | 6.7807 |
| 2026-06-17 | 6.7595 |
| 2026-06-24 | 6.8109 |
| 2026-07-01 | 6.7945 |
| 2026-07-08 | 6.8002 |
| 2026-07-15 | 6.7743 |
| 2026-07-22 | 6.7730 |
| 2026-07-29 | 6.7663 |
| 2026-08-05 | 6.7500 |
| 2026-08-12 | 6.7432 |
| 2026-08-20 | 6.7236 |
| 2026-08-27 | 6.7203 |
| 2026-09-03 | 6.7191 |
| 2026-09-10 | 6.7063 |
| 2026-09-17 | 6.7075 |
| 2026-09-24 | 6.7126 |
High
7.1374
Low
6.7063
Average
6.8967
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.