CETC Digital Technology Co.,Ltd. — Investor Relations & Filings
About CETC Digital Technology Co.,Ltd.
CETC Digital Technology Co.,Ltd. provides comprehensive digital transformation solutions and high-end information technology services. The company specializes in the development and integration of digital infrastructure, focusing on high-performance computing, cloud computing, and big data platforms. Its core business activities encompass the design and implementation of smart city management systems, financial technology platforms, and secure data center operations. The company delivers specialized software and system integration services tailored for sectors such as finance, government, and energy. By leveraging advanced computing architectures and industrial internet technologies, it supports the modernization of critical infrastructure and facilitates data-driven decision-making for large-scale enterprises and public institutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于中国电子科技财务有限公司风险持续评估报告 | 2026-04-29 | Chinese | |
| 中电科数字技术股份有限公司审计委员会2025年度履职情况报告 | 2026-04-29 | Chinese | |
| 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-29 | Chinese | |
| 中电科数字技术股份有限公司关于预计2026年日常关联交易的公告 | 2026-04-29 | Chinese | |
| 中电科数字技术股份有限公司2025年年度报告摘要 | 2026-04-29 | Chinese | |
| 中电科数字技术股份有限公司关于2025年度会计师事务所履职情况评估报告 | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41719461 | 关于中国电子科技财务有限公司风险持续评估报告 | 2026-04-29 | Chinese | ||
| 41719455 | 中电科数字技术股份有限公司审计委员会2025年度履职情况报告 | 2026-04-29 | Chinese | ||
| 41719447 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-29 | Chinese | ||
| 41719441 | 中电科数字技术股份有限公司关于预计2026年日常关联交易的公告 | 2026-04-29 | Chinese | ||
| 41719436 | 中电科数字技术股份有限公司2025年年度报告摘要 | 2026-04-29 | Chinese | ||
| 41719434 | 中电科数字技术股份有限公司关于2025年度会计师事务所履职情况评估报告 | 2026-04-29 | Chinese | ||
| 41719424 | 中电科数字技术股份有限公司第十届董事会第三十四次会议决议公告 | 2026-04-29 | Chinese | ||
| 41719415 | 中电科数字技术股份有限公司关于召开2025年年度股东会的通知 | 2026-04-29 | Chinese | ||
| 41719412 | 关于中电科数字技术股份有限公司2025年度涉及财务公司关联交易的专项说明 | 2026-04-29 | Chinese | ||
| 41719385 | 中电科数字技术股份有限公司2025年年度报告 | 2026-04-29 | Chinese | ||
| 41719380 | 中电科数字技术股份有限公司2025年环境、社会和公司治理(ESG)报告摘要 | 2026-04-29 | Chinese | ||
| 41719376 | 关于中电科数字技术股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-29 | Chinese | ||
| 41719347 | 关于对中电科数字技术股份有限公司2025年度财务报表出具带强调事项段的无保留意见审计报告的专项说明 | 2026-04-29 | Chinese | ||
| 41719321 | 中电科数字技术股份有限公司2026年第一季度报告 | 2026-04-29 | Chinese | ||
| 41719310 | 中电科数字技术股份有限公司2025年度利润分配及资本公积转增股本方案公告 | 2026-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Diensten Tech Limited
Provides IT consulting, digital transformation, software de…
|
DTL | IN | Telecommunications, computer pr… |
|
Digia Oyj
A software and service company providing AI, data analytics…
|
DIGIA | FI | Telecommunications, computer pr… |
|
Digital360
Provides digitalization services for the digital transforma…
|
DIGT | IT | Telecommunications, computer pr… |
|
Digital Brand Media & Marketing Group Inc
A holding company providing B2B marketing consulting and te…
|
DBMM | US | Telecommunications, computer pr… |
|
Digital China Group Co.,Ltd.
Provides cloud managed services, data integration, and IT i…
|
000034 | CN | Telecommunications, computer pr… |
|
Digital China Holdings Limited
Provides integrated IT services, big data, and smart city s…
|
910861 | TW | Telecommunications, computer pr… |
|
Digital China Holdings Limited
Integrated IT services and digital transformation partner f…
|
861 | BM | Telecommunications, computer pr… |
|
Digital China Information Service Group Company Ltd.
Provides IT services and digital transformation for financi…
|
000555 | CN | Telecommunications, computer pr… |
|
Digitalist Group Oyj
A creative technology company specializing in digital trans…
|
DIGIGR | FI | Telecommunications, computer pr… |
|
Digital Nervous Systems Inc.
Implements advanced enterprise IT architectures that transf…
|
— | CA | Telecommunications, computer pr… |
CETC Digital Technology 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/57055/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57055 | 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=57055 | 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=57055 \ -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": 57055}, 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 CETC Digital Technology Co.,Ltd. (id: 57055)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.