BBD to AMD exchange rate API
Barbados Dollar to Armenian Dram · quoted 2026-09-25
181.5704
▼ +5.15% over 1Y
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 year, BBD/AMD traded between 181.5051 and 191.4232, averaged 186.8134 and fell 5.15%. 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 1Y: show the values
| Point | BBD/AMD |
|---|---|
| 2025-09-25 | 191.4232 |
| 2025-10-02 | 190.6851 |
| 2025-10-09 | 190.8720 |
| 2025-10-16 | 190.8009 |
| 2025-10-23 | 190.8614 |
| 2025-10-30 | 190.7926 |
| 2025-11-06 | 191.1516 |
| 2025-11-13 | 191.0524 |
| 2025-11-20 | 190.6877 |
| 2025-11-27 | 189.9593 |
| 2025-12-04 | 190.6285 |
| 2025-12-12 | 190.9214 |
| 2025-12-19 | 190.0378 |
| 2025-12-26 | 190.7720 |
| 2026-01-02 | 190.6703 |
| 2026-01-09 | 190.1367 |
| 2026-01-16 | 189.6191 |
| 2026-01-23 | 189.5664 |
| 2026-01-30 | 189.0743 |
| 2026-02-06 | 188.1531 |
| 2026-02-13 | 188.6562 |
| 2026-02-20 | 188.5163 |
| 2026-02-27 | 188.4741 |
| 2026-03-06 | 188.5196 |
| 2026-03-13 | 188.9295 |
| 2026-03-20 | 187.9845 |
| 2026-03-27 | 188.4580 |
| 2026-04-03 | 188.1538 |
| 2026-04-10 | 186.9468 |
| 2026-04-17 | 185.1898 |
| 2026-04-24 | 184.5969 |
| 2026-05-01 | 184.0517 |
| 2026-05-08 | 182.7067 |
| 2026-05-16 | 184.3574 |
| 2026-05-24 | 183.9483 |
| 2026-05-31 | 184.0389 |
| 2026-06-09 | 184.2726 |
| 2026-06-16 | 184.2766 |
| 2026-06-23 | 184.0338 |
| 2026-06-30 | 183.9270 |
| 2026-07-07 | 183.6743 |
| 2026-07-14 | 183.6426 |
| 2026-07-21 | 183.0027 |
| 2026-07-28 | 183.1889 |
| 2026-08-04 | 183.0743 |
| 2026-08-11 | 182.9755 |
| 2026-08-18 | 182.9269 |
| 2026-08-26 | 181.9727 |
| 2026-09-02 | 182.0073 |
| 2026-09-09 | 181.5051 |
| 2026-09-16 | 181.8837 |
| 2026-09-23 | 181.7827 |
High
191.4232
Low
181.5051
Average
186.8134
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.