Australian Dollar to Barbados Dollar
AUD/BBD · quoted 2026-09-22
1.4237
▲ +7.95% over 1Y
1 AUD = 1.4237 BBD · 1 BBD = 0.70239 AUD · Get this rate via the API
AUD/BBD over 1Y: show the values
| Point | AUD/BBD |
|---|---|
| 2025-09-22 | 1.3189 |
| 2025-09-29 | 1.3128 |
| 2025-10-06 | 1.3197 |
| 2025-10-13 | 1.3017 |
| 2025-10-20 | 1.2975 |
| 2025-10-27 | 1.3118 |
| 2025-11-03 | 1.3086 |
| 2025-11-10 | 1.3067 |
| 2025-11-17 | 1.3027 |
| 2025-11-24 | 1.2914 |
| 2025-12-01 | 1.3130 |
| 2025-12-08 | 1.3283 |
| 2025-12-16 | 1.3278 |
| 2025-12-23 | 1.3388 |
| 2025-12-30 | 1.3404 |
| 2026-01-06 | 1.3439 |
| 2026-01-13 | 1.3400 |
| 2026-01-20 | 1.3465 |
| 2026-01-27 | 1.3898 |
| 2026-02-03 | 1.4024 |
| 2026-02-10 | 1.4134 |
| 2026-02-17 | 1.4099 |
| 2026-02-24 | 1.4089 |
| 2026-03-03 | 1.4039 |
| 2026-03-10 | 1.4235 |
| 2026-03-17 | 1.4212 |
| 2026-03-24 | 1.3947 |
| 2026-03-31 | 1.3776 |
| 2026-04-07 | 1.3870 |
| 2026-04-14 | 1.4331 |
| 2026-04-21 | 1.4416 |
| 2026-04-28 | 1.4443 |
| 2026-05-05 | 1.4442 |
| 2026-05-12 | 1.4445 |
| 2026-05-20 | 1.4259 |
| 2026-05-28 | 1.4238 |
| 2026-06-04 | 1.4285 |
| 2026-06-13 | 1.4089 |
| 2026-06-20 | 1.4024 |
| 2026-06-27 | 1.3787 |
| 2026-07-04 | 1.3871 |
| 2026-07-11 | 1.3901 |
| 2026-07-18 | 1.3963 |
| 2026-07-25 | 1.3967 |
| 2026-08-01 | 1.4065 |
| 2026-08-08 | 1.4134 |
| 2026-08-15 | 1.4169 |
| 2026-08-23 | 1.4335 |
| 2026-08-30 | 1.4321 |
| 2026-09-06 | 1.4406 |
| 2026-09-13 | 1.4329 |
| 2026-09-20 | 1.4248 |
High
1.4445
Low
1.2914
Average
1.3821
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.