BAM to ETB exchange rate API
Convertible Mark to Ethiopian Birr · quoted 2026-09-26
94.3415
▲ +9.36% over 1Y
1 BAM = 94.3415 ETB · 1 ETB = 0.01060 BAM · Get this rate via the API
1 BAM buys 94.3415 ETB as of 2026-09-26, so 1 ETB buys 0.01060 BAM. Over the last year, BAM/ETB traded between 86.1613 and 97.0641, averaged 93.1131 and rose 9.36%. The API holds daily BAM/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/ETB over 1Y: show the values
| Point | BAM/ETB |
|---|---|
| 2025-09-26 | 86.2658 |
| 2025-10-03 | 87.0303 |
| 2025-10-10 | 86.1613 |
| 2025-10-17 | 88.2318 |
| 2025-10-24 | 89.5284 |
| 2025-10-31 | 90.1195 |
| 2025-11-07 | 90.6727 |
| 2025-11-14 | 91.3732 |
| 2025-11-21 | 91.4121 |
| 2025-11-28 | 91.2027 |
| 2025-12-05 | 92.7201 |
| 2025-12-13 | 93.2519 |
| 2025-12-20 | 93.0469 |
| 2025-12-27 | 93.6828 |
| 2026-01-03 | 93.0741 |
| 2026-01-10 | 92.4925 |
| 2026-01-17 | 92.2419 |
| 2026-01-24 | 94.1069 |
| 2026-01-31 | 94.2290 |
| 2026-02-07 | 93.5937 |
| 2026-02-14 | 94.1392 |
| 2026-02-21 | 93.6268 |
| 2026-02-28 | 94.2827 |
| 2026-03-07 | 92.7202 |
| 2026-03-14 | 91.9365 |
| 2026-03-21 | 93.1324 |
| 2026-03-28 | 92.1476 |
| 2026-04-04 | 92.3213 |
| 2026-04-11 | 93.7607 |
| 2026-04-18 | 94.6875 |
| 2026-04-25 | 92.3736 |
| 2026-05-02 | 94.0292 |
| 2026-05-09 | 94.6208 |
| 2026-05-17 | 93.7176 |
| 2026-05-25 | 95.6287 |
| 2026-06-01 | 95.1014 |
| 2026-06-10 | 95.1157 |
| 2026-06-17 | 94.2561 |
| 2026-06-24 | 93.5325 |
| 2026-07-01 | 93.1059 |
| 2026-07-08 | 93.4956 |
| 2026-07-15 | 93.9131 |
| 2026-07-22 | 93.9164 |
| 2026-07-29 | 93.2894 |
| 2026-08-05 | 94.4861 |
| 2026-08-12 | 95.2541 |
| 2026-08-20 | 97.0641 |
| 2026-08-27 | 96.9101 |
| 2026-09-03 | 96.4720 |
| 2026-09-10 | 96.9548 |
| 2026-09-17 | 95.0666 |
| 2026-09-24 | 95.1548 |
High
97.0641
Low
86.1613
Average
93.1131
Get this rate via the API
One GET request returns the BAM/ETB 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=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/ETB API questions
How do I get the BAM/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/ETB rate in rates.ETB.
How far back does BAM/ETB historical data go?
Daily BAM/ETB 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/ETB 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.