CNY to KRW exchange rate API
Yuan Renminbi to Won · quoted 2026-09-25
203.7578
▲ +11.47% over 5Y
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 5 years, CNY/KRW traded between 180.3333 and 226.3793, averaged 195.7294 and rose 11.47%. 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: show the values
| Point | CNY/KRW |
|---|---|
| 2021-09-27 | 182.7878 |
| 2021-11-08 | 184.8153 |
| 2021-12-20 | 186.8896 |
| 2022-01-31 | 190.1104 |
| 2022-03-14 | 194.6959 |
| 2022-04-27 | 193.4330 |
| 2022-06-08 | 187.9696 |
| 2022-07-20 | 194.1604 |
| 2022-08-31 | 194.7568 |
| 2022-10-12 | 198.9368 |
| 2022-11-23 | 188.8865 |
| 2023-01-05 | 184.7165 |
| 2023-02-16 | 187.6621 |
| 2023-03-30 | 188.7434 |
| 2023-05-16 | 192.4690 |
| 2023-06-27 | 180.3333 |
| 2023-08-08 | 183.0044 |
| 2023-09-19 | 181.6620 |
| 2023-10-31 | 184.6742 |
| 2023-12-12 | 182.7327 |
| 2024-01-26 | 186.0502 |
| 2024-03-08 | 183.4631 |
| 2024-04-23 | 190.1943 |
| 2024-06-05 | 189.2684 |
| 2024-07-17 | 190.0015 |
| 2024-08-27 | 186.7902 |
| 2024-10-01 | 186.7472 |
| 2024-10-31 | 193.7148 |
| 2024-11-30 | 192.5239 |
| 2024-12-30 | 201.8955 |
| 2025-01-29 | 199.5119 |
| 2025-02-28 | 200.5648 |
| 2025-03-30 | 201.4898 |
| 2025-04-29 | 197.3995 |
| 2025-05-29 | 191.2582 |
| 2025-06-28 | 189.9110 |
| 2025-07-28 | 193.1224 |
| 2025-08-27 | 195.1763 |
| 2025-09-26 | 197.5249 |
| 2025-10-26 | 202.0916 |
| 2025-11-25 | 206.7420 |
| 2025-12-25 | 206.3496 |
| 2026-01-24 | 207.8310 |
| 2026-02-23 | 208.9471 |
| 2026-03-25 | 217.0495 |
| 2026-04-24 | 216.0578 |
| 2026-05-24 | 224.0176 |
| 2026-06-23 | 226.3793 |
| 2026-07-23 | 217.5269 |
| 2026-08-22 | 206.1886 |
| 2026-09-21 | 204.9435 |
High
226.3793
Low
180.3333
Average
195.7294
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=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¤cies=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.