Home Documentation Bank Rates Playground Pricing API Status Blog About FAQ Support

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 2026. 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 2026. Latest table on every plan. Get your API key.

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 daily 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-04)

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:

BaseQuoteTypeRate
AUD BAM buy 1.185046
AUD BAM middle 1.188016
AUD BAM sell 1.190986
CAD BAM buy 1.205698
CAD BAM middle 1.20872
CAD BAM sell 1.211742
CHF BAM buy 2.093284
CHF BAM middle 2.09853
CHF BAM sell 2.103776
CNY BAM buy 0.25047
CNY BAM middle 0.251098
CNY BAM sell 0.251726
CZK BAM buy 0.080597
CZK BAM middle 0.080799
CZK BAM sell 0.081001
DKK BAM buy 0.260999
DKK BAM middle 0.261653
DKK BAM sell 0.262307
EUR BAM buy 1.95583
EUR BAM middle 1.95583
EUR BAM sell 1.95583
GBP BAM buy 2.278258
GBP BAM middle 2.283968
GBP BAM sell 2.289678
HUF BAM buy 0.00536002
HUF BAM middle 0.005373449999999999
HUF BAM sell 0.005386879999999999
JPY BAM buy 0.010794779999999999
JPY BAM middle 0.01082183
JPY BAM sell 0.01084888
NOK BAM buy 0.177414
NOK BAM middle 0.177859
NOK BAM sell 0.178304
RSD BAM buy 0.01661983
RSD BAM middle 0.01666148
RSD BAM sell 0.01670313
RUB BAM buy 0.021121
RUB BAM middle 0.021174
RUB BAM sell 0.021227
SEK BAM buy 0.177609
SEK BAM middle 0.178054
SEK BAM sell 0.178499
TRY BAM buy 0.03558
TRY BAM middle 0.035669
TRY BAM sell 0.035758
USD BAM buy 1.691322
USD BAM middle 1.695561
USD BAM sell 1.6998
XDR BAM middle 2.322274

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);

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 day's 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-04).

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 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs