Skip to content

BBD to SEK exchange rate API

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

4.9613

▲ +7.74% over YTD

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 year to date, BBD/SEK traded between 4.4215 and 4.9613, averaged 4.6796 and rose 7.74%. 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 YTD

BBD/SEK over YTD: show the values
PointBBD/SEK
2025-12-314.6049
2026-01-074.5945
2026-01-144.6018
2026-01-214.5408
2026-01-284.4215
2026-02-044.4742
2026-02-114.4381
2026-02-184.4812
2026-02-254.5301
2026-03-044.5834
2026-03-114.5999
2026-03-184.6860
2026-03-254.6461
2026-04-014.6911
2026-04-084.6062
2026-04-154.5707
2026-04-224.5541
2026-04-294.5988
2026-05-064.5826
2026-05-144.6635
2026-05-214.6821
2026-05-294.6256
2026-06-054.6682
2026-06-144.7061
2026-06-214.7926
2026-06-284.8678
2026-07-054.8233
2026-07-124.8392
2026-07-194.8281
2026-07-264.8523
2026-08-024.7539
2026-08-094.7374
2026-08-164.7631
2026-08-244.7499
2026-08-314.7904
2026-09-074.8021
2026-09-144.8831
2026-09-214.9064

High

4.9613

Low

4.4215

Average

4.6796

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.