Skip to content

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

DKK/CNY over 5Y: show the values
PointDKK/CNY
2021-09-271.0168
2021-11-080.9955
2021-12-200.9666
2022-01-310.9536
2022-03-140.9373
2022-04-270.9324
2022-06-080.9650
2022-07-200.9253
2022-08-310.9271
2022-10-120.9355
2022-11-230.9948
2023-01-050.9797
2023-02-160.9847
2023-03-301.0054
2023-05-161.0178
2023-06-271.0604
2023-08-081.0595
2023-09-191.0478
2023-10-311.0407
2023-12-121.0386
2024-01-261.0462
2024-03-081.0543
2024-04-231.0368
2024-06-051.0563
2024-07-171.0640
2024-08-271.0662
2024-10-011.0282
2024-10-311.0380
2024-11-301.0270
2024-12-301.0219
2025-01-291.0102
2025-02-281.0161
2025-03-301.0425
2025-04-291.1082
2025-05-291.0871
2025-06-281.1266
2025-07-281.1202
2025-08-271.1123
2025-09-261.1162
2025-10-261.1102
2025-11-251.0958
2025-12-251.1055
2026-01-241.1027
2026-02-231.0897
2026-03-251.0704
2026-04-241.0714
2026-05-241.0584
2026-06-231.0342
2026-07-231.0317
2026-08-221.0498
2026-09-211.0291

High

1.1266

Low

0.92532

Average

1.0353

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=CNY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=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&currencies=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.