
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 |
|---|---|---|---|
| 关于与中建财务有限公司签订金融服务协议暨关联交易的公告 | 2025-04-02 | Chinese | |
| 关于为合并报表范围内各级子公司提供银行综合授信担保总额度的公告 | 2025-04-02 | Chinese | |
| 关于2024年度利润分配方案的公告 | 2025-04-02 | Chinese | |
| 关于会计政策变更的公告 | 2025-04-02 | Chinese | |
| 2024年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-04-02 | Chinese | |
| 2024年年度财务报告 | 2025-04-02 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35389700 | 关于与中建财务有限公司签订金融服务协议暨关联交易的公告 | 2025-04-02 | Chinese | ||
| 35389687 | 关于为合并报表范围内各级子公司提供银行综合授信担保总额度的公告 | 2025-04-02 | Chinese | ||
| 35389667 | 关于2024年度利润分配方案的公告 | 2025-04-02 | Chinese | ||
| 35389657 | 关于会计政策变更的公告 | 2025-04-02 | Chinese | ||
| 35389646 | 2024年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-04-02 | Chinese | ||
| 35389630 | 2024年年度财务报告 | 2025-04-02 | Chinese | ||
| 35389552 | 2024年度董事会工作报告 | 2025-04-02 | Chinese | ||
| 35389540 | 董事会对独立董事独立性评估的专项意见 | 2025-04-02 | Chinese | ||
| 35389533 | 内部控制自我评价报告 | 2025-04-02 | Chinese | ||
| 35389519 | 关于中建西部建设股份有限公司2024年度营业收入扣除情况表的鉴证报告-信会师报字[2025]第ZK10069号 | 2025-04-02 | Chinese | ||
| 35389394 | 内部控制审计报告 | 2025-04-02 | Chinese | ||
| 35389266 | 2024年度监事会工作报告 | 2025-04-02 | Chinese | ||
| 35389252 | 2024年度财务决算报告 | 2025-04-02 | Chinese | ||
| 35389239 | 第八届董事会独立董事专门会议第八次会议审核意见 | 2025-04-02 | Chinese | ||
| 35389225 | 关于2025年度向金融机构申请融资业务总额的公告 | 2025-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.