Australian Dollar to Barbados Dollar
AUD/BBD · quoted 2026-09-22
1.4237
▲ +4.79% over 5Y
1 AUD = 1.4237 BBD · 1 BBD = 0.70239 AUD · Get this rate via the API
AUD/BBD over 5Y: show the values
| Point | AUD/BBD |
|---|---|
| 2024-08-24 | 1.3586 |
| 2024-10-07 | 1.3596 |
| 2024-11-06 | 1.3122 |
| 2024-12-06 | 1.2821 |
| 2025-01-05 | 1.2425 |
| 2025-02-04 | 1.2430 |
| 2025-03-06 | 1.2674 |
| 2025-04-06 | 1.2021 |
| 2025-05-06 | 1.2927 |
| 2025-06-07 | 1.2984 |
| 2025-07-07 | 1.3000 |
| 2025-08-06 | 1.3006 |
| 2025-09-05 | 1.3091 |
| 2025-10-06 | 1.3197 |
| 2025-11-05 | 1.2968 |
| 2025-12-05 | 1.3274 |
| 2026-01-05 | 1.3336 |
| 2026-02-04 | 1.4060 |
| 2026-03-06 | 1.4012 |
| 2026-04-05 | 1.3776 |
| 2026-05-05 | 1.4442 |
| 2026-06-06 | 1.4084 |
| 2026-07-08 | 1.3847 |
| 2026-08-07 | 1.4081 |
| 2026-09-07 | 1.4429 |
High
1.4442
Low
1.2021
Average
1.3363
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.