BAM to AMD exchange rate API
Convertible Mark to Armenian Dram · quoted 2026-09-26
211.7376
▼ +7.30% over 1Y
1 BAM = 211.7376 AMD · 1 AMD = 0.004723 BAM · Get this rate via the API
1 BAM buys 211.7376 AMD as of 2026-09-26, so 1 AMD buys 0.004723 BAM. Over the last year, BAM/AMD traded between 211.7019 and 230.4712, averaged 222.1441 and fell 7.30%. The API holds daily BAM/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/AMD over 1Y: show the values
| Point | BAM/AMD |
|---|---|
| 2025-09-26 | 228.4039 |
| 2025-10-03 | 229.1260 |
| 2025-10-10 | 226.2252 |
| 2025-10-17 | 228.1952 |
| 2025-10-24 | 226.0792 |
| 2025-10-31 | 226.1889 |
| 2025-11-07 | 225.2023 |
| 2025-11-14 | 227.2195 |
| 2025-11-21 | 225.1060 |
| 2025-11-28 | 225.0254 |
| 2025-12-05 | 227.1213 |
| 2025-12-13 | 229.1091 |
| 2025-12-20 | 228.4672 |
| 2025-12-27 | 229.6727 |
| 2026-01-03 | 228.6627 |
| 2026-01-10 | 226.8895 |
| 2026-01-17 | 225.2609 |
| 2026-01-24 | 229.1424 |
| 2026-01-31 | 230.4712 |
| 2026-02-07 | 228.0497 |
| 2026-02-14 | 228.6317 |
| 2026-02-21 | 226.9928 |
| 2026-02-28 | 227.5390 |
| 2026-03-07 | 224.1333 |
| 2026-03-14 | 221.0016 |
| 2026-03-21 | 223.6994 |
| 2026-03-28 | 221.9074 |
| 2026-04-04 | 222.0406 |
| 2026-04-11 | 225.0982 |
| 2026-04-18 | 225.6423 |
| 2026-04-25 | 222.5139 |
| 2026-05-02 | 222.0644 |
| 2026-05-09 | 221.9657 |
| 2026-05-17 | 218.8857 |
| 2026-05-25 | 218.3176 |
| 2026-06-01 | 219.2579 |
| 2026-06-10 | 217.5593 |
| 2026-06-17 | 218.6110 |
| 2026-06-24 | 213.7666 |
| 2026-07-01 | 214.5031 |
| 2026-07-08 | 214.3679 |
| 2026-07-15 | 213.7883 |
| 2026-07-22 | 213.6484 |
| 2026-07-29 | 213.5774 |
| 2026-08-05 | 215.8500 |
| 2026-08-12 | 215.6882 |
| 2026-08-20 | 216.8020 |
| 2026-08-27 | 216.8148 |
| 2026-09-03 | 215.8744 |
| 2026-09-10 | 216.3200 |
| 2026-09-17 | 213.7191 |
| 2026-09-24 | 211.7019 |
High
230.4712
Low
211.7019
Average
222.1441
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/AMD API questions
How do I get the BAM/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/AMD rate in rates.AMD.
How far back does BAM/AMD historical data go?
Daily BAM/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 BAM/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.