Skip to content

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

BAM/SOS over 1Y: show the values
PointBAM/SOS
2025-09-26341.0031
2025-10-03342.6179
2025-10-10337.9010
2025-10-17340.4958
2025-10-24337.7419
2025-10-31350.3543
2025-11-07337.3829
2025-11-14341.3328
2025-11-21336.1175
2025-11-28336.8738
2025-12-05340.4960
2025-12-13342.7270
2025-12-20342.0027
2025-12-27343.4718
2026-01-03342.4195
2026-01-10339.8712
2026-01-17338.5241
2026-01-24351.0084
2026-01-31351.7101
2026-02-07351.2635
2026-02-14346.3758
2026-02-21343.9177
2026-02-28344.9258
2026-03-07339.1196
2026-03-14334.5981
2026-03-21338.6937
2026-03-28336.2340
2026-04-04335.6849
2026-04-11342.3850
2026-04-18344.6758
2026-04-25341.4672
2026-05-02341.9783
2026-05-09343.7687
2026-05-17339.6643
2026-05-25339.5773
2026-06-01340.1265
2026-06-10337.4703
2026-06-17338.7556
2026-06-24332.0104
2026-07-01332.5576
2026-07-08333.5580
2026-07-15334.2634
2026-07-22333.1328
2026-07-29331.7418
2026-08-05336.3301
2026-08-12336.5860
2026-08-20338.7238
2026-08-27340.3544
2026-09-03338.1988
2026-09-10339.7531
2026-09-17336.5769
2026-09-24332.9660

High

351.7101

Low

331.7418

Average

339.6997

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=SOS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=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&currencies=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.