Skip to content

BSD to KHR exchange rate API

Bahamian Dollar to Riel · quoted 2026-09-26

4059.30

▲ +1.24% over 6M

1 BSD = 4059.30 KHR · 1 KHR = 0.000246 BSD · Get this rate via the API

1 BSD buys 4059.30 KHR as of 2026-09-26, so 1 KHR buys 0.000246 BSD. Over the last 6 months, BSD/KHR traded between 3995.29 and 4061.18, averaged 4028.18 and rose 1.24%. The API holds daily BSD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/KHR over 6M

BSD/KHR over 6M: show the values
PointBSD/KHR
2026-03-304009.63
2026-04-063995.29
2026-04-134003.24
2026-04-204000.05
2026-04-274006.66
2026-05-044011.61
2026-05-114012.24
2026-05-194010.70
2026-05-274018.07
2026-06-034012.77
2026-06-124017.27
2026-06-194012.29
2026-06-264015.37
2026-07-034014.26
2026-07-104032.42
2026-07-174039.80
2026-07-244039.07
2026-07-314041.51
2026-08-074061.18
2026-08-144046.29
2026-08-224046.21
2026-08-294044.06
2026-09-054044.18
2026-09-124056.10
2026-09-194051.98
2026-09-264059.30

High

4061.18

Low

3995.29

Average

4028.18

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/KHR API questions

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

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

How far back does BSD/KHR historical data go?

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