BAM to ETB exchange rate API
Convertible Mark to Ethiopian Birr · quoted 2026-09-26
94.3415
▲ +49.87% over 5Y
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 5 years, BAM/ETB traded between 62.9506 and 96.4017, averaged 82.8579 and rose 49.87%. 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 5Y: show the values
| Point | BAM/ETB |
|---|---|
| 2024-08-24 | 62.9506 |
| 2024-10-07 | 67.4909 |
| 2024-11-06 | 66.9124 |
| 2024-12-06 | 67.6570 |
| 2025-01-05 | 67.4488 |
| 2025-02-04 | 67.2527 |
| 2025-03-06 | 70.7760 |
| 2025-04-06 | 73.4182 |
| 2025-05-06 | 77.2902 |
| 2025-06-07 | 78.3116 |
| 2025-07-07 | 81.6298 |
| 2025-08-06 | 80.4959 |
| 2025-09-05 | 85.2482 |
| 2025-10-06 | 86.7671 |
| 2025-11-05 | 89.6817 |
| 2025-12-05 | 92.7201 |
| 2026-01-05 | 93.1018 |
| 2026-02-04 | 93.9738 |
| 2026-03-06 | 92.1778 |
| 2026-04-05 | 92.1457 |
| 2026-05-05 | 93.9747 |
| 2026-06-06 | 93.5461 |
| 2026-07-08 | 93.4956 |
| 2026-08-07 | 95.0963 |
| 2026-09-07 | 96.4017 |
High
96.4017
Low
62.9506
Average
82.8579
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.