Skip to content

BBD to ARS exchange rate API

Barbados Dollar to Argentine Peso · quoted 2026-09-27

762.3726

▲ +14.23% over 1Y

1 BBD = 762.3726 ARS · 1 ARS = 0.001312 BBD · Get this rate via the API

1 BBD buys 762.3726 ARS as of 2026-09-27, so 1 ARS buys 0.001312 BBD. Over the last year, BBD/ARS traded between 667.4132 and 762.3726, averaged 719.6048 and rose 14.23%. The API holds daily BBD/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/ARS over 1Y

BBD/ARS over 1Y: show the values
PointBBD/ARS
2025-09-27667.4132
2025-10-04712.1498
2025-10-11707.8309
2025-10-18727.7223
2025-10-25744.7474
2025-11-01720.9144
2025-11-08708.4433
2025-11-15698.6477
2025-11-22711.9577
2025-11-29722.3861
2025-12-06716.2228
2025-12-14719.9400
2025-12-21724.4545
2025-12-28725.5360
2026-01-04737.6579
2026-01-11732.9340
2026-01-18714.2401
2026-01-25717.2358
2026-02-01724.2875
2026-02-08715.8006
2026-02-15697.9187
2026-02-22690.0623
2026-03-01698.4631
2026-03-08708.6861
2026-03-15698.3864
2026-03-22695.7037
2026-03-29692.3280
2026-04-05693.9052
2026-04-12681.8324
2026-04-19678.4714
2026-04-26691.4856
2026-05-03691.4313
2026-05-10696.2877
2026-05-18690.8665
2026-05-26700.4826
2026-06-02713.5974
2026-06-11716.6298
2026-06-18720.7470
2026-06-25739.6252
2026-07-02739.3026
2026-07-09743.7912
2026-07-16737.8115
2026-07-23741.3043
2026-07-30747.6220
2026-08-06748.1086
2026-08-13746.3112
2026-08-21748.6133
2026-08-28756.0941
2026-09-04754.2245
2026-09-11756.3360
2026-09-18749.8063
2026-09-25759.9233

High

762.3726

Low

667.4132

Average

719.6048

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/ARS API questions

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

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

How far back does BBD/ARS historical data go?

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