Skip to content

BGN to CHF exchange rate API

Bulgarian Lev to Swiss Franc · quoted 2026-09-25

0.48152

▲ +0.79% over 1Y

1 BGN = 0.48152 CHF · 1 CHF = 2.0768 BGN · Get this rate via the API

1 BGN buys 0.48152 CHF as of 2026-09-25, so 1 CHF buys 2.0768 BGN. Over the last year, BGN/CHF traded between 0.45846 and 0.48420, averaged 0.47316 and rose 0.79%. The API holds daily BGN/CHF rates from 2000-07-19 — 26 years of history — so any past day, or a whole series, is one request away.

BGN/CHF over 1Y

BGN/CHF over 1Y: show the values
PointBGN/CHF
2025-09-250.47776
2025-10-020.47806
2025-10-090.47597
2025-10-160.47561
2025-10-230.47290
2025-10-300.47454
2025-11-060.47633
2025-11-130.47264
2025-11-200.47520
2025-11-270.47740
2025-12-040.47755
2025-12-110.47719
2025-12-180.47633
2025-12-250.47451
2026-01-010.47603
2026-01-080.47610
2026-01-150.47681
2026-01-220.47402
2026-01-290.46952
2026-02-050.46840
2026-02-120.45846
2026-02-190.46792
2026-02-260.46754
2026-03-050.46366
2026-03-120.46108
2026-03-190.46636
2026-03-260.46873
2026-04-020.47199
2026-04-130.47268
2026-04-200.46842
2026-04-270.46993
2026-05-040.47001
2026-05-110.46690
2026-05-190.46869
2026-05-270.46810
2026-06-030.46917
2026-06-120.47150
2026-06-190.47125
2026-06-260.47011
2026-07-030.46955
2026-07-100.47249
2026-07-170.47196
2026-07-240.47569
2026-07-310.47672
2026-08-070.47742
2026-08-140.47880
2026-08-220.47823
2026-08-290.47852
2026-09-050.48079
2026-09-120.48420
2026-09-190.48333

High

0.48420

Low

0.45846

Average

0.47316

For developers

Get this rate via the API

One GET request returns the BGN/CHF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=CHF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=CHF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BGN/CHF API questions

How do I get the BGN/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BGN/CHF rate in rates.CHF.

How far back does BGN/CHF historical data go?

Daily BGN/CHF rates are available from 2000-07-19. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BGN/CHF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.