Skip to content

BSD to KHR exchange rate API

Bahamian Dollar to Riel · quoted 2026-09-26

4059.30

▲ +1.07% over 1Y

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 year, BSD/KHR traded between 3999.94 and 4068.50, averaged 4022.04 and rose 1.07%. 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 1Y

BSD/KHR over 1Y: show the values
PointBSD/KHR
2025-09-264016.30
2025-10-034010.07
2025-10-104024.43
2025-10-174013.68
2025-10-244024.11
2025-10-314015.42
2025-11-074015.87
2025-11-144012.03
2025-11-214005.15
2025-11-284004.32
2025-12-054005.16
2025-12-134001.69
2025-12-204011.77
2025-12-274008.33
2026-01-034011.38
2026-01-104020.48
2026-01-174025.61
2026-01-244029.27
2026-01-314024.45
2026-02-074031.40
2026-02-144018.81
2026-02-214020.06
2026-02-284011.99
2026-03-074010.35
2026-03-144010.20
2026-03-214009.34
2026-03-284011.53
2026-04-044003.89
2026-04-114016.41
2026-04-184010.07
2026-04-254006.66
2026-05-024011.60
2026-05-094010.51
2026-05-174004.74
2026-05-253999.94
2026-06-014015.27
2026-06-104024.68
2026-06-174013.00
2026-06-244010.00
2026-07-014024.08
2026-07-084028.46
2026-07-154042.92
2026-07-224042.16
2026-07-294039.99
2026-08-054043.29
2026-08-124047.28
2026-08-204027.39
2026-08-274047.08
2026-09-034045.95
2026-09-104053.49
2026-09-174068.50
2026-09-244068.15

High

4068.50

Low

3999.94

Average

4022.04

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.