Skip to content

XCD to BSD exchange rate API

East Caribbean Dollar to Bahamian Dollar · quoted 2026-09-27

0.37034

▲ +0.26% over YTD

1 XCD = 0.37034 BSD · 1 BSD = 2.7002 XCD · Get this rate via the API

1 XCD buys 0.37034 BSD as of 2026-09-27, so 1 BSD buys 2.7002 XCD. Over the year to date, XCD/BSD traded between 0.36912 and 0.37049, averaged 0.36974 and rose 0.26%. The API holds daily XCD/BSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XCD/BSD over YTD

XCD/BSD over YTD: show the values
PointXCD/BSD
2025-12-310.36939
2026-01-070.36951
2026-01-140.36961
2026-01-210.36937
2026-01-280.36921
2026-02-040.36937
2026-02-110.36943
2026-02-180.36943
2026-02-250.36955
2026-03-040.36936
2026-03-110.36939
2026-03-180.36927
2026-03-250.36952
2026-04-010.36941
2026-04-080.36912
2026-04-150.37021
2026-04-220.37049
2026-04-290.36993
2026-05-060.36926
2026-05-140.36937
2026-05-210.36942
2026-05-290.36952
2026-06-050.36942
2026-06-140.37027
2026-06-210.37037
2026-06-280.37036
2026-07-050.37037
2026-07-120.37033
2026-07-190.37032
2026-07-260.37037
2026-08-020.37032
2026-08-090.37035
2026-08-160.37034
2026-08-240.36937
2026-08-310.37008
2026-09-070.36929
2026-09-140.36938
2026-09-210.36939

High

0.37049

Low

0.36912

Average

0.36974

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD&currencies=BSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

XCD/BSD API questions

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

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

How far back does XCD/BSD historical data go?

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