Skip to content

BAM to SRD exchange rate API

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

21.9559

▼ +3.99% over YTD

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 year to date, BAM/SRD traded between 21.8467 and 23.4791, averaged 22.4230 and fell 3.99%. 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 YTD

BAM/SRD over YTD: show the values
PointBAM/SRD
2025-12-3122.8673
2026-01-0722.9288
2026-01-1422.6888
2026-01-2122.9958
2026-01-2823.4791
2026-02-0423.0671
2026-02-1123.1107
2026-02-1822.8652
2026-02-2522.8118
2026-03-0422.3061
2026-03-1122.2934
2026-03-1822.2364
2026-03-2522.2842
2026-04-0122.1289
2026-04-0822.3840
2026-04-1522.5649
2026-04-2222.5048
2026-04-2922.4042
2026-05-0622.4464
2026-05-1422.2649
2026-05-2122.1348
2026-05-2922.1773
2026-06-0522.2253
2026-06-1422.1419
2026-06-2122.0053
2026-06-2821.8467
2026-07-0522.0050
2026-07-1221.9837
2026-07-1922.0277
2026-07-2622.0878
2026-08-0222.3007
2026-08-0922.3626
2026-08-1622.5377
2026-08-2422.5604
2026-08-3122.3757
2026-09-0722.5074
2026-09-1422.3548
2026-09-2122.2730

High

23.4791

Low

21.8467

Average

22.4230

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.