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: show the values
| Point | BGN/CHF |
|---|---|
| 2025-09-25 | 0.47776 |
| 2025-10-02 | 0.47806 |
| 2025-10-09 | 0.47597 |
| 2025-10-16 | 0.47561 |
| 2025-10-23 | 0.47290 |
| 2025-10-30 | 0.47454 |
| 2025-11-06 | 0.47633 |
| 2025-11-13 | 0.47264 |
| 2025-11-20 | 0.47520 |
| 2025-11-27 | 0.47740 |
| 2025-12-04 | 0.47755 |
| 2025-12-11 | 0.47719 |
| 2025-12-18 | 0.47633 |
| 2025-12-25 | 0.47451 |
| 2026-01-01 | 0.47603 |
| 2026-01-08 | 0.47610 |
| 2026-01-15 | 0.47681 |
| 2026-01-22 | 0.47402 |
| 2026-01-29 | 0.46952 |
| 2026-02-05 | 0.46840 |
| 2026-02-12 | 0.45846 |
| 2026-02-19 | 0.46792 |
| 2026-02-26 | 0.46754 |
| 2026-03-05 | 0.46366 |
| 2026-03-12 | 0.46108 |
| 2026-03-19 | 0.46636 |
| 2026-03-26 | 0.46873 |
| 2026-04-02 | 0.47199 |
| 2026-04-13 | 0.47268 |
| 2026-04-20 | 0.46842 |
| 2026-04-27 | 0.46993 |
| 2026-05-04 | 0.47001 |
| 2026-05-11 | 0.46690 |
| 2026-05-19 | 0.46869 |
| 2026-05-27 | 0.46810 |
| 2026-06-03 | 0.46917 |
| 2026-06-12 | 0.47150 |
| 2026-06-19 | 0.47125 |
| 2026-06-26 | 0.47011 |
| 2026-07-03 | 0.46955 |
| 2026-07-10 | 0.47249 |
| 2026-07-17 | 0.47196 |
| 2026-07-24 | 0.47569 |
| 2026-07-31 | 0.47672 |
| 2026-08-07 | 0.47742 |
| 2026-08-14 | 0.47880 |
| 2026-08-22 | 0.47823 |
| 2026-08-29 | 0.47852 |
| 2026-09-05 | 0.48079 |
| 2026-09-12 | 0.48420 |
| 2026-09-19 | 0.48333 |
High
0.48420
Low
0.45846
Average
0.47316
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.