Skip to content

BAM to SDG exchange rate API

Convertible Mark to Sudanese Pound · quoted 2026-09-26

349.5806

▼ +2.58% over 1Y

1 BAM = 349.5806 SDG · 1 SDG = 0.002861 BAM · Get this rate via the API

1 BAM buys 349.5806 SDG as of 2026-09-26, so 1 SDG buys 0.002861 BAM. Over the last year, BAM/SDG traded between 308.2859 and 364.0928, averaged 355.7014 and fell 2.58%. The API holds daily BAM/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/SDG over 1Y

BAM/SDG over 1Y: show the values
PointBAM/SDG
2025-09-26358.8325
2025-10-03360.1033
2025-10-10355.5589
2025-10-17359.8778
2025-10-24357.0518
2025-10-31355.2796
2025-11-07354.2611
2025-11-14356.9008
2025-11-21353.9379
2025-11-28355.2645
2025-12-05357.4063
2025-12-13359.9909
2025-12-20359.3143
2025-12-27361.3285
2026-01-03359.8157
2026-01-10357.1187
2026-01-17355.6673
2026-01-24362.7097
2026-01-31363.7561
2026-02-07362.3782
2026-02-14364.0928
2026-02-21361.5080
2026-02-28362.2854
2026-03-07356.5281
2026-03-14351.3978
2026-03-21355.7488
2026-03-28353.5879
2026-04-04308.2859
2026-04-11360.0563
2026-04-18362.4654
2026-04-25359.4088
2026-05-02359.6481
2026-05-09361.2126
2026-05-17356.7571
2026-05-25357.0913
2026-06-01357.4448
2026-06-10354.3683
2026-06-17356.3489
2026-06-24348.7729
2026-07-01349.9605
2026-07-08350.3335
2026-07-15351.1116
2026-07-22350.0572
2026-07-29349.7152
2026-08-05354.0133
2026-08-12353.9928
2026-08-20358.4529
2026-08-27357.4805
2026-09-03355.8923
2026-09-10357.1404
2026-09-17351.7579
2026-09-24349.1197

High

364.0928

Low

308.2859

Average

355.7014

For developers

Get this rate via the API

One GET request returns the BAM/SDG 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=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=SDG");
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=SDG").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/SDG API questions

How do I get the BAM/SDG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/SDG rate in rates.SDG.

How far back does BAM/SDG historical data go?

Daily BAM/SDG 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/SDG 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.