Skip to content

BBD to SEK exchange rate API

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

4.9613

▼ +2.52% over 5Y

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 5 years, BBD/SEK traded between 4.4742 and 5.5555, averaged 4.9078 and fell 2.52%. 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 5Y

BBD/SEK over 5Y: show the values
PointBBD/SEK
2024-08-245.0894
2024-10-075.1748
2024-11-065.4472
2024-12-065.4451
2025-01-055.5555
2025-02-045.5239
2025-03-065.0769
2025-04-065.0203
2025-05-064.8035
2025-06-074.8220
2025-07-074.7598
2025-08-064.8240
2025-09-054.7025
2025-10-064.7046
2025-11-054.7936
2025-12-054.7055
2026-01-054.6241
2026-02-044.4742
2026-03-064.6246
2026-04-054.7380
2026-05-054.6050
2026-06-064.7336
2026-07-084.8476
2026-08-074.7445
2026-09-074.8021

High

5.5555

Low

4.4742

Average

4.9078

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.