Skip to content

CHF to CNY exchange rate API

Swiss Franc to Yuan Renminbi · quoted 2026-09-26

8.1020

▲ +16.27% over 5Y

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 5 years, CHF/CNY traded between 6.7824 and 8.9802, averaged 8.0563 and rose 16.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 5Y

CHF/CNY over 5Y: show the values
PointCHF/CNY
2021-09-276.9686
2021-11-086.9916
2021-12-206.9064
2022-01-316.8207
2022-03-146.8044
2022-04-276.7824
2022-06-086.8458
2022-07-206.9616
2022-08-317.0383
2022-10-127.2023
2022-11-237.5530
2023-01-057.4055
2023-02-167.4295
2023-03-307.5176
2023-05-167.7880
2023-06-278.0678
2023-08-088.2240
2023-09-198.1408
2023-10-318.0864
2023-12-128.2015
2024-01-268.3008
2024-03-088.1971
2024-04-237.9549
2024-06-058.1198
2024-07-178.1886
2024-08-278.4266
2024-10-018.1499
2024-10-318.2274
2024-11-308.2199
2024-12-308.0799
2025-01-297.9942
2025-02-288.0671
2025-03-308.1630
2025-04-298.8070
2025-05-298.6833
2025-06-288.9802
2025-07-288.9570
2025-08-278.8799
2025-09-268.9271
2025-10-268.9570
2025-11-258.7582
2025-12-258.8967
2026-01-248.9117
2026-02-238.9024
2026-03-258.7380
2026-04-248.7039
2026-05-248.6796
2026-06-238.3797
2026-07-238.2977
2026-08-228.3911
2026-09-218.1511

High

8.9802

Low

6.7824

Average

8.0563

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.