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: show the values
| Point | BAM/AED |
|---|---|
| 2025-09-25 | 2.2052 |
| 2025-10-02 | 2.2043 |
| 2025-10-09 | 2.1858 |
| 2025-10-16 | 2.1923 |
| 2025-10-23 | 2.1788 |
| 2025-10-30 | 2.1811 |
| 2025-11-06 | 2.1611 |
| 2025-11-13 | 2.1764 |
| 2025-11-20 | 2.1643 |
| 2025-11-27 | 2.1805 |
| 2025-12-04 | 2.1902 |
| 2025-12-12 | 2.2032 |
| 2025-12-19 | 2.2022 |
| 2025-12-26 | 2.2135 |
| 2026-01-02 | 2.2091 |
| 2026-01-09 | 2.1877 |
| 2026-01-16 | 2.1801 |
| 2026-01-23 | 2.2061 |
| 2026-01-30 | 2.2361 |
| 2026-02-06 | 2.2142 |
| 2026-02-13 | 2.2291 |
| 2026-02-20 | 2.2078 |
| 2026-02-27 | 2.2155 |
| 2026-03-06 | 2.1821 |
| 2026-03-13 | 2.1631 |
| 2026-03-20 | 2.1721 |
| 2026-03-27 | 2.1671 |
| 2026-04-03 | 2.1663 |
| 2026-04-10 | 2.1947 |
| 2026-04-17 | 2.2124 |
| 2026-04-24 | 2.1938 |
| 2026-05-01 | 2.1999 |
| 2026-05-08 | 2.2027 |
| 2026-05-16 | 2.1828 |
| 2026-05-24 | 2.1796 |
| 2026-05-31 | 2.1897 |
| 2026-06-09 | 2.1668 |
| 2026-06-16 | 2.1748 |
| 2026-06-23 | 2.1465 |
| 2026-06-30 | 2.1407 |
| 2026-07-07 | 2.1478 |
| 2026-07-14 | 2.1393 |
| 2026-07-21 | 2.1429 |
| 2026-07-28 | 2.1369 |
| 2026-08-04 | 2.1615 |
| 2026-08-11 | 2.1682 |
| 2026-08-18 | 2.1742 |
| 2026-08-26 | 2.1915 |
| 2026-09-02 | 2.1745 |
| 2026-09-09 | 2.1843 |
| 2026-09-16 | 2.1677 |
| 2026-09-23 | 2.1458 |
High
2.2361
Low
2.1365
Average
2.1817
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.