Skip to content

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

CHF/BGN over 5Y: show the values
PointCHF/BGN
2021-09-271.8026
2021-11-081.8467
2021-12-201.8791
2022-01-311.8799
2022-03-141.9083
2022-04-271.9120
2022-06-081.8652
2022-07-201.9764
2022-08-311.9965
2022-10-122.0238
2022-11-231.9967
2023-01-051.9878
2023-02-161.9810
2023-03-301.9631
2023-05-162.0097
2023-06-271.9980
2023-08-082.0373
2023-09-192.0384
2023-10-312.0358
2023-12-122.0712
2024-01-262.0815
2024-03-082.0398
2024-04-232.0113
2024-06-052.0155
2024-07-172.0177
2024-08-272.0718
2024-10-012.0569
2024-10-312.0780
2024-11-302.0984
2024-12-302.0729
2025-01-292.0740
2025-02-282.0820
2025-03-302.0411
2025-04-292.0824
2025-05-292.0942
2025-06-282.0929
2025-07-282.0954
2025-08-272.0918
2025-09-262.0958
2025-10-262.1152
2025-11-252.0929
2025-12-252.1074
2026-01-242.1169
2026-02-232.1305
2026-03-252.1341
2026-04-282.1091
2026-05-302.1478
2026-07-012.1141
2026-07-312.0977
2026-08-312.0869

High

2.1478

Low

1.8026

Average

2.0359

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.