Skip to content

BAM to EUR exchange rate API

Convertible Mark to Euro · quoted 2026-09-26

0.51129

▲ +0.08% over YTD

1 BAM = 0.51129 EUR · 1 EUR = 1.9558 BAM · Get this rate via the API

1 BAM buys 0.51129 EUR as of 2026-09-26, so 1 EUR buys 1.9558 BAM. Over the year to date, BAM/EUR traded between 0.50908 and 0.51303, averaged 0.51124 and rose 0.08%. The API holds daily BAM/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/EUR over YTD

BAM/EUR over YTD: show the values
PointBAM/EUR
2025-12-310.51091
2026-01-070.51204
2026-01-140.51076
2026-01-210.51084
2026-01-280.51208
2026-02-040.51151
2026-02-110.51197
2026-02-180.51131
2026-02-250.51143
2026-03-040.50908
2026-03-110.51303
2026-03-180.51287
2026-03-250.51193
2026-04-010.50960
2026-04-080.50975
2026-04-150.51176
2026-04-220.51186
2026-04-290.51085
2026-05-060.50921
2026-05-140.51182
2026-05-210.51224
2026-05-290.51107
2026-06-050.51019
2026-06-140.51063
2026-06-210.51162
2026-06-280.51143
2026-07-050.51137
2026-07-120.51175
2026-07-190.51152
2026-07-260.51073
2026-08-020.51079
2026-08-090.51134
2026-08-160.51138
2026-08-240.51189
2026-08-310.51107
2026-09-070.51078
2026-09-140.51203
2026-09-210.51073

High

0.51303

Low

0.50908

Average

0.51124

For developers

Get this rate via the API

One GET request returns the BAM/EUR 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=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=EUR");
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=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/EUR API questions

How do I get the BAM/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/EUR rate in rates.EUR.

How far back does BAM/EUR historical data go?

Daily BAM/EUR 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/EUR 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.