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: show the values
| Point | BBD/AMD |
|---|---|
| 2025-12-31 | 190.6996 |
| 2026-01-07 | 190.1784 |
| 2026-01-14 | 190.3004 |
| 2026-01-21 | 189.6260 |
| 2026-01-28 | 187.1411 |
| 2026-02-04 | 188.1926 |
| 2026-02-11 | 188.4859 |
| 2026-02-18 | 188.0015 |
| 2026-02-25 | 188.7364 |
| 2026-03-04 | 188.3552 |
| 2026-03-11 | 188.6262 |
| 2026-03-18 | 188.4018 |
| 2026-03-25 | 188.4341 |
| 2026-04-01 | 188.5875 |
| 2026-04-08 | 187.3340 |
| 2026-04-15 | 185.6910 |
| 2026-04-22 | 184.7517 |
| 2026-04-29 | 184.4511 |
| 2026-05-06 | 183.9134 |
| 2026-05-14 | 184.3198 |
| 2026-05-21 | 183.9335 |
| 2026-05-29 | 183.5980 |
| 2026-06-05 | 184.4171 |
| 2026-06-14 | 184.1261 |
| 2026-06-21 | 184.0259 |
| 2026-06-28 | 184.0426 |
| 2026-07-05 | 184.0000 |
| 2026-07-12 | 183.6901 |
| 2026-07-19 | 183.4189 |
| 2026-07-26 | 182.9751 |
| 2026-08-02 | 182.8975 |
| 2026-08-09 | 183.1054 |
| 2026-08-16 | 182.9100 |
| 2026-08-24 | 182.3203 |
| 2026-08-31 | 183.1799 |
| 2026-09-07 | 181.9191 |
| 2026-09-14 | 181.5944 |
| 2026-09-21 | 181.3819 |
High
190.6996
Low
181.3819
Average
185.4701
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.