Skip to content

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

BAM/AMD over 1Y: show the values
PointBAM/AMD
2025-09-26228.4039
2025-10-03229.1260
2025-10-10226.2252
2025-10-17228.1952
2025-10-24226.0792
2025-10-31226.1889
2025-11-07225.2023
2025-11-14227.2195
2025-11-21225.1060
2025-11-28225.0254
2025-12-05227.1213
2025-12-13229.1091
2025-12-20228.4672
2025-12-27229.6727
2026-01-03228.6627
2026-01-10226.8895
2026-01-17225.2609
2026-01-24229.1424
2026-01-31230.4712
2026-02-07228.0497
2026-02-14228.6317
2026-02-21226.9928
2026-02-28227.5390
2026-03-07224.1333
2026-03-14221.0016
2026-03-21223.6994
2026-03-28221.9074
2026-04-04222.0406
2026-04-11225.0982
2026-04-18225.6423
2026-04-25222.5139
2026-05-02222.0644
2026-05-09221.9657
2026-05-17218.8857
2026-05-25218.3176
2026-06-01219.2579
2026-06-10217.5593
2026-06-17218.6110
2026-06-24213.7666
2026-07-01214.5031
2026-07-08214.3679
2026-07-15213.7883
2026-07-22213.6484
2026-07-29213.5774
2026-08-05215.8500
2026-08-12215.6882
2026-08-20216.8020
2026-08-27216.8148
2026-09-03215.8744
2026-09-10216.3200
2026-09-17213.7191
2026-09-24211.7019

High

230.4712

Low

211.7019

Average

222.1441

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=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&currencies=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.