Skip to content

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

BAM/ETB over 1Y: show the values
PointBAM/ETB
2025-09-2686.2658
2025-10-0387.0303
2025-10-1086.1613
2025-10-1788.2318
2025-10-2489.5284
2025-10-3190.1195
2025-11-0790.6727
2025-11-1491.3732
2025-11-2191.4121
2025-11-2891.2027
2025-12-0592.7201
2025-12-1393.2519
2025-12-2093.0469
2025-12-2793.6828
2026-01-0393.0741
2026-01-1092.4925
2026-01-1792.2419
2026-01-2494.1069
2026-01-3194.2290
2026-02-0793.5937
2026-02-1494.1392
2026-02-2193.6268
2026-02-2894.2827
2026-03-0792.7202
2026-03-1491.9365
2026-03-2193.1324
2026-03-2892.1476
2026-04-0492.3213
2026-04-1193.7607
2026-04-1894.6875
2026-04-2592.3736
2026-05-0294.0292
2026-05-0994.6208
2026-05-1793.7176
2026-05-2595.6287
2026-06-0195.1014
2026-06-1095.1157
2026-06-1794.2561
2026-06-2493.5325
2026-07-0193.1059
2026-07-0893.4956
2026-07-1593.9131
2026-07-2293.9164
2026-07-2993.2894
2026-08-0594.4861
2026-08-1295.2541
2026-08-2097.0641
2026-08-2796.9101
2026-09-0396.4720
2026-09-1096.9548
2026-09-1795.0666
2026-09-2495.1548

High

97.0641

Low

86.1613

Average

93.1131

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.