Skip to content

BBD to AMD exchange rate API

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

181.5704

▼ +4.79% over YTD

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 year to date, BBD/AMD traded between 181.3819 and 190.6996, averaged 185.4701 and fell 4.79%. 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 YTD

BBD/AMD over YTD: show the values
PointBBD/AMD
2025-12-31190.6996
2026-01-07190.1784
2026-01-14190.3004
2026-01-21189.6260
2026-01-28187.1411
2026-02-04188.1926
2026-02-11188.4859
2026-02-18188.0015
2026-02-25188.7364
2026-03-04188.3552
2026-03-11188.6262
2026-03-18188.4018
2026-03-25188.4341
2026-04-01188.5875
2026-04-08187.3340
2026-04-15185.6910
2026-04-22184.7517
2026-04-29184.4511
2026-05-06183.9134
2026-05-14184.3198
2026-05-21183.9335
2026-05-29183.5980
2026-06-05184.4171
2026-06-14184.1261
2026-06-21184.0259
2026-06-28184.0426
2026-07-05184.0000
2026-07-12183.6901
2026-07-19183.4189
2026-07-26182.9751
2026-08-02182.8975
2026-08-09183.1054
2026-08-16182.9100
2026-08-24182.3203
2026-08-31183.1799
2026-09-07181.9191
2026-09-14181.5944
2026-09-21181.3819

High

190.6996

Low

181.3819

Average

185.4701

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.