Skip to content

CNY to SEK exchange rate API

Yuan Renminbi to Swedish Krona · quoted 2026-09-26

1.4775

▲ +7.53% over 6M

1 CNY = 1.4775 SEK · 1 SEK = 0.67681 CNY · Get this rate via the API

1 CNY buys 1.4775 SEK as of 2026-09-26, so 1 SEK buys 0.67681 CNY. Over the last 6 months, CNY/SEK traded between 1.3431 and 1.4775, averaged 1.4022 and rose 7.53%. The API holds daily CNY/SEK rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

CNY/SEK over 6M

CNY/SEK over 6M: show the values
PointCNY/SEK
2026-03-301.3741
2026-04-061.3715
2026-04-131.3644
2026-04-201.3431
2026-04-271.3458
2026-05-041.3558
2026-05-111.3602
2026-05-181.3820
2026-05-251.3668
2026-06-011.3694
2026-06-081.3897
2026-06-151.3895
2026-06-221.4170
2026-06-291.4307
2026-07-061.4200
2026-07-131.4242
2026-07-201.4285
2026-07-271.4333
2026-08-031.4102
2026-08-101.4071
2026-08-171.4080
2026-08-241.4131
2026-08-311.4258
2026-09-071.4311
2026-09-141.4558
2026-09-211.4656

High

1.4775

Low

1.3431

Average

1.4022

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

CNY/SEK API questions

How do I get the CNY/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/SEK rate in rates.SEK.

How far back does CNY/SEK historical data go?

Daily CNY/SEK 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 CNY/SEK 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.