Convert CHF to BAM
Swiss Franc → Bosnia-Herzegovina Convertible Mark
1 CHF = 2.070757 BAM(1 BAM = 0.482915 CHF)
Currency converter
1 CHF =
2.0708 BAM
CHF to BAM: last 30 days
Over the last 30 days, 1 CHF traded between 2.0623 and 2.0997 BAM, averaging 2.0765 BAM. The CHF/BAM rate is down 0.83% since 2026-08-28.
- 30-day high
- 2.0997
- 2026-08-29
- 30-day low
- 2.0623
- 2026-09-20
- 30-day average
- 2.0765
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
2.0997
2.06232026-08-28 → 2026-09-26
| Date | 1 CHF in BAM | Daily change |
|---|---|---|
| 2026-09-26 | 2.0708 | 0.00% |
| 2026-09-25 | 2.0708 | -0.38% |
| 2026-09-24 | 2.0787 | -0.20% |
| 2026-09-23 | 2.0829 | +0.13% |
| 2026-09-22 | 2.0801 | +0.27% |
| 2026-09-21 | 2.0746 | +0.59% |
| 2026-09-20 | 2.0623 | -0.00% |
| 2026-09-19 | 2.0624 | -0.05% |
| 2026-09-18 | 2.0634 | -0.29% |
| 2026-09-17 | 2.0694 | +0.02% |
| 2026-09-16 | 2.0689 | -0.16% |
| 2026-09-15 | 2.0722 | +0.07% |
| 2026-09-14 | 2.0708 | +0.12% |
| 2026-09-13 | 2.0683 | -0.00% |
| 2026-09-12 | 2.0683 | +0.03% |
| Date | 1 CHF in BAM | Daily change |
|---|---|---|
| 2026-09-11 | 2.0678 | -0.09% |
| 2026-09-10 | 2.0697 | -0.66% |
| 2026-09-09 | 2.0835 | +0.50% |
| 2026-09-08 | 2.0732 | -0.40% |
| 2026-09-07 | 2.0817 | +0.06% |
| 2026-09-06 | 2.0805 | -0.03% |
| 2026-09-05 | 2.081 | +0.08% |
| 2026-09-04 | 2.0793 | -0.32% |
| 2026-09-03 | 2.086 | +0.52% |
| 2026-09-02 | 2.0752 | -0.21% |
| 2026-09-01 | 2.0796 | -0.35% |
| 2026-08-31 | 2.0869 | -0.58% |
| 2026-08-30 | 2.0991 | -0.03% |
| 2026-08-29 | 2.0997 | +0.55% |
| 2026-08-28 | 2.0881 | — |
CHF to BAM conversion table
1 CHF2.0708 BAM
5 CHF10.3538 BAM
10 CHF20.7076 BAM
25 CHF51.7689 BAM
50 CHF103.5379 BAM
100 CHF207.0757 BAM
500 CHF1,035.3785 BAM
1,000 CHF2,070.757 BAM
5,000 CHF10,353.785 BAM
10,000 CHF20,707.57 BAM
Get the CHF/BAM rate in your app
One GET request returns the latest CHF → BAM rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/BAM"fetch('https://rate-api.com/api/v1/pair/CHF/BAM', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BAM`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BAM",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BAM")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BAM');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} BAM\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BAM"
},
"rate": 2.0708,
"timestamp": 1790429311,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
BAM to CHFBosnia-Herzegovina Convertible Mark → Swiss Franc0.48292Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.