
众诚科技 — 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 |
|---|---|---|---|
| 第三届董事会第十四次决议公告 | 2023-04-25 | Chinese | |
| 天健会计师事务所(特殊普通合伙)关于河南众诚信息科技股份有限公司2022年度非经营性资金占用及其他关联资金往来情况专项审计说明 | 2023-04-25 | Chinese | |
| 投资者关系管理制度 | 2023-04-25 | Chinese | |
| 长江证券承销保荐有限公司关于河南众诚信息科技股份有限公司2022年度募集资金存放与实际使用情况的专项核查报告 | 2023-04-25 | Chinese | |
| 第三届监事会第九次会议决议公告 | 2023-04-25 | Chinese | |
| 关于治理专项自查及规范活动相关情况的报告 | 2023-04-25 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39908797 | 第三届董事会第十四次决议公告 | 2023-04-25 | Chinese | ||
| 39908784 | 天健会计师事务所(特殊普通合伙)关于河南众诚信息科技股份有限公司2022年度非经营性资金占用及其他关联资金往来情况专项审计说明 | 2023-04-25 | Chinese | ||
| 39908715 | 投资者关系管理制度 | 2023-04-25 | Chinese | ||
| 39908697 | 长江证券承销保荐有限公司关于河南众诚信息科技股份有限公司2022年度募集资金存放与实际使用情况的专项核查报告 | 2023-04-25 | Chinese | ||
| 39908682 | 第三届监事会第九次会议决议公告 | 2023-04-25 | Chinese | ||
| 39908670 | 关于治理专项自查及规范活动相关情况的报告 | 2023-04-25 | Chinese | ||
| 39908659 | 长江证券承销保荐有限公司关于河南众诚信息科技股份有限公司公司治理专项自查及规范活动的专项核查报告 | 2023-04-25 | Chinese | ||
| 39908644 | 独立董事关于第三届董事会第十四次会议相关事项的独立意见 | 2023-04-25 | Chinese | ||
| 39908630 | 2022年度募集资金存放与实际使用情况的专项报告 | 2023-04-25 | Chinese | ||
| 39908620 | 内部控制自我评价报告 | 2023-04-25 | Chinese | ||
| 39908602 | 关于独立董事公开征集表决权的公告 | 2023-04-25 | Chinese | ||
| 39908596 | 2022年年度权益分派预案公告 | 2023-04-25 | Chinese | ||
| 39908582 | 2023年股权激励计划首次授予激励对象名单 | 2023-04-25 | Chinese | ||
| 39908575 | 天健会计师事务所(特殊普通合伙)关于河南众诚信息科技股份有限公司内部控制的鉴证报告 | 2023-04-25 | Chinese | ||
| 39908528 | 2022年度独立董事述职报告 | 2023-04-25 | 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.