DKK to CNY exchange rate API
Danish Krone to Yuan Renminbi · quoted 2026-09-25
1.0230
▲ +0.61% over 5Y
1 DKK = 1.0230 CNY · 1 CNY = 0.97754 DKK · Get this rate via the API
1 DKK buys 1.0230 CNY as of 2026-09-25, so 1 CNY buys 0.97754 DKK. Over the last 5 years, DKK/CNY traded between 0.92532 and 1.1266, averaged 1.0353 and rose 0.61%. The API holds daily DKK/CNY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
DKK/CNY over 5Y: show the values
| Point | DKK/CNY |
|---|---|
| 2021-09-27 | 1.0168 |
| 2021-11-08 | 0.9955 |
| 2021-12-20 | 0.9666 |
| 2022-01-31 | 0.9536 |
| 2022-03-14 | 0.9373 |
| 2022-04-27 | 0.9324 |
| 2022-06-08 | 0.9650 |
| 2022-07-20 | 0.9253 |
| 2022-08-31 | 0.9271 |
| 2022-10-12 | 0.9355 |
| 2022-11-23 | 0.9948 |
| 2023-01-05 | 0.9797 |
| 2023-02-16 | 0.9847 |
| 2023-03-30 | 1.0054 |
| 2023-05-16 | 1.0178 |
| 2023-06-27 | 1.0604 |
| 2023-08-08 | 1.0595 |
| 2023-09-19 | 1.0478 |
| 2023-10-31 | 1.0407 |
| 2023-12-12 | 1.0386 |
| 2024-01-26 | 1.0462 |
| 2024-03-08 | 1.0543 |
| 2024-04-23 | 1.0368 |
| 2024-06-05 | 1.0563 |
| 2024-07-17 | 1.0640 |
| 2024-08-27 | 1.0662 |
| 2024-10-01 | 1.0282 |
| 2024-10-31 | 1.0380 |
| 2024-11-30 | 1.0270 |
| 2024-12-30 | 1.0219 |
| 2025-01-29 | 1.0102 |
| 2025-02-28 | 1.0161 |
| 2025-03-30 | 1.0425 |
| 2025-04-29 | 1.1082 |
| 2025-05-29 | 1.0871 |
| 2025-06-28 | 1.1266 |
| 2025-07-28 | 1.1202 |
| 2025-08-27 | 1.1123 |
| 2025-09-26 | 1.1162 |
| 2025-10-26 | 1.1102 |
| 2025-11-25 | 1.0958 |
| 2025-12-25 | 1.1055 |
| 2026-01-24 | 1.1027 |
| 2026-02-23 | 1.0897 |
| 2026-03-25 | 1.0704 |
| 2026-04-24 | 1.0714 |
| 2026-05-24 | 1.0584 |
| 2026-06-23 | 1.0342 |
| 2026-07-23 | 1.0317 |
| 2026-08-22 | 1.0498 |
| 2026-09-21 | 1.0291 |
High
1.1266
Low
0.92532
Average
1.0353
Get this rate via the API
One GET request returns the DKK/CNY 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=DKK¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
DKK/CNY API questions
How do I get the DKK/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/CNY rate in rates.CNY.
How far back does DKK/CNY historical data go?
Daily DKK/CNY 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 DKK/CNY 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.