Skip to content

CHF to BYN exchange rate API

Swiss Franc to Belarussian Ruble · quoted 2026-09-25

3.6760

▲ +36.71% over 5Y

1 CHF = 3.6760 BYN · 1 BYN = 0.27204 CHF · Get this rate via the API

1 CHF buys 3.6760 BYN as of 2026-09-25, so 1 BYN buys 0.27204 CHF. Over the last 5 years, CHF/BYN traded between 2.5278 and 4.3010, averaged 3.4727 and rose 36.71%. The API holds daily CHF/BYN rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.

CHF/BYN over 5Y

CHF/BYN over 5Y: show the values
PointCHF/BYN
2021-09-272.6889
2021-11-082.6764
2021-12-202.7413
2022-02-012.8096
2022-03-153.5423
2022-04-293.4690
2022-06-153.3733
2022-07-272.6238
2022-09-072.5590
2022-10-192.5278
2022-11-302.6594
2023-01-122.7038
2023-02-232.7089
2023-04-112.7899
2023-05-262.7956
2023-07-102.8354
2023-08-212.8716
2023-10-023.5977
2023-11-133.6401
2023-12-273.8708
2024-02-083.7413
2024-03-213.6549
2024-05-083.5985
2024-06-243.6627
2024-08-053.8566
2024-09-153.8603
2024-10-223.7799
2024-11-213.7049
2024-12-213.6640
2025-01-203.5790
2025-02-193.6178
2025-03-213.7102
2025-04-204.0081
2025-05-203.9295
2025-06-194.0022
2025-07-194.0810
2025-08-184.1396
2025-09-174.3010
2025-10-174.2950
2025-11-164.2926
2025-12-163.6885
2026-01-153.6265
2026-02-143.7211
2026-03-163.7682
2026-04-153.6453
2026-05-153.5535
2026-06-153.4861
2026-07-153.5378
2026-08-143.7257
2026-09-133.7159

High

4.3010

Low

2.5278

Average

3.4727

For developers

Get this rate via the API

One GET request returns the CHF/BYN 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=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=BYN");
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=BYN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/BYN API questions

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

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

How far back does CHF/BYN historical data go?

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

Is there a free CHF/BYN 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.