Skip to content

CHF to RUB exchange rate API

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

101.8461

▼ +3.02% over 1Y

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 year, CHF/RUB traded between 90.0840 and 107.9828, averaged 99.0662 and fell 3.02%. 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 1Y

CHF/RUB over 1Y: show the values
PointCHF/RUB
2025-09-26105.0149
2025-10-03103.0729
2025-10-10100.7203
2025-10-17101.3904
2025-10-24102.0431
2025-10-3199.4269
2025-11-07100.8688
2025-11-14102.3369
2025-11-2199.2839
2025-11-2896.7546
2025-12-0595.8519
2025-12-13100.3545
2025-12-20101.5588
2025-12-2799.7227
2026-01-03101.5629
2026-01-1099.1023
2026-01-1796.9384
2026-01-2496.9394
2026-01-3199.0770
2026-02-0799.0252
2026-02-1499.2408
2026-02-2198.8521
2026-02-28100.1913
2026-03-07102.0792
2026-03-14100.7291
2026-03-21105.0787
2026-03-28101.9627
2026-04-04100.4168
2026-04-1197.6967
2026-04-1897.5268
2026-04-2595.5164
2026-05-0295.7916
2026-05-0995.5525
2026-05-1792.5796
2026-05-2591.2526
2026-06-0190.8963
2026-06-1090.0840
2026-06-1791.4074
2026-06-2491.6860
2026-07-0197.0153
2026-07-0894.5611
2026-07-1595.4562
2026-07-2296.3668
2026-07-2996.0087
2026-08-0599.6212
2026-08-12101.6471
2026-08-20105.1209
2026-08-27105.9651
2026-09-03107.9828
2026-09-10104.6766
2026-09-17102.1588
2026-09-24102.4956

High

107.9828

Low

90.0840

Average

99.0662

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.