CHF to BGN exchange rate API
Swiss Franc to Bulgarian Lev · quoted 2026-09-24
2.0768
▲ +15.21% over 5Y
1 CHF = 2.0768 BGN · 1 BGN = 0.48152 CHF · Get this rate via the API
1 CHF buys 2.0768 BGN as of 2026-09-24, so 1 BGN buys 0.48152 CHF. Over the last 5 years, CHF/BGN traded between 1.8026 and 2.1478, averaged 2.0359 and rose 15.21%. The API holds daily CHF/BGN rates from 2000-07-19 — 26 years of history — so any past day, or a whole series, is one request away.
CHF/BGN over 5Y: show the values
| Point | CHF/BGN |
|---|---|
| 2021-09-27 | 1.8026 |
| 2021-11-08 | 1.8467 |
| 2021-12-20 | 1.8791 |
| 2022-01-31 | 1.8799 |
| 2022-03-14 | 1.9083 |
| 2022-04-27 | 1.9120 |
| 2022-06-08 | 1.8652 |
| 2022-07-20 | 1.9764 |
| 2022-08-31 | 1.9965 |
| 2022-10-12 | 2.0238 |
| 2022-11-23 | 1.9967 |
| 2023-01-05 | 1.9878 |
| 2023-02-16 | 1.9810 |
| 2023-03-30 | 1.9631 |
| 2023-05-16 | 2.0097 |
| 2023-06-27 | 1.9980 |
| 2023-08-08 | 2.0373 |
| 2023-09-19 | 2.0384 |
| 2023-10-31 | 2.0358 |
| 2023-12-12 | 2.0712 |
| 2024-01-26 | 2.0815 |
| 2024-03-08 | 2.0398 |
| 2024-04-23 | 2.0113 |
| 2024-06-05 | 2.0155 |
| 2024-07-17 | 2.0177 |
| 2024-08-27 | 2.0718 |
| 2024-10-01 | 2.0569 |
| 2024-10-31 | 2.0780 |
| 2024-11-30 | 2.0984 |
| 2024-12-30 | 2.0729 |
| 2025-01-29 | 2.0740 |
| 2025-02-28 | 2.0820 |
| 2025-03-30 | 2.0411 |
| 2025-04-29 | 2.0824 |
| 2025-05-29 | 2.0942 |
| 2025-06-28 | 2.0929 |
| 2025-07-28 | 2.0954 |
| 2025-08-27 | 2.0918 |
| 2025-09-26 | 2.0958 |
| 2025-10-26 | 2.1152 |
| 2025-11-25 | 2.0929 |
| 2025-12-25 | 2.1074 |
| 2026-01-24 | 2.1169 |
| 2026-02-23 | 2.1305 |
| 2026-03-25 | 2.1341 |
| 2026-04-28 | 2.1091 |
| 2026-05-30 | 2.1478 |
| 2026-07-01 | 2.1141 |
| 2026-07-31 | 2.0977 |
| 2026-08-31 | 2.0869 |
High
2.1478
Low
1.8026
Average
2.0359
Get this rate via the API
One GET request returns the CHF/BGN 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=CHF¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BGN").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/BGN API questions
How do I get the CHF/BGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/BGN rate in rates.BGN.
How far back does CHF/BGN historical data go?
Daily CHF/BGN 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 CHF/BGN 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.