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: show the values
| Point | CNY/KRW |
|---|---|
| 2025-09-25 | 197.0668 |
| 2025-10-02 | 196.8393 |
| 2025-10-09 | 199.2551 |
| 2025-10-16 | 198.9772 |
| 2025-10-23 | 202.1830 |
| 2025-10-30 | 201.7050 |
| 2025-11-06 | 203.0715 |
| 2025-11-13 | 206.2365 |
| 2025-11-20 | 206.5500 |
| 2025-11-27 | 206.4325 |
| 2025-12-04 | 208.0887 |
| 2025-12-11 | 208.4339 |
| 2025-12-18 | 209.7968 |
| 2025-12-25 | 206.3496 |
| 2026-01-01 | 206.2121 |
| 2026-01-08 | 208.0122 |
| 2026-01-15 | 210.7436 |
| 2026-01-22 | 210.4032 |
| 2026-01-29 | 205.9881 |
| 2026-02-05 | 211.1398 |
| 2026-02-12 | 208.4131 |
| 2026-02-19 | 209.8366 |
| 2026-02-26 | 208.3875 |
| 2026-03-05 | 213.8481 |
| 2026-03-12 | 215.5845 |
| 2026-03-19 | 217.6112 |
| 2026-03-26 | 217.9841 |
| 2026-04-02 | 219.8805 |
| 2026-04-09 | 216.4682 |
| 2026-04-16 | 216.4568 |
| 2026-04-23 | 216.4398 |
| 2026-04-30 | 216.2921 |
| 2026-05-07 | 213.2704 |
| 2026-05-14 | 219.8514 |
| 2026-05-21 | 221.8013 |
| 2026-05-28 | 221.6602 |
| 2026-06-04 | 226.2391 |
| 2026-06-11 | 225.6807 |
| 2026-06-18 | 227.2572 |
| 2026-06-25 | 226.9607 |
| 2026-07-02 | 228.1400 |
| 2026-07-09 | 222.5512 |
| 2026-07-16 | 218.6311 |
| 2026-07-23 | 217.5269 |
| 2026-07-30 | 212.2406 |
| 2026-08-06 | 210.9284 |
| 2026-08-13 | 210.6308 |
| 2026-08-20 | 207.6804 |
| 2026-08-27 | 205.4039 |
| 2026-09-03 | 202.0053 |
| 2026-09-10 | 200.3800 |
| 2026-09-17 | 206.1201 |
| 2026-09-24 | 203.8859 |
High
228.1400
Low
196.8393
Average
211.3572
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.