Skip to content

BBD to KRW exchange rate API

Barbados Dollar to Won · quoted 2026-09-26

677.4582

▼ +3.89% over 1Y

1 BBD = 677.4582 KRW · 1 KRW = 0.001476 BBD · Get this rate via the API

1 BBD buys 677.4582 KRW as of 2026-09-26, so 1 KRW buys 0.001476 BBD. Over the last year, BBD/KRW traded between 671.9008 and 779.0433, averaged 727.8177 and fell 3.89%. The API holds daily BBD/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/KRW over 1Y

BBD/KRW over 1Y: show the values
PointBBD/KRW
2025-09-26704.9092
2025-10-03702.7825
2025-10-10710.5161
2025-10-17710.2902
2025-10-24719.7253
2025-10-31714.0687
2025-11-07729.8201
2025-11-14725.7512
2025-11-21737.1441
2025-11-28734.8305
2025-12-05736.2903
2025-12-13737.3448
2025-12-20737.7875
2025-12-27722.7633
2026-01-03720.3698
2026-01-10728.4393
2026-01-17736.5364
2026-01-24723.6763
2026-01-31725.2754
2026-02-07731.9017
2026-02-14720.4023
2026-02-21722.7782
2026-02-28719.8319
2026-03-07742.5024
2026-03-14750.6247
2026-03-21752.3684
2026-03-28748.6390
2026-04-04755.7015
2026-04-11737.3516
2026-04-18728.4375
2026-04-25734.3422
2026-05-02730.3505
2026-05-09725.9317
2026-05-17751.2677
2026-05-25756.8754
2026-06-01754.3191
2026-06-10762.2498
2026-06-17758.5411
2026-06-24773.2143
2026-07-01779.0433
2026-07-08754.5379
2026-07-15746.0854
2026-07-22740.1736
2026-07-29726.1731
2026-08-05711.8617
2026-08-12708.5665
2026-08-20698.1765
2026-08-27690.1889
2026-09-03678.6440
2026-09-10671.9008
2026-09-17691.2769
2026-09-24684.3010

High

779.0433

Low

671.9008

Average

727.8177

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/KRW API questions

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

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

How far back does BBD/KRW historical data go?

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