Skip to content

CNY to KRW exchange rate API

Yuan Renminbi to Won · quoted 2026-09-25

203.2297

▲ +11.18% over 5Y

1 CNY = 203.2297 KRW · 1 KRW = 0.004921 CNY · Get this rate via the API

1 CNY buys 203.2297 KRW as of 2026-09-25, so 1 KRW buys 0.004921 CNY. Over the last 5 years, CNY/KRW traded between 180.3333 and 226.3793, averaged 195.7193 and rose 11.18%. 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 5Y

CNY/KRW over 5Y: show the values
PointCNY/KRW
2021-09-27182.7878
2021-11-08184.8153
2021-12-20186.8896
2022-01-31190.1104
2022-03-14194.6959
2022-04-27193.4330
2022-06-08187.9696
2022-07-20194.1604
2022-08-31194.7568
2022-10-12198.9368
2022-11-23188.8865
2023-01-05184.7165
2023-02-16187.6621
2023-03-30188.7434
2023-05-16192.4690
2023-06-27180.3333
2023-08-08183.0044
2023-09-19181.6620
2023-10-31184.6742
2023-12-12182.7327
2024-01-26186.0502
2024-03-08183.4631
2024-04-23190.1943
2024-06-05189.2684
2024-07-17190.0015
2024-08-27186.7902
2024-10-01186.7472
2024-10-31193.7148
2024-11-30192.5239
2024-12-30201.8955
2025-01-29199.5119
2025-02-28200.5648
2025-03-30201.4898
2025-04-29197.3995
2025-05-29191.2582
2025-06-28189.9110
2025-07-28193.1224
2025-08-27195.1763
2025-09-26197.5249
2025-10-26202.0916
2025-11-25206.7420
2025-12-25206.3496
2026-01-24207.8310
2026-02-23208.9471
2026-03-25217.0495
2026-04-24216.0578
2026-05-24224.0176
2026-06-23226.3793
2026-07-23217.5269
2026-08-22206.1886
2026-09-21204.9435

High

226.3793

Low

180.3333

Average

195.7193

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.