CHF to CNY exchange rate API
Swiss Franc to Yuan Renminbi · quoted 2026-09-26
8.1020
▼ +9.24% over 1Y
1 CHF = 8.1020 CNY · 1 CNY = 0.12343 CHF · Get this rate via the API
1 CHF buys 8.1020 CNY as of 2026-09-26, so 1 CNY buys 0.12343 CHF. Over the last year, CHF/CNY traded between 8.1020 and 9.0460, averaged 8.6526 and fell 9.24%. The API holds daily CHF/CNY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CHF/CNY over 1Y: show the values
| Point | CHF/CNY |
|---|---|
| 2025-09-26 | 8.9271 |
| 2025-10-03 | 8.9416 |
| 2025-10-10 | 8.8371 |
| 2025-10-17 | 8.9874 |
| 2025-10-24 | 8.9431 |
| 2025-10-31 | 8.8532 |
| 2025-11-07 | 8.8406 |
| 2025-11-14 | 8.9989 |
| 2025-11-21 | 8.8174 |
| 2025-11-28 | 8.7826 |
| 2025-12-05 | 8.7916 |
| 2025-12-12 | 8.8674 |
| 2025-12-19 | 8.8501 |
| 2025-12-26 | 8.8976 |
| 2026-01-02 | 8.8181 |
| 2026-01-09 | 8.7275 |
| 2026-01-16 | 8.6940 |
| 2026-01-23 | 8.8151 |
| 2026-01-30 | 9.0460 |
| 2026-02-06 | 8.9197 |
| 2026-02-13 | 8.9848 |
| 2026-02-20 | 8.9021 |
| 2026-02-27 | 8.8929 |
| 2026-03-06 | 8.8253 |
| 2026-03-13 | 8.7608 |
| 2026-03-20 | 8.7581 |
| 2026-03-27 | 8.6758 |
| 2026-04-03 | 8.6166 |
| 2026-04-10 | 8.6535 |
| 2026-04-17 | 8.7188 |
| 2026-04-24 | 8.7039 |
| 2026-05-01 | 8.7409 |
| 2026-05-08 | 8.7362 |
| 2026-05-15 | 8.6608 |
| 2026-05-22 | 8.6403 |
| 2026-05-29 | 8.6481 |
| 2026-06-05 | 8.5833 |
| 2026-06-12 | 8.4865 |
| 2026-06-19 | 8.3936 |
| 2026-06-26 | 8.4081 |
| 2026-07-03 | 8.4477 |
| 2026-07-10 | 8.3956 |
| 2026-07-17 | 8.3985 |
| 2026-07-24 | 8.2828 |
| 2026-07-31 | 8.3339 |
| 2026-08-07 | 8.3272 |
| 2026-08-14 | 8.3043 |
| 2026-08-21 | 8.4063 |
| 2026-08-28 | 8.3566 |
| 2026-09-04 | 8.2928 |
| 2026-09-11 | 8.2279 |
| 2026-09-18 | 8.1119 |
| 2026-09-25 | 8.1049 |
High
9.0460
Low
8.1020
Average
8.6526
Get this rate via the API
One GET request returns the CHF/CNY 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=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/CNY API questions
How do I get the CHF/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/CNY rate in rates.CNY.
How far back does CHF/CNY historical data go?
Daily CHF/CNY 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/CNY 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.