Skip to content

CHF to BYN exchange rate API

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

3.6760

▼ +0.38% over YTD

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 year to date, CHF/BYN traded between 3.4429 and 3.8366, averaged 3.6504 and fell 0.38%. 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 YTD

CHF/BYN over YTD: show the values
PointCHF/BYN
2025-12-313.6899
2026-01-073.6926
2026-01-143.6320
2026-01-213.6453
2026-01-283.7002
2026-02-043.6937
2026-02-113.7472
2026-02-183.7064
2026-02-253.6963
2026-03-043.7300
2026-03-113.7760
2026-03-183.8366
2026-03-253.7498
2026-04-013.7526
2026-04-083.7183
2026-04-153.6453
2026-04-223.6159
2026-04-293.5757
2026-05-063.6249
2026-05-133.5698
2026-05-203.4584
2026-05-273.4927
2026-06-033.5348
2026-06-113.4507
2026-06-183.4429
2026-06-253.4777
2026-07-023.6031
2026-07-093.5524
2026-07-163.5769
2026-07-233.5335
2026-07-303.5838
2026-08-063.6569
2026-08-133.6896
2026-08-203.7955
2026-08-273.7470
2026-09-033.8196
2026-09-103.7572
2026-09-173.6940
2026-09-243.6730

High

3.8366

Low

3.4429

Average

3.6504

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.