BAM to SBD exchange rate API
Convertible Mark to Solomon Islands Dollar · quoted 2026-09-26
4.6809
▼ +6.48% over 1Y
1 BAM = 4.6809 SBD · 1 SBD = 0.21363 BAM · Get this rate via the API
1 BAM buys 4.6809 SBD as of 2026-09-26, so 1 SBD buys 0.21363 BAM. Over the last year, BAM/SBD traded between 4.6619 and 5.0051, averaged 4.8010 and fell 6.48%. The API holds daily BAM/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/SBD over 1Y: show the values
| Point | BAM/SBD |
|---|---|
| 2025-09-26 | 5.0051 |
| 2025-10-03 | 4.9095 |
| 2025-10-10 | 4.8154 |
| 2025-10-17 | 4.8885 |
| 2025-10-24 | 4.8576 |
| 2025-10-31 | 4.8408 |
| 2025-11-07 | 4.8271 |
| 2025-11-14 | 4.8631 |
| 2025-11-21 | 4.8239 |
| 2025-11-28 | 4.8483 |
| 2025-12-05 | 4.8732 |
| 2025-12-13 | 4.9029 |
| 2025-12-20 | 4.8807 |
| 2025-12-27 | 4.8992 |
| 2026-01-03 | 4.8854 |
| 2026-01-10 | 4.8461 |
| 2026-01-17 | 4.8186 |
| 2026-01-24 | 4.9112 |
| 2026-01-31 | 4.8818 |
| 2026-02-07 | 4.8621 |
| 2026-02-14 | 4.8708 |
| 2026-02-21 | 4.8477 |
| 2026-02-28 | 4.8561 |
| 2026-03-07 | 4.7807 |
| 2026-03-14 | 4.7143 |
| 2026-03-21 | 4.7709 |
| 2026-03-28 | 4.7314 |
| 2026-04-04 | 4.7467 |
| 2026-04-11 | 4.8276 |
| 2026-04-18 | 4.8463 |
| 2026-04-25 | 4.8152 |
| 2026-05-02 | 4.8165 |
| 2026-05-09 | 4.8238 |
| 2026-05-17 | 4.7667 |
| 2026-05-25 | 4.7689 |
| 2026-06-01 | 4.7659 |
| 2026-06-10 | 4.7307 |
| 2026-06-17 | 4.7488 |
| 2026-06-24 | 4.6619 |
| 2026-07-01 | 4.6986 |
| 2026-07-08 | 4.6742 |
| 2026-07-15 | 4.7319 |
| 2026-07-22 | 4.7146 |
| 2026-07-29 | 4.7085 |
| 2026-08-05 | 4.7422 |
| 2026-08-12 | 4.7420 |
| 2026-08-20 | 4.7919 |
| 2026-08-27 | 4.7727 |
| 2026-09-03 | 4.7505 |
| 2026-09-10 | 4.7582 |
| 2026-09-17 | 4.6910 |
| 2026-09-24 | 4.6645 |
High
5.0051
Low
4.6619
Average
4.8010
Get this rate via the API
One GET request returns the BAM/SBD 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=BAM¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/SBD API questions
How do I get the BAM/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/SBD rate in rates.SBD.
How far back does BAM/SBD historical data go?
Daily BAM/SBD 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 BAM/SBD 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.