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: show the values
| Point | BSD/KHR |
|---|---|
| 2025-09-26 | 4016.30 |
| 2025-10-03 | 4010.07 |
| 2025-10-10 | 4024.43 |
| 2025-10-17 | 4013.68 |
| 2025-10-24 | 4024.11 |
| 2025-10-31 | 4015.42 |
| 2025-11-07 | 4015.87 |
| 2025-11-14 | 4012.03 |
| 2025-11-21 | 4005.15 |
| 2025-11-28 | 4004.32 |
| 2025-12-05 | 4005.16 |
| 2025-12-13 | 4001.69 |
| 2025-12-20 | 4011.77 |
| 2025-12-27 | 4008.33 |
| 2026-01-03 | 4011.38 |
| 2026-01-10 | 4020.48 |
| 2026-01-17 | 4025.61 |
| 2026-01-24 | 4029.27 |
| 2026-01-31 | 4024.45 |
| 2026-02-07 | 4031.40 |
| 2026-02-14 | 4018.81 |
| 2026-02-21 | 4020.06 |
| 2026-02-28 | 4011.99 |
| 2026-03-07 | 4010.35 |
| 2026-03-14 | 4010.20 |
| 2026-03-21 | 4009.34 |
| 2026-03-28 | 4011.53 |
| 2026-04-04 | 4003.89 |
| 2026-04-11 | 4016.41 |
| 2026-04-18 | 4010.07 |
| 2026-04-25 | 4006.66 |
| 2026-05-02 | 4011.60 |
| 2026-05-09 | 4010.51 |
| 2026-05-17 | 4004.74 |
| 2026-05-25 | 3999.94 |
| 2026-06-01 | 4015.27 |
| 2026-06-10 | 4024.68 |
| 2026-06-17 | 4013.00 |
| 2026-06-24 | 4010.00 |
| 2026-07-01 | 4024.08 |
| 2026-07-08 | 4028.46 |
| 2026-07-15 | 4042.92 |
| 2026-07-22 | 4042.16 |
| 2026-07-29 | 4039.99 |
| 2026-08-05 | 4043.29 |
| 2026-08-12 | 4047.28 |
| 2026-08-20 | 4027.39 |
| 2026-08-27 | 4047.08 |
| 2026-09-03 | 4045.95 |
| 2026-09-10 | 4053.49 |
| 2026-09-17 | 4068.50 |
| 2026-09-24 | 4068.15 |
High
4068.50
Low
3999.94
Average
4022.04
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.