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: show the values
| Point | CHF/RUB |
|---|---|
| 2021-09-27 | 78.3369 |
| 2021-11-08 | 78.0490 |
| 2021-12-20 | 80.3133 |
| 2022-01-31 | 83.3575 |
| 2024-09-04 | 103.7862 |
| 2024-10-15 | 110.3703 |
| 2024-11-14 | 110.7426 |
| 2024-12-14 | 117.0117 |
| 2025-01-13 | 111.2440 |
| 2025-02-12 | 105.8501 |
| 2025-03-14 | 97.3808 |
| 2025-04-14 | 101.9314 |
| 2025-05-15 | 95.8744 |
| 2025-06-15 | 98.4103 |
| 2025-07-15 | 97.8818 |
| 2025-08-14 | 98.6921 |
| 2025-09-14 | 105.5056 |
| 2025-10-14 | 100.6215 |
| 2025-11-13 | 102.1496 |
| 2025-12-14 | 100.4366 |
| 2026-01-13 | 98.0324 |
| 2026-02-12 | 100.1356 |
| 2026-03-14 | 100.7291 |
| 2026-04-13 | 97.7530 |
| 2026-05-14 | 94.1753 |
| 2026-06-16 | 91.0367 |
| 2026-07-16 | 96.0489 |
| 2026-08-15 | 103.4871 |
| 2026-09-15 | 103.2919 |
High
117.0117
Low
78.0490
Average
98.8161
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.