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: show the values
| Point | BAM/SRD |
|---|---|
| 2025-09-26 | 22.6076 |
| 2025-10-03 | 22.6697 |
| 2025-10-10 | 22.6571 |
| 2025-10-17 | 23.3855 |
| 2025-10-24 | 23.5953 |
| 2025-10-31 | 22.9887 |
| 2025-11-07 | 22.7450 |
| 2025-11-14 | 22.9540 |
| 2025-11-21 | 22.7117 |
| 2025-11-28 | 22.8059 |
| 2025-12-05 | 22.9985 |
| 2025-12-13 | 23.1433 |
| 2025-12-20 | 23.0725 |
| 2025-12-27 | 23.0799 |
| 2026-01-03 | 22.8762 |
| 2026-01-10 | 22.7484 |
| 2026-01-17 | 22.7032 |
| 2026-01-24 | 23.0796 |
| 2026-01-31 | 23.0867 |
| 2026-02-07 | 22.8713 |
| 2026-02-14 | 22.9236 |
| 2026-02-21 | 22.6910 |
| 2026-02-28 | 22.7765 |
| 2026-03-07 | 22.3738 |
| 2026-03-14 | 21.9823 |
| 2026-03-21 | 22.2248 |
| 2026-03-28 | 22.1219 |
| 2026-04-04 | 22.0008 |
| 2026-04-11 | 22.4355 |
| 2026-04-18 | 22.7406 |
| 2026-04-25 | 22.4224 |
| 2026-05-02 | 22.4340 |
| 2026-05-09 | 22.4961 |
| 2026-05-17 | 22.0895 |
| 2026-05-25 | 22.2029 |
| 2026-06-01 | 22.1384 |
| 2026-06-10 | 22.1689 |
| 2026-06-17 | 22.1782 |
| 2026-06-24 | 21.8161 |
| 2026-07-01 | 21.8925 |
| 2026-07-08 | 21.9563 |
| 2026-07-15 | 22.0573 |
| 2026-07-22 | 22.0236 |
| 2026-07-29 | 22.1097 |
| 2026-08-05 | 22.4083 |
| 2026-08-12 | 22.4370 |
| 2026-08-20 | 22.5797 |
| 2026-08-27 | 22.4982 |
| 2026-09-03 | 22.4121 |
| 2026-09-10 | 22.5322 |
| 2026-09-17 | 22.1864 |
| 2026-09-24 | 22.0498 |
High
23.5953
Low
21.8161
Average
22.5301
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.