Skip to content

BBD to SEK exchange rate API

Barbados Dollar to Swedish Krona · quoted 2026-09-25

4.9613

▲ +4.81% over 6M

1 BBD = 4.9613 SEK · 1 SEK = 0.20156 BBD · Get this rate via the API

1 BBD buys 4.9613 SEK as of 2026-09-25, so 1 SEK buys 0.20156 BBD. Over the last 6 months, BBD/SEK traded between 4.5504 and 4.9613, averaged 4.7468 and rose 4.81%. The API holds daily BBD/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/SEK over 6M

BBD/SEK over 6M: show the values
PointBBD/SEK
2026-03-294.7336
2026-04-054.7380
2026-04-124.6318
2026-04-194.5504
2026-04-264.5924
2026-05-034.5708
2026-05-104.5933
2026-05-184.6568
2026-05-264.6521
2026-06-024.6463
2026-06-114.7645
2026-06-184.7921
2026-06-254.8796
2026-07-024.8235
2026-07-094.8369
2026-07-164.8088
2026-07-234.8699
2026-07-304.7969
2026-08-064.7323
2026-08-134.7809
2026-08-214.7280
2026-08-284.7619
2026-09-044.7756
2026-09-114.8470
2026-09-184.8926

High

4.9613

Low

4.5504

Average

4.7468

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/SEK API questions

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

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

How far back does BBD/SEK historical data go?

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