Chongqing Construction Engineering Group Co.,Ltd — Investor Relations & Filings
About Chongqing Construction Engineering Group Co.,Ltd
Chongqing Construction Engineering Group Co.,Ltd. is a large-scale state-owned enterprise specializing in comprehensive construction and engineering services. The group operates across multiple sectors, including building construction, infrastructure development, and municipal engineering. Its core activities encompass the design and execution of high-rise buildings, bridges, tunnels, highways, and water conservancy projects. The company holds premium-grade qualifications for general contracting, enabling it to manage complex, large-scale urban development and industrial installation projects. Beyond physical construction, the group provides engineering consultancy, architectural design, and real estate development services. Known for its technical expertise in challenging geographical terrains, the organization plays a pivotal role in regional urbanization and large-scale public works, maintaining a significant presence in both domestic and international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事关于公司第三届董事会第二十三次会议相关议案的独立意见 | 2017-12-27 | Chinese | |
| 关于申请可续期委托贷款的公告 | 2017-12-27 | Chinese | |
| 关于所属全资及控股子公司使用自有资金进行现金管理的公告 | 2017-12-27 | Chinese | |
| 第三届董事会第二十三次会议决议公告 | 2017-12-27 | Chinese | |
| 股票交易异常波动公告 | 2017-12-27 | Chinese | |
| 关于联合中标万州区密溪沟至长江四桥消落区综合整治工程EPC总承包的公告 | 2017-12-27 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 35228451 | 独立董事关于公司第三届董事会第二十三次会议相关议案的独立意见 | 2017-12-27 | Chinese | ||
| 35228442 | 关于申请可续期委托贷款的公告 | 2017-12-27 | Chinese | ||
| 35228430 | 关于所属全资及控股子公司使用自有资金进行现金管理的公告 | 2017-12-27 | Chinese | ||
| 35228416 | 第三届董事会第二十三次会议决议公告 | 2017-12-27 | Chinese | ||
| 35228406 | 股票交易异常波动公告 | 2017-12-27 | Chinese | ||
| 35228398 | 关于联合中标万州区密溪沟至长江四桥消落区综合整治工程EPC总承包的公告 | 2017-12-27 | Chinese | ||
| 35228375 | 关于收到中国证券监督管理委员会重庆监管局警示函的公告 | 2017-12-27 | Chinese | ||
| 35228369 | 关于以募集资金增资全资子公司完成工商变更登记的公告 | 2017-12-19 | Chinese | ||
| 35228360 | 关于收购重庆两江新区信和产融小额贷款有限公司74.50%股权完成工商变更登记的公告 | 2017-12-19 | Chinese | ||
| 35228349 | 关于完成工商变更登记并换发营业执照的公告 | 2017-12-18 | Chinese | ||
| 35228341 | 关于与中水北方勘测设计研究有限责任公司签订战略合作框架协议的公告 | 2017-12-14 | Chinese | ||
| 35228333 | 2017年第二次临时股东大会的法律意见书 | 2017-12-12 | Chinese | ||
| 35228317 | 2017年第二次临时股东大会决议公告 | 2017-12-12 | Chinese | ||
| 35228310 | 大信会计师事务所(特殊普通合伙)关于重庆建工集团股份有限公司投资性房地产会计政策变更专项说明的审核报告 | 2017-12-06 | Chinese | ||
| 35228279 | 重庆建工住宅建设有限公司审计报告 | 2017-12-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of roads and railways
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abhishek Infraventures Limited
Infrastructure firm specializing in civil construction and …
|
539544 | IN | Construction |
|
A B INFRABUILD LIMITED
Specializes in EPC projects for railway infrastructure and …
|
ABINFRA | IN | Construction |
|
ADVANCECON HOLDINGS BERHAD
Construction company providing civil engineering, infrastru…
|
— | MY | Construction |
|
Aecon Group Inc.
A construction and infrastructure development company deliv…
|
ARE | CA | Construction |
|
Aegek S.A.
A construction firm building large infrastructure and manag…
|
AEGEK | GR | Construction |
|
Ahluwalia Contracts (India) Ltd
Integrated EPC firm specializing in large-scale civil engin…
|
AHLUCONT | IN | Construction |
|
Akash Infra-Projects Limited
Civil engineering firm specializing in roads, bridges, and …
|
AKASH | IN | Construction |
|
Anhui Gourgen Traffic Construction Co.,Ltd.
Specializes in highway, bridge, and municipal road construc…
|
603815 | CN | Construction |
|
Ashoka Buildcon Limited
Infrastructure firm specializing in highways, bridges, and …
|
ASHOKA | IN | Construction |
|
ATLANTAA LIMITED
Infrastructure and real estate firm specializing in EPC, PP…
|
ATLANTAA | IN | Construction |
Chongqing Construction Engineering 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/57113/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57113 | 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=57113 | 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=57113 \ -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": 57113}, 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 Chongqing Construction Engineering Group Co.,Ltd (id: 57113)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.