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: show the values
| Point | BSD/KHR |
|---|---|
| 2026-03-30 | 4009.63 |
| 2026-04-06 | 3995.29 |
| 2026-04-13 | 4003.24 |
| 2026-04-20 | 4000.05 |
| 2026-04-27 | 4006.66 |
| 2026-05-04 | 4011.61 |
| 2026-05-11 | 4012.24 |
| 2026-05-19 | 4010.70 |
| 2026-05-27 | 4018.07 |
| 2026-06-03 | 4012.77 |
| 2026-06-12 | 4017.27 |
| 2026-06-19 | 4012.29 |
| 2026-06-26 | 4015.37 |
| 2026-07-03 | 4014.26 |
| 2026-07-10 | 4032.42 |
| 2026-07-17 | 4039.80 |
| 2026-07-24 | 4039.07 |
| 2026-07-31 | 4041.51 |
| 2026-08-07 | 4061.18 |
| 2026-08-14 | 4046.29 |
| 2026-08-22 | 4046.21 |
| 2026-08-29 | 4044.06 |
| 2026-09-05 | 4044.18 |
| 2026-09-12 | 4056.10 |
| 2026-09-19 | 4051.98 |
| 2026-09-26 | 4059.30 |
High
4061.18
Low
3995.29
Average
4028.18
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.