Skip to content

BBD to SEK exchange rate API

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

4.9613

▲ +4.51% over 30D

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 30 days, BBD/SEK traded between 4.7470 and 4.9613, averaged 4.8426 and rose 4.51%. 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 30D

BBD/SEK over 30D: show the values
PointBBD/SEK
2026-08-264.7470
2026-08-274.7589
2026-08-284.7619
2026-08-294.8033
2026-08-304.8049
2026-08-314.7904
2026-09-014.7949
2026-09-024.8184
2026-09-034.7889
2026-09-044.7756
2026-09-054.7846
2026-09-064.7861
2026-09-074.8021
2026-09-084.8011
2026-09-094.7844
2026-09-104.8207
2026-09-114.8470
2026-09-124.8498
2026-09-134.8436
2026-09-144.8831
2026-09-154.8852
2026-09-164.8919
2026-09-174.9088
2026-09-184.8926
2026-09-194.9154
2026-09-204.9118
2026-09-214.9064
2026-09-224.9055
2026-09-234.9391
2026-09-244.9549

High

4.9613

Low

4.7470

Average

4.8426

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.