Skip to content

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

CHF/CNY over 30D: show the values
PointCHF/CNY
2026-08-278.3466
2026-08-288.3566
2026-08-298.3268
2026-08-308.3201
2026-08-318.3108
2026-09-018.2937
2026-09-028.2579
2026-09-038.3112
2026-09-048.2928
2026-09-058.2910
2026-09-068.2943
2026-09-078.2929
2026-09-088.2691
2026-09-098.3113
2026-09-108.2591
2026-09-118.2279
2026-09-128.2138
2026-09-138.2237
2026-09-148.2164
2026-09-158.2030
2026-09-168.1892
2026-09-178.1353
2026-09-188.1119
2026-09-198.1425
2026-09-208.1542
2026-09-218.1511
2026-09-228.1766
2026-09-238.1510
2026-09-248.1095
2026-09-258.1049
2026-09-268.1020

High

8.3566

Low

8.1020

Average

8.2265

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.