
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 |
|---|---|---|---|
| 2026年第一次临时股东会决议公告 | 2026-05-15 | Chinese | |
| 关于举办2025年度网上业绩说明会的公告 | 2026-04-14 | Chinese | |
| 2026年第一季度经营情况简报 | 2026-04-14 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-02 | Chinese | |
| 2025年度独立董事述职报告(杨波) | 2026-04-02 | Chinese | |
| 关于与中建财务有限公司签订金融服务协议暨关联交易的公告 | 2026-04-02 | Chinese |
Browse filings by year
18 years- 2026 32 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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46364840 | 2026年第一次临时股东会决议公告 | 2026-05-15 | Chinese | ||
| 34900667 | 关于举办2025年度网上业绩说明会的公告 | 2026-04-14 | Chinese | ||
| 34890386 | 2026年第一季度经营情况简报 | 2026-04-14 | Chinese | ||
| 35393007 | 2025年度董事会工作报告 | 2026-04-02 | Chinese | ||
| 35393005 | 2025年度独立董事述职报告(杨波) | 2026-04-02 | Chinese | ||
| 35393003 | 关于与中建财务有限公司签订金融服务协议暨关联交易的公告 | 2026-04-02 | Chinese | ||
| 35393001 | 关于2025年度利润分配方案的公告 | 2026-04-02 | Chinese | ||
| 35392997 | 关于中建西部建设股份有限公司2025年度营业收入扣除情况表的鉴证报告-信会师报字[2026]第ZK10039号 | 2026-04-02 | Chinese | ||
| 35392908 | 董事会关于独立董事独立性情况的专项意见 | 2026-04-02 | Chinese | ||
| 35392906 | 2025年度独立董事述职报告(廖中新) | 2026-04-02 | Chinese | ||
| 35392904 | 2025年度独立董事述职报告(张海霞) | 2026-04-02 | Chinese | ||
| 35392902 | 关于会计政策变更的公告 | 2026-04-02 | Chinese | ||
| 35392900 | 关于召开2025年度股东会的通知 | 2026-04-02 | Chinese | ||
| 35392898 | 2025年度会计师事务所履职情况评估报告 | 2026-04-02 | Chinese | ||
| 35392892 | 关于中建西部建设股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告-信会师报字[2026]第ZK10038号 | 2026-04-02 | 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.