Skip to content

BBD to RSD exchange rate API

Barbados Dollar to Serbian Dinar · quoted 2026-09-25

51.6535

▲ +3.52% over 1Y

1 BBD = 51.6535 RSD · 1 RSD = 0.01936 BBD · Get this rate via the API

1 BBD buys 51.6535 RSD as of 2026-09-25, so 1 RSD buys 0.01936 BBD. Over the last year, BBD/RSD traded between 49.3031 and 51.6535, averaged 50.4780 and rose 3.52%. The API holds daily BBD/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/RSD over 1Y

BBD/RSD over 1Y: show the values
PointBBD/RSD
2025-09-2549.8978
2025-10-0249.9131
2025-10-0950.3302
2025-10-1650.1813
2025-10-2350.5220
2025-10-3050.4686
2025-11-0650.9277
2025-11-1350.5581
2025-11-2050.8712
2025-11-2750.5365
2025-12-0450.3354
2025-12-1250.0216
2025-12-1950.0491
2025-12-2649.7966
2026-01-0249.8656
2026-01-0950.3556
2026-01-1650.5483
2026-01-2349.9760
2026-01-3049.3031
2026-02-0649.7813
2026-02-1349.4518
2026-02-2049.9314
2026-02-2749.7683
2026-03-0650.5255
2026-03-1350.9694
2026-03-2050.7790
2026-03-2750.8881
2026-04-0350.8868
2026-04-1049.9068
2026-04-1749.4805
2026-04-2449.9140
2026-05-0149.6774
2026-05-0849.5377
2026-05-1650.4860
2026-05-2450.6193
2026-05-3150.3694
2026-06-0950.8678
2026-06-1650.6586
2026-06-2351.3486
2026-06-3051.4846
2026-07-0751.3027
2026-07-1451.5068
2026-07-2151.4268
2026-07-2851.5956
2026-08-0450.9810
2026-08-1150.8283
2026-08-1850.6890
2026-08-2650.2661
2026-09-0250.6561
2026-09-0950.4417
2026-09-1650.8386
2026-09-2351.3556

High

51.6535

Low

49.3031

Average

50.4780

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/RSD API questions

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

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

How far back does BBD/RSD historical data go?

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