Skip to content

BBD to SRD exchange rate API

Barbados Dollar to Surinam Dollar · quoted 2026-09-24

18.9534

▼ +0.65% over 1Y

1 BBD = 18.9534 SRD · 1 SRD = 0.05276 BBD · Get this rate via the API

1 BBD buys 18.9534 SRD as of 2026-09-24, so 1 SRD buys 0.05276 BBD. Over the last year, BBD/SRD traded between 18.3888 and 19.9056, averaged 18.9496 and fell 0.65%. The API holds daily BBD/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/SRD over 1Y

BBD/SRD over 1Y: show the values
PointBBD/SRD
2025-09-2419.0777
2025-10-0119.1029
2025-10-0819.0645
2025-10-1519.4575
2025-10-2219.9056
2025-10-2919.8214
2025-11-0519.2525
2025-11-1219.2775
2025-11-1919.2912
2025-11-2619.2067
2025-12-0319.2473
2025-12-1119.2866
2025-12-1819.2767
2025-12-2519.1704
2026-01-0119.0461
2026-01-0819.0770
2026-01-1519.1633
2026-01-2219.1125
2026-01-2919.0542
2026-02-0519.0264
2026-02-1218.7138
2026-02-1918.8574
2026-02-2618.9224
2026-03-0518.8731
2026-03-1218.7668
2026-03-1918.7328
2026-03-2618.7738
2026-04-0218.7090
2026-04-0918.6574
2026-04-1618.6290
2026-04-2318.5337
2026-04-3018.5933
2026-05-0718.5102
2026-05-1518.3888
2026-05-2318.5978
2026-05-3018.5865
2026-06-0618.6434
2026-06-1518.7431
2026-06-2218.7028
2026-06-2918.7419
2026-07-0618.8223
2026-07-1318.8156
2026-07-2018.8577
2026-07-2718.9077
2026-08-0318.9175
2026-08-1018.9218
2026-08-1718.9975
2026-08-2518.8975
2026-09-0118.8971
2026-09-0818.9228
2026-09-1518.9436
2026-09-2218.8791

High

19.9056

Low

18.3888

Average

18.9496

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/SRD API questions

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

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

How far back does BBD/SRD historical data go?

Daily BBD/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 BBD/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.