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: show the values
| Point | BAM/SDG |
|---|---|
| 2025-12-31 | 360.1312 |
| 2026-01-07 | 358.9121 |
| 2026-01-14 | 356.9226 |
| 2026-01-21 | 359.7971 |
| 2026-01-28 | 367.6144 |
| 2026-02-04 | 362.7015 |
| 2026-02-11 | 365.4361 |
| 2026-02-18 | 363.4611 |
| 2026-02-25 | 361.6947 |
| 2026-03-04 | 355.9362 |
| 2026-03-11 | 356.6447 |
| 2026-03-18 | 353.9707 |
| 2026-03-25 | 356.1922 |
| 2026-04-01 | 334.3283 |
| 2026-04-08 | 358.1600 |
| 2026-04-15 | 362.3176 |
| 2026-04-22 | 360.3407 |
| 2026-04-29 | 359.1054 |
| 2026-05-06 | 359.6588 |
| 2026-05-14 | 359.5015 |
| 2026-05-21 | 356.5868 |
| 2026-05-29 | 357.1546 |
| 2026-06-05 | 356.4137 |
| 2026-06-14 | 355.1953 |
| 2026-06-21 | 352.1904 |
| 2026-06-28 | 349.4915 |
| 2026-07-05 | 351.1116 |
| 2026-07-12 | 350.3390 |
| 2026-07-19 | 351.0132 |
| 2026-07-26 | 348.9992 |
| 2026-08-02 | 353.9428 |
| 2026-08-09 | 354.7448 |
| 2026-08-16 | 355.0315 |
| 2026-08-24 | 358.3356 |
| 2026-08-31 | 355.7109 |
| 2026-09-07 | 356.2652 |
| 2026-09-14 | 354.9972 |
| 2026-09-21 | 352.2235 |
High
367.6144
Low
334.3283
Average
356.2091
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.