Australian Dollar to Barbados Dollar
AUD/BBD · quoted 2026-09-22
1.4237
▼ +0.68% over 30D
1 AUD = 1.4237 BBD · 1 BBD = 0.70239 AUD · Get this rate via the API
AUD/BBD over 30D: show the values
| Point | AUD/BBD |
|---|---|
| 2026-08-23 | 1.4335 |
| 2026-08-24 | 1.4323 |
| 2026-08-25 | 1.4307 |
| 2026-08-26 | 1.4370 |
| 2026-08-27 | 1.4380 |
| 2026-08-28 | 1.4389 |
| 2026-08-29 | 1.4322 |
| 2026-08-30 | 1.4321 |
| 2026-08-31 | 1.4324 |
| 2026-09-01 | 1.4282 |
| 2026-09-02 | 1.4295 |
| 2026-09-03 | 1.4387 |
| 2026-09-04 | 1.4407 |
| 2026-09-05 | 1.4408 |
| 2026-09-06 | 1.4406 |
| 2026-09-07 | 1.4429 |
| 2026-09-08 | 1.4429 |
| 2026-09-09 | 1.4449 |
| 2026-09-10 | 1.4370 |
| 2026-09-11 | 1.4346 |
| 2026-09-12 | 1.4342 |
| 2026-09-13 | 1.4329 |
| 2026-09-14 | 1.4259 |
| 2026-09-15 | 1.4251 |
| 2026-09-16 | 1.4264 |
| 2026-09-17 | 1.4228 |
| 2026-09-18 | 1.4339 |
| 2026-09-19 | 1.4251 |
| 2026-09-20 | 1.4248 |
| 2026-09-21 | 1.4275 |
High
1.4449
Low
1.4228
Average
1.4332
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.