Skip to content

CHF to RUB exchange rate API

Swiss Franc to Russian Ruble · quoted 2026-09-26

101.8461

▲ +30.01% over 5Y

1 CHF = 101.8461 RUB · 1 RUB = 0.009819 CHF · Get this rate via the API

1 CHF buys 101.8461 RUB as of 2026-09-26, so 1 RUB buys 0.009819 CHF. Over the last 5 years, CHF/RUB traded between 78.0490 and 117.0117, averaged 98.8161 and rose 30.01%. The API holds daily CHF/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

CHF/RUB over 5Y

CHF/RUB over 5Y: show the values
PointCHF/RUB
2021-09-2778.3369
2021-11-0878.0490
2021-12-2080.3133
2022-01-3183.3575
2024-09-04103.7862
2024-10-15110.3703
2024-11-14110.7426
2024-12-14117.0117
2025-01-13111.2440
2025-02-12105.8501
2025-03-1497.3808
2025-04-14101.9314
2025-05-1595.8744
2025-06-1598.4103
2025-07-1597.8818
2025-08-1498.6921
2025-09-14105.5056
2025-10-14100.6215
2025-11-13102.1496
2025-12-14100.4366
2026-01-1398.0324
2026-02-12100.1356
2026-03-14100.7291
2026-04-1397.7530
2026-05-1494.1753
2026-06-1691.0367
2026-07-1696.0489
2026-08-15103.4871
2026-09-15103.2919

High

117.0117

Low

78.0490

Average

98.8161

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/RUB API questions

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

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

How far back does CHF/RUB historical data go?

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

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