Skip to content

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

BBD/CLP over 1Y: show the values
PointBBD/CLP
2025-09-26479.8136
2025-10-03480.9318
2025-10-10475.5031
2025-10-17477.6792
2025-10-24473.4717
2025-10-31471.2659
2025-11-07471.8153
2025-11-14464.8859
2025-11-21465.3107
2025-11-28463.8233
2025-12-05458.8306
2025-12-13455.3738
2025-12-20455.3640
2025-12-27453.0965
2026-01-03453.1174
2026-01-10447.4023
2026-01-17443.4150
2026-01-24433.2915
2026-01-31436.8702
2026-02-07427.8740
2026-02-14430.8381
2026-02-21432.6829
2026-02-28436.8767
2026-03-07455.8577
2026-03-14458.9247
2026-03-21463.6212
2026-03-28459.3407
2026-04-04459.6947
2026-04-11444.5209
2026-04-18435.3078
2026-04-25445.8891
2026-05-02446.2559
2026-05-09442.5795
2026-05-17454.8930
2026-05-25449.4155
2026-06-01444.7147
2026-06-10458.4233
2026-06-17442.8738
2026-06-24457.0248
2026-07-01461.1734
2026-07-08463.6935
2026-07-15462.9988
2026-07-22467.5780
2026-07-29466.8351
2026-08-05457.6098
2026-08-12457.0027
2026-08-20460.7901
2026-08-27459.9991
2026-09-03468.9000
2026-09-10463.5733
2026-09-17478.3214
2026-09-24481.6375

High

481.6375

Low

427.8740

Average

457.3551

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CLP");
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=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&currencies=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.