Australian Dollar to Barbados Dollar
AUD/BBD · quoted 2026-09-22
1.4237
▼ +0.10% over 7D
1 AUD = 1.4237 BBD · 1 BBD = 0.70239 AUD · Get this rate via the API
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.