CHF to CNY exchange rate API
Swiss Franc to Yuan Renminbi · quoted 2026-09-26
8.1020
▼ +6.22% over 6M
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 6 months, CHF/CNY traded between 8.1020 and 8.7265, averaged 8.4629 and fell 6.22%. 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 6M: show the values
| Point | CHF/CNY |
|---|---|
| 2026-03-30 | 8.6394 |
| 2026-04-06 | 8.6159 |
| 2026-04-13 | 8.6374 |
| 2026-04-20 | 8.7252 |
| 2026-04-27 | 8.7041 |
| 2026-05-04 | 8.7119 |
| 2026-05-11 | 8.7265 |
| 2026-05-18 | 8.6624 |
| 2026-05-25 | 8.6812 |
| 2026-06-01 | 8.6312 |
| 2026-06-08 | 8.5189 |
| 2026-06-15 | 8.5138 |
| 2026-06-22 | 8.3841 |
| 2026-06-29 | 8.4030 |
| 2026-07-06 | 8.4309 |
| 2026-07-13 | 8.3678 |
| 2026-07-20 | 8.3715 |
| 2026-07-27 | 8.3002 |
| 2026-08-03 | 8.3574 |
| 2026-08-10 | 8.3438 |
| 2026-08-17 | 8.3214 |
| 2026-08-24 | 8.3758 |
| 2026-08-31 | 8.3108 |
| 2026-09-07 | 8.2929 |
| 2026-09-14 | 8.2164 |
| 2026-09-21 | 8.1511 |
High
8.7265
Low
8.1020
Average
8.4629
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.