
China West Construction Group Co.,Ltd. — Investor Relations & Filings
China West Construction Group Co., Ltd. specializes in the production, sales, and transportation of ready-mixed concrete and related construction materials. The organization operates a comprehensive network of production facilities and logistics systems to support large-scale infrastructure and commercial projects. Its core product portfolio includes high-performance concrete, specialized cement, and chemical admixtures tailored for complex engineering applications such as super-tall buildings, bridges, and airports. The group integrates research and development with manufacturing to provide technical solutions for high-strength and durable materials. By managing a vertically integrated supply chain that includes aggregate resources and technical consulting, the company maintains a focus on material innovation and large-scale supply capacity for urban development and civil engineering sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 监事会决议公告 | 2024-10-21 | Chinese | |
| 董事会决议公告 | 2024-10-21 | Chinese | |
| 中建西部建设股份有限公司内幕信息知情人登记管理规定(2024年修订) | 2024-10-21 | Chinese | |
| 关于计提信用减值准备、资产减值准备的公告 | 2024-10-21 | Chinese | |
| 股票交易异常波动公告 | 2024-10-16 | Chinese | |
| 2024年第三季度经营情况简报 | 2024-10-14 | Chinese |
Browse filings by year
18 years- 2026 34 filings
- 2025 135 filings
- 2024 133 filings
- 2023 213 filings
- 2022 156 filings
- 2021 121 filings
- 2020 201 filings
- 2019 121 filings
- 2018 146 filings
- 2017 153 filings
- 2016 139 filings
- 2015 149 filings
- 2014 125 filings
- 2013 131 filings
- 2012 140 filings
- 2011 125 filings
- 2010 115 filings
- 2009 38 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 35388496 | 监事会决议公告 | 2024-10-21 | Chinese | ||
| 35388482 | 董事会决议公告 | 2024-10-21 | Chinese | ||
| 35388475 | 中建西部建设股份有限公司内幕信息知情人登记管理规定(2024年修订) | 2024-10-21 | Chinese | ||
| 35388461 | 关于计提信用减值准备、资产减值准备的公告 | 2024-10-21 | Chinese | ||
| 35388447 | 股票交易异常波动公告 | 2024-10-16 | Chinese | ||
| 35388432 | 2024年第三季度经营情况简报 | 2024-10-14 | Chinese | ||
| 35388419 | 北京市中闻律师事务所关于中建西部建设股份有限公司2021年度向特定对象发行股票调整股份发行价格、发行数量及募集资金总额之专项法律意见书 | 2024-10-11 | Chinese | ||
| 35388407 | 中信证券股份有限公司关于中建西部建设股份有限公司2021年度向特定对象发行股票之发行保荐书 | 2024-10-11 | Chinese | ||
| 35388388 | 中建西部建设股份有限公司2021年度向特定对象发行股票募集说明书(注册稿) | 2024-10-11 | Chinese | ||
| 35388363 | 关于向特定对象发行股票会后事项相关文件披露的提示性公告 | 2024-10-11 | Chinese | ||
| 35388356 | 关于调整向特定对象发行股票发行价格和发行数量的公告 | 2024-10-11 | Chinese | ||
| 35388342 | 第八届九次董事会决议公告 | 2024-09-29 | Chinese | ||
| 35388331 | 股票交易异常波动公告 | 2024-09-03 | Chinese | ||
| 35388324 | 股票交易异常波动公告 | 2024-08-28 | Chinese | ||
| 35388311 | 关于为子公司提供担保的公告 | 2024-08-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of articles of concrete, cement and plaster
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abu Dhabi National Co. for Building Materials
Manufactures and supplies a comprehensive range of high-qua…
|
BILDCO | AE | Manufacturing |
|
Ackerstein Group Ltd.
Manufactures concrete products for the construction and inf…
|
ACKR | IL | Manufacturing |
|
Al Kathiri Holding Co.
Produces building materials and manages real estate for inf…
|
3008 | SA | Manufacturing |
|
Arcis Corporation
Develops and applies proprietary thin prestressed concrete …
|
ARCS | CA | Manufacturing |
|
ASAHI CONCRETE WORKS CO.,LTD.
Manufactures concrete products for urban infrastructure and…
|
5268 | JP | Manufacturing |
|
Beijing Hanjian Heshan Pipeline Co.,Ltd.
Produces large-diameter water pipes and PCCP for hydraulic …
|
603616 | CN | Manufacturing |
|
BEIJING NEW BUILDING MATERIALS PUBLIC LIMITED COMPANY
Global manufacturer of gypsum board, light steel frames, an…
|
000786 | CN | Manufacturing |
|
Beyon 3D Ltd.
Develops robotic digital manufacturing systems for concrete…
|
BYON | IL | Manufacturing |
|
Bigbloc Construction Limited
Manufactures and markets sustainable Autoclaved Aerated Con…
|
BIGBLOC | IN | Manufacturing |
|
BOĞAZİÇİ BETON SANAYİ VE TİCARET A.Ş.
Manufacturer of ready-mix concrete and aggregates for the c…
|
BOBET | TR | Manufacturing |
China West Construction 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/54351/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54351 | 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=54351 | 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=54351 \ -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": 54351}, 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 China West Construction Group Co.,Ltd. (id: 54351)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.