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: show the values
| Point | BBD/ARS |
|---|---|
| 2025-09-27 | 667.4132 |
| 2025-10-04 | 712.1498 |
| 2025-10-11 | 707.8309 |
| 2025-10-18 | 727.7223 |
| 2025-10-25 | 744.7474 |
| 2025-11-01 | 720.9144 |
| 2025-11-08 | 708.4433 |
| 2025-11-15 | 698.6477 |
| 2025-11-22 | 711.9577 |
| 2025-11-29 | 722.3861 |
| 2025-12-06 | 716.2228 |
| 2025-12-14 | 719.9400 |
| 2025-12-21 | 724.4545 |
| 2025-12-28 | 725.5360 |
| 2026-01-04 | 737.6579 |
| 2026-01-11 | 732.9340 |
| 2026-01-18 | 714.2401 |
| 2026-01-25 | 717.2358 |
| 2026-02-01 | 724.2875 |
| 2026-02-08 | 715.8006 |
| 2026-02-15 | 697.9187 |
| 2026-02-22 | 690.0623 |
| 2026-03-01 | 698.4631 |
| 2026-03-08 | 708.6861 |
| 2026-03-15 | 698.3864 |
| 2026-03-22 | 695.7037 |
| 2026-03-29 | 692.3280 |
| 2026-04-05 | 693.9052 |
| 2026-04-12 | 681.8324 |
| 2026-04-19 | 678.4714 |
| 2026-04-26 | 691.4856 |
| 2026-05-03 | 691.4313 |
| 2026-05-10 | 696.2877 |
| 2026-05-18 | 690.8665 |
| 2026-05-26 | 700.4826 |
| 2026-06-02 | 713.5974 |
| 2026-06-11 | 716.6298 |
| 2026-06-18 | 720.7470 |
| 2026-06-25 | 739.6252 |
| 2026-07-02 | 739.3026 |
| 2026-07-09 | 743.7912 |
| 2026-07-16 | 737.8115 |
| 2026-07-23 | 741.3043 |
| 2026-07-30 | 747.6220 |
| 2026-08-06 | 748.1086 |
| 2026-08-13 | 746.3112 |
| 2026-08-21 | 748.6133 |
| 2026-08-28 | 756.0941 |
| 2026-09-04 | 754.2245 |
| 2026-09-11 | 756.3360 |
| 2026-09-18 | 749.8063 |
| 2026-09-25 | 759.9233 |
High
762.3726
Low
667.4132
Average
719.6048
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.