Australian Dollar to Barbados Dollar
AUD/BBD · quoted 2026-09-22
1.4237
▲ +2.98% over 6M
1 AUD = 1.4237 BBD · 1 BBD = 0.70239 AUD · Get this rate via the API
AUD/BBD over 6M: show the values
| Point | AUD/BBD |
|---|---|
| 2026-03-26 | 1.3825 |
| 2026-04-02 | 1.3744 |
| 2026-04-09 | 1.4175 |
| 2026-04-16 | 1.4411 |
| 2026-04-23 | 1.4458 |
| 2026-04-30 | 1.4402 |
| 2026-05-07 | 1.4667 |
| 2026-05-15 | 1.4465 |
| 2026-05-23 | 1.4257 |
| 2026-05-30 | 1.4369 |
| 2026-06-06 | 1.4084 |
| 2026-06-15 | 1.4134 |
| 2026-06-22 | 1.4017 |
| 2026-06-29 | 1.3800 |
| 2026-07-06 | 1.3868 |
| 2026-07-13 | 1.3886 |
| 2026-07-20 | 1.4014 |
| 2026-07-27 | 1.3999 |
| 2026-08-03 | 1.4013 |
| 2026-08-10 | 1.4127 |
| 2026-08-17 | 1.4250 |
| 2026-08-25 | 1.4307 |
| 2026-09-01 | 1.4282 |
| 2026-09-08 | 1.4429 |
| 2026-09-15 | 1.4251 |
High
1.4667
Low
1.3744
Average
1.4172
For developers
Get this rate via the API
One GET request returns the AUD/BBD 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=AUD¤cies=BBD"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BBD");
const data = await response.json();Python
import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BBD").json()Replace YOUR_API_KEY with the key from your dashboard.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.