CHF to CNY exchange rate API
Swiss Franc to Yuan Renminbi · quoted 2026-09-26
8.1020
▼ +8.27% over YTD
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 year to date, CHF/CNY traded between 8.1020 and 9.0527, averaged 8.5813 and fell 8.27%. 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 YTD: show the values
| Point | CHF/CNY |
|---|---|
| 2025-12-31 | 8.8321 |
| 2026-01-07 | 8.7796 |
| 2026-01-14 | 8.7053 |
| 2026-01-21 | 8.8206 |
| 2026-01-28 | 9.0527 |
| 2026-02-04 | 8.9497 |
| 2026-02-11 | 9.0087 |
| 2026-02-18 | 8.9690 |
| 2026-02-25 | 8.8664 |
| 2026-03-04 | 8.8468 |
| 2026-03-11 | 8.8050 |
| 2026-03-18 | 8.7307 |
| 2026-03-25 | 8.7380 |
| 2026-04-01 | 8.6793 |
| 2026-04-08 | 8.6683 |
| 2026-04-15 | 8.7151 |
| 2026-04-22 | 8.7271 |
| 2026-04-29 | 8.6610 |
| 2026-05-06 | 8.7412 |
| 2026-05-13 | 8.6899 |
| 2026-05-20 | 8.6101 |
| 2026-05-27 | 8.6226 |
| 2026-06-03 | 8.5764 |
| 2026-06-10 | 8.4844 |
| 2026-06-17 | 8.5227 |
| 2026-06-24 | 8.3806 |
| 2026-07-01 | 8.3758 |
| 2026-07-08 | 8.4092 |
| 2026-07-15 | 8.3479 |
| 2026-07-22 | 8.3369 |
| 2026-07-29 | 8.2512 |
| 2026-08-05 | 8.3455 |
| 2026-08-12 | 8.3120 |
| 2026-08-19 | 8.3171 |
| 2026-08-26 | 8.3606 |
| 2026-09-02 | 8.2579 |
| 2026-09-09 | 8.3113 |
| 2026-09-16 | 8.1892 |
| 2026-09-23 | 8.1510 |
High
9.0527
Low
8.1020
Average
8.5813
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.