BBD to CLP exchange rate API
Barbados Dollar to Chilean Peso · quoted 2026-09-26
480.8359
▲ +0.21% over 1Y
1 BBD = 480.8359 CLP · 1 CLP = 0.002080 BBD · Get this rate via the API
1 BBD buys 480.8359 CLP as of 2026-09-26, so 1 CLP buys 0.002080 BBD. Over the last year, BBD/CLP traded between 427.8740 and 481.6375, averaged 457.3551 and rose 0.21%. The API holds daily BBD/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/CLP over 1Y: show the values
| Point | BBD/CLP |
|---|---|
| 2025-09-26 | 479.8136 |
| 2025-10-03 | 480.9318 |
| 2025-10-10 | 475.5031 |
| 2025-10-17 | 477.6792 |
| 2025-10-24 | 473.4717 |
| 2025-10-31 | 471.2659 |
| 2025-11-07 | 471.8153 |
| 2025-11-14 | 464.8859 |
| 2025-11-21 | 465.3107 |
| 2025-11-28 | 463.8233 |
| 2025-12-05 | 458.8306 |
| 2025-12-13 | 455.3738 |
| 2025-12-20 | 455.3640 |
| 2025-12-27 | 453.0965 |
| 2026-01-03 | 453.1174 |
| 2026-01-10 | 447.4023 |
| 2026-01-17 | 443.4150 |
| 2026-01-24 | 433.2915 |
| 2026-01-31 | 436.8702 |
| 2026-02-07 | 427.8740 |
| 2026-02-14 | 430.8381 |
| 2026-02-21 | 432.6829 |
| 2026-02-28 | 436.8767 |
| 2026-03-07 | 455.8577 |
| 2026-03-14 | 458.9247 |
| 2026-03-21 | 463.6212 |
| 2026-03-28 | 459.3407 |
| 2026-04-04 | 459.6947 |
| 2026-04-11 | 444.5209 |
| 2026-04-18 | 435.3078 |
| 2026-04-25 | 445.8891 |
| 2026-05-02 | 446.2559 |
| 2026-05-09 | 442.5795 |
| 2026-05-17 | 454.8930 |
| 2026-05-25 | 449.4155 |
| 2026-06-01 | 444.7147 |
| 2026-06-10 | 458.4233 |
| 2026-06-17 | 442.8738 |
| 2026-06-24 | 457.0248 |
| 2026-07-01 | 461.1734 |
| 2026-07-08 | 463.6935 |
| 2026-07-15 | 462.9988 |
| 2026-07-22 | 467.5780 |
| 2026-07-29 | 466.8351 |
| 2026-08-05 | 457.6098 |
| 2026-08-12 | 457.0027 |
| 2026-08-20 | 460.7901 |
| 2026-08-27 | 459.9991 |
| 2026-09-03 | 468.9000 |
| 2026-09-10 | 463.5733 |
| 2026-09-17 | 478.3214 |
| 2026-09-24 | 481.6375 |
High
481.6375
Low
427.8740
Average
457.3551
Get this rate via the API
One GET request returns the BBD/CLP 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=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/CLP API questions
How do I get the BBD/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/CLP rate in rates.CLP.
How far back does BBD/CLP historical data go?
Daily BBD/CLP 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/CLP 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.