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: show the values
| Point | CHF/BYN |
|---|---|
| 2021-09-27 | 2.6889 |
| 2021-11-08 | 2.6764 |
| 2021-12-20 | 2.7413 |
| 2022-02-01 | 2.8096 |
| 2022-03-15 | 3.5423 |
| 2022-04-29 | 3.4690 |
| 2022-06-15 | 3.3733 |
| 2022-07-27 | 2.6238 |
| 2022-09-07 | 2.5590 |
| 2022-10-19 | 2.5278 |
| 2022-11-30 | 2.6594 |
| 2023-01-12 | 2.7038 |
| 2023-02-23 | 2.7089 |
| 2023-04-11 | 2.7899 |
| 2023-05-26 | 2.7956 |
| 2023-07-10 | 2.8354 |
| 2023-08-21 | 2.8716 |
| 2023-10-02 | 3.5977 |
| 2023-11-13 | 3.6401 |
| 2023-12-27 | 3.8708 |
| 2024-02-08 | 3.7413 |
| 2024-03-21 | 3.6549 |
| 2024-05-08 | 3.5985 |
| 2024-06-24 | 3.6627 |
| 2024-08-05 | 3.8566 |
| 2024-09-15 | 3.8603 |
| 2024-10-22 | 3.7799 |
| 2024-11-21 | 3.7049 |
| 2024-12-21 | 3.6640 |
| 2025-01-20 | 3.5790 |
| 2025-02-19 | 3.6178 |
| 2025-03-21 | 3.7102 |
| 2025-04-20 | 4.0081 |
| 2025-05-20 | 3.9295 |
| 2025-06-19 | 4.0022 |
| 2025-07-19 | 4.0810 |
| 2025-08-18 | 4.1396 |
| 2025-09-17 | 4.3010 |
| 2025-10-17 | 4.2950 |
| 2025-11-16 | 4.2926 |
| 2025-12-16 | 3.6885 |
| 2026-01-15 | 3.6265 |
| 2026-02-14 | 3.7211 |
| 2026-03-16 | 3.7682 |
| 2026-04-15 | 3.6453 |
| 2026-05-15 | 3.5535 |
| 2026-06-15 | 3.4861 |
| 2026-07-15 | 3.5378 |
| 2026-08-14 | 3.7257 |
| 2026-09-13 | 3.7159 |
High
4.3010
Low
2.5278
Average
3.4727
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.