BBD to AMD exchange rate API
Barbados Dollar to Armenian Dram · quoted 2026-09-25
181.5704
▼ +6.01% over 5Y
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 5 years, BBD/AMD traded between 181.5704 and 201.5075, averaged 190.5969 and fell 6.01%. 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 5Y: show the values
| Point | BBD/AMD |
|---|---|
| 2024-08-24 | 193.1783 |
| 2024-10-07 | 192.4861 |
| 2024-11-06 | 193.5594 |
| 2024-12-06 | 201.5075 |
| 2025-01-05 | 198.4495 |
| 2025-02-04 | 198.4872 |
| 2025-03-06 | 195.8329 |
| 2025-04-06 | 195.6115 |
| 2025-05-06 | 193.9180 |
| 2025-06-07 | 191.6705 |
| 2025-07-07 | 191.5603 |
| 2025-08-06 | 190.8772 |
| 2025-09-05 | 190.8621 |
| 2025-10-06 | 191.3372 |
| 2025-11-05 | 190.8558 |
| 2025-12-05 | 190.5862 |
| 2026-01-05 | 190.7817 |
| 2026-02-04 | 188.1926 |
| 2026-03-06 | 188.5196 |
| 2026-04-05 | 188.5774 |
| 2026-05-05 | 184.1303 |
| 2026-06-06 | 184.2674 |
| 2026-07-08 | 183.6250 |
| 2026-08-07 | 183.1571 |
| 2026-09-07 | 181.9191 |
High
201.5075
Low
181.5704
Average
190.5969
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.