CHF to CNY exchange rate API
Swiss Franc to Yuan Renminbi · quoted 2026-09-26
8.1020
▼ +2.93% over 30D
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 30 days, CHF/CNY traded between 8.1020 and 8.3566, averaged 8.2265 and fell 2.93%. 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 30D: show the values
| Point | CHF/CNY |
|---|---|
| 2026-08-27 | 8.3466 |
| 2026-08-28 | 8.3566 |
| 2026-08-29 | 8.3268 |
| 2026-08-30 | 8.3201 |
| 2026-08-31 | 8.3108 |
| 2026-09-01 | 8.2937 |
| 2026-09-02 | 8.2579 |
| 2026-09-03 | 8.3112 |
| 2026-09-04 | 8.2928 |
| 2026-09-05 | 8.2910 |
| 2026-09-06 | 8.2943 |
| 2026-09-07 | 8.2929 |
| 2026-09-08 | 8.2691 |
| 2026-09-09 | 8.3113 |
| 2026-09-10 | 8.2591 |
| 2026-09-11 | 8.2279 |
| 2026-09-12 | 8.2138 |
| 2026-09-13 | 8.2237 |
| 2026-09-14 | 8.2164 |
| 2026-09-15 | 8.2030 |
| 2026-09-16 | 8.1892 |
| 2026-09-17 | 8.1353 |
| 2026-09-18 | 8.1119 |
| 2026-09-19 | 8.1425 |
| 2026-09-20 | 8.1542 |
| 2026-09-21 | 8.1511 |
| 2026-09-22 | 8.1766 |
| 2026-09-23 | 8.1510 |
| 2026-09-24 | 8.1095 |
| 2026-09-25 | 8.1049 |
| 2026-09-26 | 8.1020 |
High
8.3566
Low
8.1020
Average
8.2265
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.