Convert CNY to SEK
Chinese Yuan → Swedish Krona
1 CNY = 1.474834 SEK(1 SEK = 0.678043 CNY)
Currency converter
1 CNY =
1.4748 SEK
CNY to SEK: last 30 days
Over the last 30 days, 1 CNY traded between 1.417 and 1.4763 SEK, averaging 1.4457 SEK. The CNY/SEK rate is up 4.08% since 2026-08-28.
- 30-day high
- 1.4763
- 2026-09-24
- 30-day low
- 1.417
- 2026-08-28
- 30-day average
- 1.4457
- Days with data: 30
- 30-day change
- +4.08%
- since 2026-08-28
1.4763
1.4172026-08-28 → 2026-09-26
| Date | 1 CNY in SEK | Daily change |
|---|---|---|
| 2026-09-26 | 1.4748 | 0.00% |
| 2026-09-25 | 1.4748 | -0.10% |
| 2026-09-24 | 1.4763 | +0.24% |
| 2026-09-23 | 1.4727 | +0.58% |
| 2026-09-22 | 1.4643 | -0.09% |
| 2026-09-21 | 1.4656 | -0.37% |
| 2026-09-20 | 1.4711 | 0.00% |
| 2026-09-19 | 1.4711 | 0.00% |
| 2026-09-18 | 1.4711 | +0.51% |
| 2026-09-17 | 1.4637 | +0.34% |
| 2026-09-16 | 1.4587 | +0.20% |
| 2026-09-15 | 1.4558 | -0.01% |
| 2026-09-14 | 1.4558 | +0.74% |
| 2026-09-13 | 1.4451 | 0.00% |
| 2026-09-12 | 1.4451 | 0.00% |
| Date | 1 CNY in SEK | Daily change |
|---|---|---|
| 2026-09-11 | 1.4451 | +0.52% |
| 2026-09-10 | 1.4377 | +0.78% |
| 2026-09-09 | 1.4265 | -0.31% |
| 2026-09-08 | 1.4309 | -0.01% |
| 2026-09-07 | 1.4311 | +0.55% |
| 2026-09-06 | 1.4233 | 0.00% |
| 2026-09-05 | 1.4233 | 0.00% |
| 2026-09-04 | 1.4233 | -0.15% |
| 2026-09-03 | 1.4254 | -0.58% |
| 2026-09-02 | 1.4337 | +0.50% |
| 2026-09-01 | 1.4266 | +0.05% |
| 2026-08-31 | 1.4258 | +0.62% |
| 2026-08-30 | 1.417 | 0.00% |
| 2026-08-29 | 1.417 | 0.00% |
| 2026-08-28 | 1.417 | — |
CNY to SEK conversion table
1 CNY1.4748 SEK
5 CNY7.3742 SEK
10 CNY14.7483 SEK
25 CNY36.8708 SEK
50 CNY73.7417 SEK
100 CNY147.4834 SEK
500 CNY737.4169 SEK
1,000 CNY1,474.8338 SEK
5,000 CNY7,374.1689 SEK
10,000 CNY14,748.338 SEK
Get the CNY/SEK rate in your app
One GET request returns the latest CNY → SEK rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CNY/SEK"fetch('https://rate-api.com/api/v1/pair/CNY/SEK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} SEK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/SEK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} SEK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/SEK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} SEK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "SEK"
},
"rate": 1.4748,
"timestamp": 1790429388,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
SEK to CNYSwedish Krona → Chinese Yuan0.67804Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.