Central Bank of Bosnia and Herzegovina Exchange Rates Today & Official API

Official Central Bank of Bosnia and Herzegovina rates for 18 Sept 2026: 1 USD = 1.6993 BAM, 1 EUR = 1.9558 BAM. All 17 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

Bosnia and Herzegovina flagCentral Bank of Bosnia and Herzegovina official daily exchange rates as JSON: 17 currencies against the BAM, history back to 2016. Latest table on every plan. Get your API key.

About Central Bank of Bosnia and Herzegovina

The Central Bank of Bosnia and Herzegovina operates a currency board: the convertible mark is fixed at 1.95583 BAM per euro. It publishes an official daily exchange rate list with buy, middle, and sell rates for major currencies.

Quick start

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

One request for the pair you need — EUR to BAM at the official Central Bank of Bosnia and Herzegovina rate:

curl "https://allratestoday.com/api/v1/central-bank/cbbh/latest?source=EUR&target=BAM" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbbh/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/cbbh/history?source=EUR&target=BAM&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-18)

Below is the current table from Central Bank of Bosnia and Herzegovina, unmodified — what a call to /latest returns right now, with values BAM per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AUD BAM buy 1.208836
AUD BAM middle 1.211866
AUD BAM sell 1.214896
CAD BAM buy 1.214178
CAD BAM middle 1.217221
CAD BAM sell 1.220264
CHF BAM buy 2.060998
CHF BAM middle 2.066163
CHF BAM sell 2.071328
CNY BAM buy 0.253339
CNY BAM middle 0.253974
CNY BAM sell 0.254609
CZK BAM buy 0.080259
CZK BAM middle 0.08046
CZK BAM sell 0.080661
DKK BAM buy 0.260985
DKK BAM middle 0.261639
DKK BAM sell 0.262293
EUR BAM buy 1.95583
EUR BAM middle 1.95583
EUR BAM sell 1.95583
GBP BAM buy 2.273028
GBP BAM middle 2.278725
GBP BAM sell 2.284422
HUF BAM buy 0.005374790000000001
HUF BAM middle 0.005388260000000001
HUF BAM sell 0.00540173
JPY BAM buy 0.010914360000000001
JPY BAM middle 0.01094171
JPY BAM sell 0.01096906
NOK BAM buy 0.180225
NOK BAM middle 0.180677
NOK BAM sell 0.181129
RSD BAM buy 0.01661921
RSD BAM middle 0.01666086
RSD BAM sell 0.01670251
RUB BAM buy 0.020107
RUB BAM middle 0.020157
RUB BAM sell 0.020207
SEK BAM buy 0.173086
SEK BAM middle 0.17352
SEK BAM sell 0.173954
TRY BAM buy 0.034911
TRY BAM middle 0.034998
TRY BAM sell 0.035085
USD BAM buy 1.699277
USD BAM middle 1.703536
USD BAM sell 1.707795
XDR BAM middle 2.320651

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — cbbh-exchange-rate:

npm install cbbh-exchange-rate
import { getRate } from 'cbbh-exchange-rate';

const pair = await getRate('EUR', 'BAM', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: cbbh-exchange-rate documentation.

Why use the official Central Bank of Bosnia and Herzegovina rate?

When an auditor or tax office in Bosnia and Herzegovina asks which rate you used, "the BAM mid-market rate at 14:32" is not an answer — the official rate published by Central Bank of Bosnia and Herzegovina for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via BAM) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Central Bank of Bosnia and Herzegovina exchange rates?

Yes — this one. Official daily BAM rates as clean JSON, latest table on every plan including free.

How often does Central Bank of Bosnia and Herzegovina update its rates?

New tables land once per business day — the API picks each one up shortly after Central Bank of Bosnia and Herzegovina publishes it (latest: 2026-09-18).

Is this the official published table?

Yes — the rows are Central Bank of Bosnia and Herzegovina's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Central Bank of Bosnia and Herzegovina rates, one API key

Latest table on every plan. History back to 2016 on paid plans. No credit card to start.

Get Free API Key Read the Docs