Rockontrol Technology Group Co.,Ltd. — Investor Relations & Filings
About Rockontrol Technology Group Co.,Ltd.
Rockontrol Technology Group Co., Ltd. specializes in industrial automation and digital transformation solutions. The company focuses on the integration of information technology (IT) and operational technology (OT) to facilitate intelligent manufacturing. Its core product portfolio includes industrial software systems such as Manufacturing Execution Systems (MES), industrial Internet of Things (IIoT) platforms, and advanced automation control systems. Rockontrol provides comprehensive digital factory solutions designed to optimize production efficiency, enhance resource management, and improve operational transparency. The group serves a diverse range of sectors, including metallurgy, energy, chemical processing, and discrete manufacturing. By leveraging big data analytics and cloud computing, Rockontrol assists enterprises in transitioning toward smart manufacturing and sustainable industrial development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度环境、社会和治理(ESG)报告 | 2026-04-29 | Chinese | |
| 2025年年度环境、社会和治理(ESG)报告摘要 | 2026-04-29 | Chinese | |
| 关于发行股份及支付现金购买资产并募集配套资金暨关联交易事项的进展公告 | 2026-04-29 | Chinese | |
| 2026年第一季度报告 | 2026-04-29 | Chinese | |
| 2025年年度独立董事述职报告(李卫锋) | 2026-04-10 | Chinese | |
| 董事会审计委员会对会计师事务所履行2025年年度监督职责情况的报告 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39099696 | 2025年年度环境、社会和治理(ESG)报告 | 2026-04-29 | Chinese | ||
| 39099510 | 2025年年度环境、社会和治理(ESG)报告摘要 | 2026-04-29 | Chinese | ||
| 39099501 | 关于发行股份及支付现金购买资产并募集配套资金暨关联交易事项的进展公告 | 2026-04-29 | Chinese | ||
| 39099492 | 2026年第一季度报告 | 2026-04-29 | Chinese | ||
| 39099487 | 2025年年度独立董事述职报告(李卫锋) | 2026-04-10 | Chinese | ||
| 39099480 | 董事会审计委员会对会计师事务所履行2025年年度监督职责情况的报告 | 2026-04-10 | Chinese | ||
| 39099427 | 北京德皓国际会计师事务所(特殊普通合伙)关于公司控股股东及其他关联方资金占用情况的专项说明 | 2026-04-10 | Chinese | ||
| 39099390 | 2025年年度报告 | 2026-04-10 | Chinese | ||
| 39099318 | 2025年年度独立董事述职报告(韩羽枫) | 2026-04-10 | Chinese | ||
| 39099312 | 关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-10 | Chinese | ||
| 39099311 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-10 | Chinese | ||
| 39099309 | 关于2025年年度计提资产减值准备的公告 | 2026-04-10 | Chinese | ||
| 39099298 | 第四届董事会第六次会议决议公告 | 2026-04-10 | Chinese | ||
| 39099290 | 北京德皓国际会计师事务所(特殊普通合伙)关于公司营业收入扣除事项的专项核查意见 | 2026-04-10 | Chinese | ||
| 39099219 | 北京德皓国际会计师事务所(特殊普通合伙)对公司内部控制的审计报告 | 2026-04-10 | 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… |
Rockontrol Technology 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/58101/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58101 | 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=58101 | 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=58101 \ -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": 58101}, 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 Rockontrol Technology Group Co.,Ltd. (id: 58101)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.