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: show the values
| Point | BAM/SDG |
|---|---|
| 2025-09-26 | 358.8325 |
| 2025-10-03 | 360.1033 |
| 2025-10-10 | 355.5589 |
| 2025-10-17 | 359.8778 |
| 2025-10-24 | 357.0518 |
| 2025-10-31 | 355.2796 |
| 2025-11-07 | 354.2611 |
| 2025-11-14 | 356.9008 |
| 2025-11-21 | 353.9379 |
| 2025-11-28 | 355.2645 |
| 2025-12-05 | 357.4063 |
| 2025-12-13 | 359.9909 |
| 2025-12-20 | 359.3143 |
| 2025-12-27 | 361.3285 |
| 2026-01-03 | 359.8157 |
| 2026-01-10 | 357.1187 |
| 2026-01-17 | 355.6673 |
| 2026-01-24 | 362.7097 |
| 2026-01-31 | 363.7561 |
| 2026-02-07 | 362.3782 |
| 2026-02-14 | 364.0928 |
| 2026-02-21 | 361.5080 |
| 2026-02-28 | 362.2854 |
| 2026-03-07 | 356.5281 |
| 2026-03-14 | 351.3978 |
| 2026-03-21 | 355.7488 |
| 2026-03-28 | 353.5879 |
| 2026-04-04 | 308.2859 |
| 2026-04-11 | 360.0563 |
| 2026-04-18 | 362.4654 |
| 2026-04-25 | 359.4088 |
| 2026-05-02 | 359.6481 |
| 2026-05-09 | 361.2126 |
| 2026-05-17 | 356.7571 |
| 2026-05-25 | 357.0913 |
| 2026-06-01 | 357.4448 |
| 2026-06-10 | 354.3683 |
| 2026-06-17 | 356.3489 |
| 2026-06-24 | 348.7729 |
| 2026-07-01 | 349.9605 |
| 2026-07-08 | 350.3335 |
| 2026-07-15 | 351.1116 |
| 2026-07-22 | 350.0572 |
| 2026-07-29 | 349.7152 |
| 2026-08-05 | 354.0133 |
| 2026-08-12 | 353.9928 |
| 2026-08-20 | 358.4529 |
| 2026-08-27 | 357.4805 |
| 2026-09-03 | 355.8923 |
| 2026-09-10 | 357.1404 |
| 2026-09-17 | 351.7579 |
| 2026-09-24 | 349.1197 |
High
364.0928
Low
308.2859
Average
355.7014
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.