Skip to content

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

BAM/ETB over 30D: show the values
PointBAM/ETB
2026-08-2796.9101
2026-08-2897.1671
2026-08-2995.0456
2026-08-3095.0706
2026-08-3197.2963
2026-09-0196.1308
2026-09-0296.0061
2026-09-0396.4720
2026-09-0495.9211
2026-09-0595.8681
2026-09-0695.6518
2026-09-0796.4017
2026-09-0896.2630
2026-09-0996.1073
2026-09-1096.9548
2026-09-1195.6132
2026-09-1295.5249
2026-09-1395.6110
2026-09-1495.4341
2026-09-1595.1938
2026-09-1695.6542
2026-09-1795.0666
2026-09-1894.4874
2026-09-1994.3165
2026-09-2094.3271
2026-09-2195.7809
2026-09-2295.4989
2026-09-2394.4939
2026-09-2495.1548
2026-09-2594.7854
2026-09-2694.3415

High

97.2963

Low

94.3165

Average

95.5904

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=ETB");
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=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&currencies=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.