Skip to content

BAM to SRD exchange rate API

Convertible Mark to Surinam Dollar · quoted 2026-09-26

21.9559

▼ +2.88% over 1Y

1 BAM = 21.9559 SRD · 1 SRD = 0.04555 BAM · Get this rate via the API

1 BAM buys 21.9559 SRD as of 2026-09-26, so 1 SRD buys 0.04555 BAM. Over the last year, BAM/SRD traded between 21.8161 and 23.5953, averaged 22.5301 and fell 2.88%. The API holds daily BAM/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/SRD over 1Y

BAM/SRD over 1Y: show the values
PointBAM/SRD
2025-09-2622.6076
2025-10-0322.6697
2025-10-1022.6571
2025-10-1723.3855
2025-10-2423.5953
2025-10-3122.9887
2025-11-0722.7450
2025-11-1422.9540
2025-11-2122.7117
2025-11-2822.8059
2025-12-0522.9985
2025-12-1323.1433
2025-12-2023.0725
2025-12-2723.0799
2026-01-0322.8762
2026-01-1022.7484
2026-01-1722.7032
2026-01-2423.0796
2026-01-3123.0867
2026-02-0722.8713
2026-02-1422.9236
2026-02-2122.6910
2026-02-2822.7765
2026-03-0722.3738
2026-03-1421.9823
2026-03-2122.2248
2026-03-2822.1219
2026-04-0422.0008
2026-04-1122.4355
2026-04-1822.7406
2026-04-2522.4224
2026-05-0222.4340
2026-05-0922.4961
2026-05-1722.0895
2026-05-2522.2029
2026-06-0122.1384
2026-06-1022.1689
2026-06-1722.1782
2026-06-2421.8161
2026-07-0121.8925
2026-07-0821.9563
2026-07-1522.0573
2026-07-2222.0236
2026-07-2922.1097
2026-08-0522.4083
2026-08-1222.4370
2026-08-2022.5797
2026-08-2722.4982
2026-09-0322.4121
2026-09-1022.5322
2026-09-1722.1864
2026-09-2422.0498

High

23.5953

Low

21.8161

Average

22.5301

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/SRD API questions

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

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

How far back does BAM/SRD historical data go?

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