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: show the values
| Point | CNY/SEK |
|---|---|
| 2026-03-30 | 1.3741 |
| 2026-04-06 | 1.3715 |
| 2026-04-13 | 1.3644 |
| 2026-04-20 | 1.3431 |
| 2026-04-27 | 1.3458 |
| 2026-05-04 | 1.3558 |
| 2026-05-11 | 1.3602 |
| 2026-05-18 | 1.3820 |
| 2026-05-25 | 1.3668 |
| 2026-06-01 | 1.3694 |
| 2026-06-08 | 1.3897 |
| 2026-06-15 | 1.3895 |
| 2026-06-22 | 1.4170 |
| 2026-06-29 | 1.4307 |
| 2026-07-06 | 1.4200 |
| 2026-07-13 | 1.4242 |
| 2026-07-20 | 1.4285 |
| 2026-07-27 | 1.4333 |
| 2026-08-03 | 1.4102 |
| 2026-08-10 | 1.4071 |
| 2026-08-17 | 1.4080 |
| 2026-08-24 | 1.4131 |
| 2026-08-31 | 1.4258 |
| 2026-09-07 | 1.4311 |
| 2026-09-14 | 1.4558 |
| 2026-09-21 | 1.4656 |
High
1.4775
Low
1.3431
Average
1.4022
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=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¤cies=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.