Skip to content

CHF to BYN exchange rate API

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

3.6760

▼ +13.59% over 1Y

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 year, CHF/BYN traded between 3.4475 and 4.2873, averaged 3.7633 and fell 13.59%. 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 1Y

CHF/BYN over 1Y: show the values
PointCHF/BYN
2025-09-254.2543
2025-10-024.2611
2025-10-094.2401
2025-10-164.2650
2025-10-234.2697
2025-10-304.2398
2025-11-064.2175
2025-11-134.2873
2025-11-204.2305
2025-11-274.2383
2025-12-043.6310
2025-12-113.6644
2025-12-183.6946
2025-12-253.6994
2026-01-013.7029
2026-01-083.6941
2026-01-153.6265
2026-01-223.6022
2026-01-293.6981
2026-02-053.6860
2026-02-123.7282
2026-02-193.6882
2026-02-263.7121
2026-03-053.7499
2026-03-123.7759
2026-03-193.8600
2026-03-263.7560
2026-04-023.7154
2026-04-093.6794
2026-04-163.6385
2026-04-233.5959
2026-04-303.5870
2026-05-073.6317
2026-05-143.5745
2026-05-213.4764
2026-05-283.4747
2026-06-043.5850
2026-06-123.4633
2026-06-193.4475
2026-06-263.5504
2026-07-033.6099
2026-07-103.5442
2026-07-173.5897
2026-07-243.5198
2026-07-313.5945
2026-08-073.6716
2026-08-143.7257
2026-08-213.7811
2026-08-283.7471
2026-09-043.8080
2026-09-113.7258
2026-09-183.6728
2026-09-253.6623

High

4.2873

Low

3.4475

Average

3.7633

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.