
Digital China Group Co.,Ltd. — Investor Relations & Filings
Digital China Group Co., Ltd. is a provider of digital transformation services and IT infrastructure solutions. The company operates under a "Cloud + Data" strategy, offering a comprehensive suite of services including cloud managed services (MSP), data integration, and cybersecurity solutions. It facilitates digital evolution for enterprise and government clients by integrating advanced technologies such as artificial intelligence, big data, and the Internet of Things. Digital China maintains a robust ecosystem through strategic partnerships with global technology leaders, providing end-to-end IT lifecycle management, from hardware distribution and system integration to specialized cloud-native application development. Its core activities involve empowering digital productivity and optimizing operational efficiency through innovative technology stacks and localized technical support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于收到政府补助的公告20220905 | 2022-09-06 | Chinese | |
| 关于公司股东部分股票解除质押的公告 | 2022-09-06 | Chinese | |
| 关于中标候选人公示的提示性公告 | 2022-09-02 | Chinese | |
| 2022年半年度报告 | 2022-08-30 | Chinese | |
| 关于衍生品投资情况的公告 | 2022-08-30 | Chinese | |
| 半年报董事会决议公告 | 2022-08-30 | Chinese |
Browse filings by year
27 years- 2026 8 filings
- 2024 1 filing
- 2023 266 filings
- 2022 271 filings
- 2021 212 filings
- 2020 217 filings
- 2019 188 filings
- 2018 296 filings
- 2017 227 filings
- 2016 296 filings
- 2015 151 filings
- 2014 82 filings
- 2013 60 filings
- 2012 70 filings
- 2011 50 filings
- 2010 95 filings
- 2009 90 filings
- 2008 86 filings
- 2007 109 filings
- 2006 66 filings
- 2005 57 filings
- 2004 23 filings
- 2003 37 filings
- 2002 31 filings
- 2001 10 filings
- 1994 2 filings
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 41947456 | 关于收到政府补助的公告20220905 | 2022-09-06 | Chinese | ||
| 41947442 | 关于公司股东部分股票解除质押的公告 | 2022-09-06 | Chinese | ||
| 41947427 | 关于中标候选人公示的提示性公告 | 2022-09-02 | Chinese | ||
| 41947411 | 2022年半年度报告 | 2022-08-30 | Chinese | ||
| 41947310 | 关于衍生品投资情况的公告 | 2022-08-30 | Chinese | ||
| 41947299 | 半年报董事会决议公告 | 2022-08-30 | Chinese | ||
| 41947285 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-30 | Chinese | ||
| 41947270 | 关于对外捐赠的公告 | 2022-08-30 | Chinese | ||
| 41947254 | 2022年半年度报告摘要 | 2022-08-30 | Chinese | ||
| 41947245 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-30 | Chinese | ||
| 41947231 | 关于计提资产减值准备的公告 | 2022-08-30 | Chinese | ||
| 41947214 | 关于为子公司担保的进展公告 | 2022-08-25 | Chinese | ||
| 41947204 | 关于为子公司担保的进展公告 | 2022-08-18 | Chinese | ||
| 41947196 | 关于回购注销部分限制性股票减资暨通知债权人的公告 | 2022-08-08 | Chinese | ||
| 41947188 | 2022年第四次临时股东大会决议公告 | 2022-08-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
Digital China Group Co.,Ltd. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/53570/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53570 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=53570 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=53570 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 53570}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Digital China Group Co.,Ltd. (id: 53570)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.