Jiangsu Zhongshe Group CO., Ltd. — Investor Relations & Filings
Jiangsu Zhongshe Group CO., Ltd. provides comprehensive engineering consulting and design services. The company specializes in the planning, survey, and design of transportation infrastructure, including highways, bridges, and waterways. Its service portfolio extends to municipal engineering, landscape architecture, and environmental protection projects. The group offers end-to-end technical solutions ranging from initial feasibility studies and master planning to construction supervision and project management. By integrating advanced engineering technologies with smart city concepts, the company supports the development of modern urban and rural infrastructure. Key areas of expertise include structural engineering, geotechnical investigation, and the implementation of sustainable design practices across diverse civil engineering sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏中设集团股份有限公司会计师事务所选聘制度 | 2025-10-30 | Chinese | |
| 江苏中设集团股份有限公司关于召开2025年第三次临时股东会的通知 | 2025-10-30 | Chinese | |
| 2025年三季度报告 | 2025-10-30 | Chinese | |
| 江苏中设集团股份有限公司关于召开2025年第二次临时股东会的通知 | 2025-10-14 | Chinese | |
| 江苏中设集团股份有限公司第四届董事会第十一次会议决议公告 | 2025-10-14 | Chinese | |
| 无锡交建新材料科技有限公司资产评估报告 | 2025-10-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38364357 | 江苏中设集团股份有限公司会计师事务所选聘制度 | 2025-10-30 | Chinese | ||
| 38364344 | 江苏中设集团股份有限公司关于召开2025年第三次临时股东会的通知 | 2025-10-30 | Chinese | ||
| 38364335 | 2025年三季度报告 | 2025-10-30 | Chinese | ||
| 38364332 | 江苏中设集团股份有限公司关于召开2025年第二次临时股东会的通知 | 2025-10-14 | Chinese | ||
| 38364313 | 江苏中设集团股份有限公司第四届董事会第十一次会议决议公告 | 2025-10-14 | Chinese | ||
| 38364302 | 无锡交建新材料科技有限公司资产评估报告 | 2025-10-14 | Chinese | ||
| 38364092 | 国联民生承销保荐关于中设股份有限公司详式权益变动报告书之财务顾问核查意见 | 2025-10-14 | Chinese | ||
| 38364075 | 无锡交建新材料科技有限公司审计报告 | 2025-10-14 | Chinese | ||
| 38363874 | 江苏中设集团股份有限公司关于收购无锡交建新材料科技有限公司51%股权暨关联交易的公告 | 2025-10-14 | Chinese | ||
| 38363856 | 江苏中设集团股份有限公司关于控股股东之一致行动人增持公司股份计划实施完成的公告 | 2025-10-09 | Chinese | ||
| 38363848 | 江苏中设集团股份有限公司关于持股5%以上股东持股达到5%整数倍的公告 | 2025-10-09 | Chinese | ||
| 38363832 | 关于延期披露详式权益变动报告书财务顾问核查意见的公告 | 2025-10-09 | Chinese | ||
| 38363822 | 江苏中设集团股份有限公司详式权益变动报告书 | 2025-10-09 | Chinese | ||
| 38363797 | 江苏中设集团股份有限公司关于高级管理人员减持股份实施完成的公告 | 2025-10-09 | Chinese | ||
| 38363786 | 江苏中设集团股份有限公司关于股东减持股份的预披露公告 | 2025-09-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Architectural and engineering, and related technical consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3S INDUSTRY GROUP INC.
Integrates RS, GIS, and GNSS technologies for surveying and…
|
605305 | CN | Professional, scientific and te… |
|
ABIST Co.,Ltd.
A technology services company specializing in industrial de…
|
6087 | JP | Professional, scientific and te… |
|
ABL Group
Global consultancy providing technical solutions for the en…
|
ABL | NO | Professional, scientific and te… |
|
ABO-Group Environment NV
Engineering and consultancy firm for geotechnics, environme…
|
ABO | BE | Professional, scientific and te… |
|
Academy of Environmental Planning and Design, Co.,Ltd., Nanjing University
University-affiliated environmental consulting, engineering…
|
300864 | CN | Professional, scientific and te… |
|
Acceleware Ltd.
Provides advanced EM heating solutions for industrial appli…
|
AXE | CA | Professional, scientific and te… |
|
ADNEO LIMITED
Engineering services for embedded systems, hardware design,…
|
AD1 | AU | Professional, scientific and te… |
|
AECOM
A global infrastructure consulting firm providing services …
|
ACM | US | Professional, scientific and te… |
|
AEROMETREX LIMITED
Provides high-resolution aerial photography, LiDAR surveys,…
|
AMX | AU | Professional, scientific and te… |
|
Aeroquest International Limited
Provided advanced airborne geophysical and geomatics survey…
|
AQL | CA | Professional, scientific and te… |
Jiangsu Zhongshe 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/54881/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54881 | 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=54881 | 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=54881 \ -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": 54881}, 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 Jiangsu Zhongshe Group CO., Ltd. (id: 54881)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.