Skip to content

BAM to SDG exchange rate API

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

349.5806

▼ +2.93% over YTD

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 year to date, BAM/SDG traded between 334.3283 and 367.6144, averaged 356.2091 and fell 2.93%. 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 YTD

BAM/SDG over YTD: show the values
PointBAM/SDG
2025-12-31360.1312
2026-01-07358.9121
2026-01-14356.9226
2026-01-21359.7971
2026-01-28367.6144
2026-02-04362.7015
2026-02-11365.4361
2026-02-18363.4611
2026-02-25361.6947
2026-03-04355.9362
2026-03-11356.6447
2026-03-18353.9707
2026-03-25356.1922
2026-04-01334.3283
2026-04-08358.1600
2026-04-15362.3176
2026-04-22360.3407
2026-04-29359.1054
2026-05-06359.6588
2026-05-14359.5015
2026-05-21356.5868
2026-05-29357.1546
2026-06-05356.4137
2026-06-14355.1953
2026-06-21352.1904
2026-06-28349.4915
2026-07-05351.1116
2026-07-12350.3390
2026-07-19351.0132
2026-07-26348.9992
2026-08-02353.9428
2026-08-09354.7448
2026-08-16355.0315
2026-08-24358.3356
2026-08-31355.7109
2026-09-07356.2652
2026-09-14354.9972
2026-09-21352.2235

High

367.6144

Low

334.3283

Average

356.2091

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.