BAM to ETB exchange rate API
Convertible Mark to Ethiopian Birr · quoted 2026-09-26
94.3415
▼ +2.65% over 30D
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 30 days, BAM/ETB traded between 94.3165 and 97.2963, averaged 95.5904 and fell 2.65%. 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 30D: show the values
| Point | BAM/ETB |
|---|---|
| 2026-08-27 | 96.9101 |
| 2026-08-28 | 97.1671 |
| 2026-08-29 | 95.0456 |
| 2026-08-30 | 95.0706 |
| 2026-08-31 | 97.2963 |
| 2026-09-01 | 96.1308 |
| 2026-09-02 | 96.0061 |
| 2026-09-03 | 96.4720 |
| 2026-09-04 | 95.9211 |
| 2026-09-05 | 95.8681 |
| 2026-09-06 | 95.6518 |
| 2026-09-07 | 96.4017 |
| 2026-09-08 | 96.2630 |
| 2026-09-09 | 96.1073 |
| 2026-09-10 | 96.9548 |
| 2026-09-11 | 95.6132 |
| 2026-09-12 | 95.5249 |
| 2026-09-13 | 95.6110 |
| 2026-09-14 | 95.4341 |
| 2026-09-15 | 95.1938 |
| 2026-09-16 | 95.6542 |
| 2026-09-17 | 95.0666 |
| 2026-09-18 | 94.4874 |
| 2026-09-19 | 94.3165 |
| 2026-09-20 | 94.3271 |
| 2026-09-21 | 95.7809 |
| 2026-09-22 | 95.4989 |
| 2026-09-23 | 94.4939 |
| 2026-09-24 | 95.1548 |
| 2026-09-25 | 94.7854 |
| 2026-09-26 | 94.3415 |
High
97.2963
Low
94.3165
Average
95.5904
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.