
众诚科技 — Investor Relations & Filings
Zhongcheng Technology provides comprehensive digital transformation solutions and ICT infrastructure services. The company specializes in integrating cloud computing, big data, and artificial intelligence to modernize government services, educational institutions, and enterprise operations. Its core portfolio includes smart city development, digital government platforms, and specialized software for education informatization. Zhongcheng Technology delivers end-to-end services encompassing strategic planning, system design, implementation, and long-term maintenance. By bridging the gap between emerging technologies and practical applications, the company facilitates operational efficiency and innovation across public and private sectors through customized technical architectures and data-driven insights.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届董事会第五次会议决议公告 | 2025-04-28 | Chinese | |
| 关于减少注册资本并修订公司章程的公告 | 2025-04-28 | Chinese | |
| 关于回购注销部分限制性股票方案的公告 | 2025-04-28 | Chinese | |
| 河南信永律师事务所关于河南众诚信息科技股份有限公司2023年股权激励计划回购注销部分限制性股票事项法律意见书 | 2025-04-28 | Chinese | |
| 长江证券承销保荐有限公司关于河南众诚信息科技股份有限公司2024年度募集资金存放与使用情况的专项核查报告 | 2025-04-28 | Chinese | |
| 内部控制自我评价报告 | 2025-04-28 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39912020 | 第四届董事会第五次会议决议公告 | 2025-04-28 | Chinese | ||
| 39912010 | 关于减少注册资本并修订公司章程的公告 | 2025-04-28 | Chinese | ||
| 39911992 | 关于回购注销部分限制性股票方案的公告 | 2025-04-28 | Chinese | ||
| 39911981 | 河南信永律师事务所关于河南众诚信息科技股份有限公司2023年股权激励计划回购注销部分限制性股票事项法律意见书 | 2025-04-28 | Chinese | ||
| 39911923 | 长江证券承销保荐有限公司关于河南众诚信息科技股份有限公司2024年度募集资金存放与使用情况的专项核查报告 | 2025-04-28 | Chinese | ||
| 39911910 | 内部控制自我评价报告 | 2025-04-28 | Chinese | ||
| 39911896 | 会计师事务所履职情况评估报告 | 2025-04-28 | Chinese | ||
| 39911894 | 董事会审计委员会2024年度履职情况报告 | 2025-04-28 | Chinese | ||
| 39911885 | 天健会计师事务所(特殊普通合伙)关于河南众诚信息科技股份有限公司募集资金年度存放与使用情况鉴证报告 | 2025-04-28 | Chinese | ||
| 39911768 | 2025年一季度报告 | 2025-04-28 | Chinese | ||
| 39911752 | 天健会计师事务所(特殊普通合伙)关于公司内部控制的审计报告 | 2025-04-28 | Chinese | ||
| 39911700 | 2024年度募集资金存放与实际使用情况的专项报告 | 2025-04-28 | Chinese | ||
| 39911693 | 2024年度独立董事述职报告(王彦培) | 2025-04-28 | Chinese | ||
| 39911672 | 董事会关于独立董事独立性情况的专项意见 | 2025-04-28 | Chinese | ||
| 39911659 | 天健会计师事务所(特殊普通合伙)关于河南众诚信息科技股份有限公司2024年度非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2025-04-28 | 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… |
众诚科技 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/58774/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58774 | 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=58774 | 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=58774 \ -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": 58774}, 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 众诚科技 (id: 58774)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.