Skip to content

BAM to AED exchange rate API

Convertible Mark to UAE Dirham · quoted 2026-09-25

2.1365

▼ +3.11% over 1Y

1 BAM = 2.1365 AED · 1 AED = 0.46806 BAM · Get this rate via the API

1 BAM buys 2.1365 AED as of 2026-09-25, so 1 AED buys 0.46806 BAM. Over the last year, BAM/AED traded between 2.1365 and 2.2361, averaged 2.1817 and fell 3.11%. The API holds daily BAM/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/AED over 1Y

BAM/AED over 1Y: show the values
PointBAM/AED
2025-09-252.2052
2025-10-022.2043
2025-10-092.1858
2025-10-162.1923
2025-10-232.1788
2025-10-302.1811
2025-11-062.1611
2025-11-132.1764
2025-11-202.1643
2025-11-272.1805
2025-12-042.1902
2025-12-122.2032
2025-12-192.2022
2025-12-262.2135
2026-01-022.2091
2026-01-092.1877
2026-01-162.1801
2026-01-232.2061
2026-01-302.2361
2026-02-062.2142
2026-02-132.2291
2026-02-202.2078
2026-02-272.2155
2026-03-062.1821
2026-03-132.1631
2026-03-202.1721
2026-03-272.1671
2026-04-032.1663
2026-04-102.1947
2026-04-172.2124
2026-04-242.1938
2026-05-012.1999
2026-05-082.2027
2026-05-162.1828
2026-05-242.1796
2026-05-312.1897
2026-06-092.1668
2026-06-162.1748
2026-06-232.1465
2026-06-302.1407
2026-07-072.1478
2026-07-142.1393
2026-07-212.1429
2026-07-282.1369
2026-08-042.1615
2026-08-112.1682
2026-08-182.1742
2026-08-262.1915
2026-09-022.1745
2026-09-092.1843
2026-09-162.1677
2026-09-232.1458

High

2.2361

Low

2.1365

Average

2.1817

For developers

Get this rate via the API

One GET request returns the BAM/AED 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=AED"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AED");
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=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/AED API questions

How do I get the BAM/AED exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AED, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/AED rate in rates.AED.

How far back does BAM/AED historical data go?

Daily BAM/AED 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/AED 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.