Australian Dollar to Barbados Dollar
AUD/BBD · quoted 2026-09-22
1.4237
▲ +6.51% over YTD
1 AUD = 1.4237 BBD · 1 BBD = 0.70239 AUD · Get this rate via the API
AUD/BBD over YTD: show the values
| Point | AUD/BBD |
|---|---|
| 2025-12-31 | 1.3367 |
| 2026-01-07 | 1.3455 |
| 2026-01-14 | 1.3354 |
| 2026-01-21 | 1.3540 |
| 2026-01-28 | 1.3999 |
| 2026-02-04 | 1.4060 |
| 2026-02-11 | 1.4230 |
| 2026-02-18 | 1.4145 |
| 2026-02-25 | 1.4183 |
| 2026-03-04 | 1.4117 |
| 2026-03-11 | 1.4302 |
| 2026-03-18 | 1.4106 |
| 2026-03-25 | 1.3927 |
| 2026-04-01 | 1.3907 |
| 2026-04-08 | 1.4113 |
| 2026-04-15 | 1.4381 |
| 2026-04-22 | 1.4425 |
| 2026-04-29 | 1.4423 |
| 2026-05-06 | 1.4559 |
| 2026-05-14 | 1.4481 |
| 2026-05-21 | 1.4256 |
| 2026-05-29 | 1.4342 |
| 2026-06-05 | 1.4281 |
| 2026-06-14 | 1.4137 |
| 2026-06-21 | 1.4021 |
| 2026-06-28 | 1.3786 |
| 2026-07-05 | 1.3875 |
| 2026-07-12 | 1.3892 |
| 2026-07-19 | 1.3949 |
| 2026-07-26 | 1.3984 |
| 2026-08-02 | 1.4082 |
| 2026-08-09 | 1.4134 |
| 2026-08-16 | 1.4169 |
| 2026-08-24 | 1.4323 |
| 2026-08-31 | 1.4324 |
| 2026-09-07 | 1.4429 |
| 2026-09-14 | 1.4259 |
| 2026-09-21 | 1.4275 |
High
1.4559
Low
1.3354
Average
1.4098
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.