Skip to content

BBD to AMD exchange rate API

Barbados Dollar to Armenian Dram · quoted 2026-09-25

181.5704

▼ +0.22% over 30D

1 BBD = 181.5704 AMD · 1 AMD = 0.005508 BBD · Get this rate via the API

1 BBD buys 181.5704 AMD as of 2026-09-25, so 1 AMD buys 0.005508 BBD. Over the last 30 days, BBD/AMD traded between 180.2422 and 183.1799, averaged 181.8697 and fell 0.22%. The API holds daily BBD/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/AMD over 30D

BBD/AMD over 30D: show the values
PointBBD/AMD
2026-08-26181.9727
2026-08-27182.0073
2026-08-28181.9786
2026-08-29182.4389
2026-08-30182.4408
2026-08-31183.1799
2026-09-01182.0816
2026-09-02182.0073
2026-09-03182.0261
2026-09-04181.8287
2026-09-05182.2361
2026-09-06182.2364
2026-09-07181.9191
2026-09-08181.9403
2026-09-09181.5051
2026-09-10181.7684
2026-09-11182.1109
2026-09-12181.5153
2026-09-13181.6738
2026-09-14181.5944
2026-09-15181.4061
2026-09-16181.8837
2026-09-17182.3225
2026-09-18180.2422
2026-09-19181.7238
2026-09-20181.7223
2026-09-21181.3819
2026-09-22181.7897
2026-09-23181.7827
2026-09-24181.9729
2026-09-25181.5704

High

183.1799

Low

180.2422

Average

181.8697

For developers

Get this rate via the API

One GET request returns the BBD/AMD 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=BBD&currencies=AMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=AMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=AMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/AMD API questions

How do I get the BBD/AMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/AMD rate in rates.AMD.

How far back does BBD/AMD historical data go?

Daily BBD/AMD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BBD/AMD exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.