Skip to content

CHF to CNY exchange rate API

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

8.1020

▼ +9.24% over 1Y

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 year, CHF/CNY traded between 8.1020 and 9.0460, averaged 8.6526 and fell 9.24%. 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 1Y

CHF/CNY over 1Y: show the values
PointCHF/CNY
2025-09-268.9271
2025-10-038.9416
2025-10-108.8371
2025-10-178.9874
2025-10-248.9431
2025-10-318.8532
2025-11-078.8406
2025-11-148.9989
2025-11-218.8174
2025-11-288.7826
2025-12-058.7916
2025-12-128.8674
2025-12-198.8501
2025-12-268.8976
2026-01-028.8181
2026-01-098.7275
2026-01-168.6940
2026-01-238.8151
2026-01-309.0460
2026-02-068.9197
2026-02-138.9848
2026-02-208.9021
2026-02-278.8929
2026-03-068.8253
2026-03-138.7608
2026-03-208.7581
2026-03-278.6758
2026-04-038.6166
2026-04-108.6535
2026-04-178.7188
2026-04-248.7039
2026-05-018.7409
2026-05-088.7362
2026-05-158.6608
2026-05-228.6403
2026-05-298.6481
2026-06-058.5833
2026-06-128.4865
2026-06-198.3936
2026-06-268.4081
2026-07-038.4477
2026-07-108.3956
2026-07-178.3985
2026-07-248.2828
2026-07-318.3339
2026-08-078.3272
2026-08-148.3043
2026-08-218.4063
2026-08-288.3566
2026-09-048.2928
2026-09-118.2279
2026-09-188.1119
2026-09-258.1049

High

9.0460

Low

8.1020

Average

8.6526

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.