Convert CHF to BGN
Swiss Franc → Bulgarian Lev
1 CHF = 2.070757 BGN(1 BGN = 0.482915 CHF)
Currency converter
1 CHF =
2.0708 BGN
CHF to BGN: last 30 days
Over the last 30 days, 1 CHF traded between 2.0389 and 2.0997 BGN, averaging 2.0757 BGN. The CHF/BGN rate is down 0.83% since 2026-08-28.
- 30-day high
- 2.0997
- 2026-08-29
- 30-day low
- 2.0389
- 2026-09-18
- 30-day average
- 2.0757
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
2.0997
2.03892026-08-28 → 2026-09-26
| Date | 1 CHF in BGN | 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 | +1.15% |
| 2026-09-18 | 2.0389 | -1.47% |
| 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 BGN | 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 BGN conversion table
1 CHF2.0708 BGN
5 CHF10.3538 BGN
10 CHF20.7076 BGN
25 CHF51.7689 BGN
50 CHF103.5379 BGN
100 CHF207.0757 BGN
500 CHF1,035.3785 BGN
1,000 CHF2,070.757 BGN
5,000 CHF10,353.785 BGN
10,000 CHF20,707.57 BGN
Get the CHF/BGN rate in your app
One GET request returns the latest CHF → BGN 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/BGN"fetch('https://rate-api.com/api/v1/pair/CHF/BGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BGN');
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']} BGN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BGN"
},
"rate": 2.0708,
"timestamp": 1790437513,
"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
BGN to CHFBulgarian Lev → Swiss Franc0.48292Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.