BAM to SOS exchange rate API
Convertible Mark to Somali Shilling · quoted 2026-09-26
332.5955
▼ +2.47% over 1Y
1 BAM = 332.5955 SOS · 1 SOS = 0.003007 BAM · Get this rate via the API
1 BAM buys 332.5955 SOS as of 2026-09-26, so 1 SOS buys 0.003007 BAM. Over the last year, BAM/SOS traded between 331.7418 and 351.7101, averaged 339.6997 and fell 2.47%. The API holds daily BAM/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/SOS over 1Y: show the values
| Point | BAM/SOS |
|---|---|
| 2025-09-26 | 341.0031 |
| 2025-10-03 | 342.6179 |
| 2025-10-10 | 337.9010 |
| 2025-10-17 | 340.4958 |
| 2025-10-24 | 337.7419 |
| 2025-10-31 | 350.3543 |
| 2025-11-07 | 337.3829 |
| 2025-11-14 | 341.3328 |
| 2025-11-21 | 336.1175 |
| 2025-11-28 | 336.8738 |
| 2025-12-05 | 340.4960 |
| 2025-12-13 | 342.7270 |
| 2025-12-20 | 342.0027 |
| 2025-12-27 | 343.4718 |
| 2026-01-03 | 342.4195 |
| 2026-01-10 | 339.8712 |
| 2026-01-17 | 338.5241 |
| 2026-01-24 | 351.0084 |
| 2026-01-31 | 351.7101 |
| 2026-02-07 | 351.2635 |
| 2026-02-14 | 346.3758 |
| 2026-02-21 | 343.9177 |
| 2026-02-28 | 344.9258 |
| 2026-03-07 | 339.1196 |
| 2026-03-14 | 334.5981 |
| 2026-03-21 | 338.6937 |
| 2026-03-28 | 336.2340 |
| 2026-04-04 | 335.6849 |
| 2026-04-11 | 342.3850 |
| 2026-04-18 | 344.6758 |
| 2026-04-25 | 341.4672 |
| 2026-05-02 | 341.9783 |
| 2026-05-09 | 343.7687 |
| 2026-05-17 | 339.6643 |
| 2026-05-25 | 339.5773 |
| 2026-06-01 | 340.1265 |
| 2026-06-10 | 337.4703 |
| 2026-06-17 | 338.7556 |
| 2026-06-24 | 332.0104 |
| 2026-07-01 | 332.5576 |
| 2026-07-08 | 333.5580 |
| 2026-07-15 | 334.2634 |
| 2026-07-22 | 333.1328 |
| 2026-07-29 | 331.7418 |
| 2026-08-05 | 336.3301 |
| 2026-08-12 | 336.5860 |
| 2026-08-20 | 338.7238 |
| 2026-08-27 | 340.3544 |
| 2026-09-03 | 338.1988 |
| 2026-09-10 | 339.7531 |
| 2026-09-17 | 336.5769 |
| 2026-09-24 | 332.9660 |
High
351.7101
Low
331.7418
Average
339.6997
Get this rate via the API
One GET request returns the BAM/SOS 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=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/SOS API questions
How do I get the BAM/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/SOS rate in rates.SOS.
How far back does BAM/SOS historical data go?
Daily BAM/SOS 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/SOS 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.