BSD to AMD exchange rate API
Bahamian Dollar to Armenian Dram · quoted 2026-09-26
363.5440
▼ +4.68% over YTD
1 BSD = 363.5440 AMD · 1 AMD = 0.002751 BSD · Get this rate via the API
1 BSD buys 363.5440 AMD as of 2026-09-26, so 1 AMD buys 0.002751 BSD. Over the year to date, BSD/AMD traded between 362.7638 and 381.3992, averaged 371.2178 and fell 4.68%. The API holds daily BSD/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/AMD over YTD: show the values
| Point | BSD/AMD |
|---|---|
| 2025-12-31 | 381.3992 |
| 2026-01-07 | 380.3568 |
| 2026-01-14 | 380.6009 |
| 2026-01-21 | 379.2521 |
| 2026-01-28 | 374.2821 |
| 2026-02-04 | 376.3851 |
| 2026-02-11 | 376.9717 |
| 2026-02-18 | 376.0029 |
| 2026-02-25 | 377.4728 |
| 2026-03-04 | 376.7103 |
| 2026-03-11 | 377.2524 |
| 2026-03-18 | 376.8036 |
| 2026-03-25 | 376.8683 |
| 2026-04-01 | 377.1751 |
| 2026-04-08 | 374.6681 |
| 2026-04-15 | 373.9951 |
| 2026-04-22 | 372.1160 |
| 2026-04-29 | 371.5205 |
| 2026-05-06 | 370.4069 |
| 2026-05-14 | 368.6395 |
| 2026-05-21 | 367.8670 |
| 2026-05-29 | 367.1959 |
| 2026-06-05 | 368.8342 |
| 2026-06-14 | 368.2523 |
| 2026-06-21 | 368.0517 |
| 2026-06-28 | 368.0851 |
| 2026-07-05 | 367.9999 |
| 2026-07-12 | 367.3803 |
| 2026-07-19 | 366.8377 |
| 2026-07-26 | 365.9502 |
| 2026-08-02 | 365.7951 |
| 2026-08-09 | 366.2109 |
| 2026-08-16 | 365.8200 |
| 2026-08-24 | 364.6406 |
| 2026-08-31 | 366.3598 |
| 2026-09-07 | 363.8383 |
| 2026-09-14 | 363.1889 |
| 2026-09-21 | 362.7638 |
High
381.3992
Low
362.7638
Average
371.2178
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/AMD API questions
How do I get the BSD/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/AMD rate in rates.AMD.
How far back does BSD/AMD historical data go?
Daily BSD/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 BSD/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.