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: show the values
| Point | BBD/KRW |
|---|---|
| 2025-09-26 | 704.9092 |
| 2025-10-03 | 702.7825 |
| 2025-10-10 | 710.5161 |
| 2025-10-17 | 710.2902 |
| 2025-10-24 | 719.7253 |
| 2025-10-31 | 714.0687 |
| 2025-11-07 | 729.8201 |
| 2025-11-14 | 725.7512 |
| 2025-11-21 | 737.1441 |
| 2025-11-28 | 734.8305 |
| 2025-12-05 | 736.2903 |
| 2025-12-13 | 737.3448 |
| 2025-12-20 | 737.7875 |
| 2025-12-27 | 722.7633 |
| 2026-01-03 | 720.3698 |
| 2026-01-10 | 728.4393 |
| 2026-01-17 | 736.5364 |
| 2026-01-24 | 723.6763 |
| 2026-01-31 | 725.2754 |
| 2026-02-07 | 731.9017 |
| 2026-02-14 | 720.4023 |
| 2026-02-21 | 722.7782 |
| 2026-02-28 | 719.8319 |
| 2026-03-07 | 742.5024 |
| 2026-03-14 | 750.6247 |
| 2026-03-21 | 752.3684 |
| 2026-03-28 | 748.6390 |
| 2026-04-04 | 755.7015 |
| 2026-04-11 | 737.3516 |
| 2026-04-18 | 728.4375 |
| 2026-04-25 | 734.3422 |
| 2026-05-02 | 730.3505 |
| 2026-05-09 | 725.9317 |
| 2026-05-17 | 751.2677 |
| 2026-05-25 | 756.8754 |
| 2026-06-01 | 754.3191 |
| 2026-06-10 | 762.2498 |
| 2026-06-17 | 758.5411 |
| 2026-06-24 | 773.2143 |
| 2026-07-01 | 779.0433 |
| 2026-07-08 | 754.5379 |
| 2026-07-15 | 746.0854 |
| 2026-07-22 | 740.1736 |
| 2026-07-29 | 726.1731 |
| 2026-08-05 | 711.8617 |
| 2026-08-12 | 708.5665 |
| 2026-08-20 | 698.1765 |
| 2026-08-27 | 690.1889 |
| 2026-09-03 | 678.6440 |
| 2026-09-10 | 671.9008 |
| 2026-09-17 | 691.2769 |
| 2026-09-24 | 684.3010 |
High
779.0433
Low
671.9008
Average
727.8177
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.