Skip to content

CNY to KRW exchange rate API

Yuan Renminbi to Won · quoted 2026-09-25

203.7578

▲ +3.40% over 1Y

1 CNY = 203.7578 KRW · 1 KRW = 0.004908 CNY · Get this rate via the API

1 CNY buys 203.7578 KRW as of 2026-09-25, so 1 KRW buys 0.004908 CNY. Over the last year, CNY/KRW traded between 196.8393 and 228.1400, averaged 211.3572 and rose 3.40%. The API holds daily CNY/KRW rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

CNY/KRW over 1Y

CNY/KRW over 1Y: show the values
PointCNY/KRW
2025-09-25197.0668
2025-10-02196.8393
2025-10-09199.2551
2025-10-16198.9772
2025-10-23202.1830
2025-10-30201.7050
2025-11-06203.0715
2025-11-13206.2365
2025-11-20206.5500
2025-11-27206.4325
2025-12-04208.0887
2025-12-11208.4339
2025-12-18209.7968
2025-12-25206.3496
2026-01-01206.2121
2026-01-08208.0122
2026-01-15210.7436
2026-01-22210.4032
2026-01-29205.9881
2026-02-05211.1398
2026-02-12208.4131
2026-02-19209.8366
2026-02-26208.3875
2026-03-05213.8481
2026-03-12215.5845
2026-03-19217.6112
2026-03-26217.9841
2026-04-02219.8805
2026-04-09216.4682
2026-04-16216.4568
2026-04-23216.4398
2026-04-30216.2921
2026-05-07213.2704
2026-05-14219.8514
2026-05-21221.8013
2026-05-28221.6602
2026-06-04226.2391
2026-06-11225.6807
2026-06-18227.2572
2026-06-25226.9607
2026-07-02228.1400
2026-07-09222.5512
2026-07-16218.6311
2026-07-23217.5269
2026-07-30212.2406
2026-08-06210.9284
2026-08-13210.6308
2026-08-20207.6804
2026-08-27205.4039
2026-09-03202.0053
2026-09-10200.3800
2026-09-17206.1201
2026-09-24203.8859

High

228.1400

Low

196.8393

Average

211.3572

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CNY/KRW API questions

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

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

How far back does CNY/KRW historical data go?

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