Home Documentation Central Bank Rates Tax Authority Rates Playground Pricing API Status Blog About FAQ Contact Us

Central Bank of Bosnia and Herzegovina Exchange Rate API

Official Central Bank of Bosnia and Herzegovina (Bosnia and Herzegovina) daily exchange rates as JSON: 17 currencies, history back to 2016. The published BAM rates required 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

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-08-11)

The most recent table as published by Central Bank of Bosnia and Herzegovina — exactly what the /latest endpoint returns right now. Values are BAM per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

BaseQuoteTypeRate
AUD BAM buy 1.192579
AUD BAM middle 1.195568
AUD BAM sell 1.198557
CAD BAM buy 1.211163
CAD BAM middle 1.214198
CAD BAM sell 1.217233
CHF BAM buy 2.088801
CHF BAM middle 2.094036
CHF BAM sell 2.099271
CNY BAM buy 0.250342
CNY BAM middle 0.250969
CNY BAM sell 0.251596
CZK BAM buy 0.080444
CZK BAM middle 0.080646
CZK BAM sell 0.080848
DKK BAM buy 0.260967
DKK BAM middle 0.261621
DKK BAM sell 0.262275
EUR BAM buy 1.95583
EUR BAM middle 1.95583
EUR BAM sell 1.95583
GBP BAM buy 2.280069
GBP BAM middle 2.285783
GBP BAM sell 2.291497
HUF BAM buy 0.00536488
HUF BAM middle 0.00537833
HUF BAM sell 0.0053917800000000005
JPY BAM buy 0.010642849999999999
JPY BAM middle 0.010669519999999998
JPY BAM sell 0.010696190000000001
NOK BAM buy 0.177584
NOK BAM middle 0.178029
NOK BAM sell 0.178474
RSD BAM buy 0.01662554
RSD BAM middle 0.01666721
RSD BAM sell 0.01670888
RUB BAM buy 0.020438
RUB BAM middle 0.020489
RUB BAM sell 0.02054
SEK BAM buy 0.177916
SEK BAM middle 0.178362
SEK BAM sell 0.178808
TRY BAM buy 0.0354
TRY BAM middle 0.035489
TRY BAM sell 0.035578
USD BAM buy 1.688395
USD BAM middle 1.692627
USD BAM sell 1.696859
XDR BAM middle 2.315429

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.

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

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Bosnia and Herzegovina and beyond typically require the official rate published by Central Bank of Bosnia and Herzegovina for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via BAM) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

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 are the rates updated?

Central Bank of Bosnia and Herzegovina publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-08-11).

Are these the official rates?

Yes — ingested from Central Bank of Bosnia and Herzegovina's own published data, served unmodified with the bank's publication date. Anything computed rather than published is 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