BBD to AMD exchange rate API
Barbados Dollar to Armenian Dram · quoted 2026-09-25
181.5704
▼ +3.72% over 6M
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 6 months, BBD/AMD traded between 180.2422 and 188.5774, averaged 183.5623 and fell 3.72%. 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 6M: show the values
| Point | BBD/AMD |
|---|---|
| 2026-03-29 | 188.5766 |
| 2026-04-05 | 188.5774 |
| 2026-04-12 | 186.7238 |
| 2026-04-19 | 185.7714 |
| 2026-04-26 | 184.6258 |
| 2026-05-03 | 184.0521 |
| 2026-05-10 | 183.3375 |
| 2026-05-18 | 183.0968 |
| 2026-05-26 | 184.0051 |
| 2026-06-02 | 184.2685 |
| 2026-06-11 | 184.2146 |
| 2026-06-18 | 184.0289 |
| 2026-06-25 | 183.4829 |
| 2026-07-02 | 182.6800 |
| 2026-07-09 | 183.1651 |
| 2026-07-16 | 182.7510 |
| 2026-07-23 | 182.9010 |
| 2026-07-30 | 182.4547 |
| 2026-08-06 | 182.7918 |
| 2026-08-13 | 183.0601 |
| 2026-08-21 | 182.3146 |
| 2026-08-28 | 181.9786 |
| 2026-09-04 | 181.8287 |
| 2026-09-11 | 182.1109 |
| 2026-09-18 | 180.2422 |
| 2026-09-25 | 181.5704 |
High
188.5774
Low
180.2422
Average
183.5623
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.