Skip to content

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

CHF/CNY over 6M: show the values
PointCHF/CNY
2026-03-308.6394
2026-04-068.6159
2026-04-138.6374
2026-04-208.7252
2026-04-278.7041
2026-05-048.7119
2026-05-118.7265
2026-05-188.6624
2026-05-258.6812
2026-06-018.6312
2026-06-088.5189
2026-06-158.5138
2026-06-228.3841
2026-06-298.4030
2026-07-068.4309
2026-07-138.3678
2026-07-208.3715
2026-07-278.3002
2026-08-038.3574
2026-08-108.3438
2026-08-178.3214
2026-08-248.3758
2026-08-318.3108
2026-09-078.2929
2026-09-148.2164
2026-09-218.1511

High

8.7265

Low

8.1020

Average

8.4629

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.