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: show the values
| Point | CHF/RUB |
|---|---|
| 2025-09-26 | 105.0149 |
| 2025-10-03 | 103.0729 |
| 2025-10-10 | 100.7203 |
| 2025-10-17 | 101.3904 |
| 2025-10-24 | 102.0431 |
| 2025-10-31 | 99.4269 |
| 2025-11-07 | 100.8688 |
| 2025-11-14 | 102.3369 |
| 2025-11-21 | 99.2839 |
| 2025-11-28 | 96.7546 |
| 2025-12-05 | 95.8519 |
| 2025-12-13 | 100.3545 |
| 2025-12-20 | 101.5588 |
| 2025-12-27 | 99.7227 |
| 2026-01-03 | 101.5629 |
| 2026-01-10 | 99.1023 |
| 2026-01-17 | 96.9384 |
| 2026-01-24 | 96.9394 |
| 2026-01-31 | 99.0770 |
| 2026-02-07 | 99.0252 |
| 2026-02-14 | 99.2408 |
| 2026-02-21 | 98.8521 |
| 2026-02-28 | 100.1913 |
| 2026-03-07 | 102.0792 |
| 2026-03-14 | 100.7291 |
| 2026-03-21 | 105.0787 |
| 2026-03-28 | 101.9627 |
| 2026-04-04 | 100.4168 |
| 2026-04-11 | 97.6967 |
| 2026-04-18 | 97.5268 |
| 2026-04-25 | 95.5164 |
| 2026-05-02 | 95.7916 |
| 2026-05-09 | 95.5525 |
| 2026-05-17 | 92.5796 |
| 2026-05-25 | 91.2526 |
| 2026-06-01 | 90.8963 |
| 2026-06-10 | 90.0840 |
| 2026-06-17 | 91.4074 |
| 2026-06-24 | 91.6860 |
| 2026-07-01 | 97.0153 |
| 2026-07-08 | 94.5611 |
| 2026-07-15 | 95.4562 |
| 2026-07-22 | 96.3668 |
| 2026-07-29 | 96.0087 |
| 2026-08-05 | 99.6212 |
| 2026-08-12 | 101.6471 |
| 2026-08-20 | 105.1209 |
| 2026-08-27 | 105.9651 |
| 2026-09-03 | 107.9828 |
| 2026-09-10 | 104.6766 |
| 2026-09-17 | 102.1588 |
| 2026-09-24 | 102.4956 |
High
107.9828
Low
90.0840
Average
99.0662
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.