Skip to content

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

CHF/CNY over YTD: show the values
PointCHF/CNY
2025-12-318.8321
2026-01-078.7796
2026-01-148.7053
2026-01-218.8206
2026-01-289.0527
2026-02-048.9497
2026-02-119.0087
2026-02-188.9690
2026-02-258.8664
2026-03-048.8468
2026-03-118.8050
2026-03-188.7307
2026-03-258.7380
2026-04-018.6793
2026-04-088.6683
2026-04-158.7151
2026-04-228.7271
2026-04-298.6610
2026-05-068.7412
2026-05-138.6899
2026-05-208.6101
2026-05-278.6226
2026-06-038.5764
2026-06-108.4844
2026-06-178.5227
2026-06-248.3806
2026-07-018.3758
2026-07-088.4092
2026-07-158.3479
2026-07-228.3369
2026-07-298.2512
2026-08-058.3455
2026-08-128.3120
2026-08-198.3171
2026-08-268.3606
2026-09-028.2579
2026-09-098.3113
2026-09-168.1892
2026-09-238.1510

High

9.0527

Low

8.1020

Average

8.5813

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=CNY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.