
Shanghai Construction Group Co., Ltd. — Investor Relations & Filings
Shanghai Construction Group Co., Ltd. provides comprehensive services in the design, engineering, and execution of large-scale urban infrastructure and architectural projects. The firm specializes in the development of high-rise buildings, public transit systems, bridges, and tunnels. Its operational scope includes general contracting, real estate development, and the production of specialized building materials. Notable for executing complex engineering feats, the company has delivered landmark structures such as the Shanghai Tower. It integrates advanced technologies in prefabrication and digital construction management to enhance project efficiency. The organization maintains a broad portfolio that spans environmental protection initiatives and urban renewal projects, catering to diverse infrastructure needs through a vertically integrated business model.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海建工股票交易风险提示公告 | 2025-09-18 | Chinese | |
| 上海建工股票交易异常波动暨风险提示公告 | 2025-09-17 | Chinese | |
| 上海建工股票交易风险提示公告 | 2025-09-16 | Chinese | |
| 上海建工股票交易异常波动公告 | 2025-09-15 | Chinese | |
| 上海建工关于董事长、法定代表人离任的公告 | 2025-09-12 | Chinese | |
| 上海建工关于提供担保的进展公告 | 2025-09-09 | Chinese |
Browse filings by year
27 years- 2026 30 filings
- 2025 109 filings
- 2024 95 filings
- 2023 95 filings
- 2022 88 filings
- 2021 114 filings
- 2020 125 filings
- 2019 99 filings
- 2018 86 filings
- 2017 104 filings
- 2016 149 filings
- 2015 89 filings
- 2014 99 filings
- 2013 70 filings
- 2012 63 filings
- 2011 84 filings
- 2010 37 filings
- 2009 59 filings
- 2008 50 filings
- 2007 39 filings
- 2006 20 filings
- 2005 36 filings
- 2004 24 filings
- 2003 22 filings
- 2002 16 filings
- 2001 14 filings
- 1998 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40466153 | 上海建工股票交易风险提示公告 | 2025-09-18 | Chinese | ||
| 40466145 | 上海建工股票交易异常波动暨风险提示公告 | 2025-09-17 | Chinese | ||
| 40466140 | 上海建工股票交易风险提示公告 | 2025-09-16 | Chinese | ||
| 40466131 | 上海建工股票交易异常波动公告 | 2025-09-15 | Chinese | ||
| 40466127 | 上海建工关于董事长、法定代表人离任的公告 | 2025-09-12 | Chinese | ||
| 40466117 | 上海建工关于提供担保的进展公告 | 2025-09-09 | Chinese | ||
| 40466109 | 上海建工关于召开2025年半年度业绩说明会的公告 | 2025-09-08 | Chinese | ||
| 40466104 | 上海建工关于债务融资工具获准注册的公告 | 2025-09-01 | Chinese | ||
| 40466094 | 上海建工2025年半年度报告摘要 | 2025-08-29 | Chinese | ||
| 40466090 | 《上海建工独立董事管理规范》 | 2025-08-29 | Chinese | ||
| 40466083 | 《上海建工董事会战略与可持续发展委员会工作细则》 | 2025-08-29 | Chinese | ||
| 40466073 | 《上海建工董事会审计委员会工作细则》 | 2025-08-29 | Chinese | ||
| 40466066 | 《上海建工董事、高级管理人员持本公司股份管理办法》 | 2025-08-29 | Chinese | ||
| 40466057 | 《上海建工信息披露管理规范》 | 2025-08-29 | Chinese | ||
| 40466046 | 《上海建工募集资金管理办法》 | 2025-08-29 | 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 |
Shanghai 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/56536/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56536 | 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=56536 | 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=56536 \ -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": 56536}, 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 Shanghai Construction Group Co., Ltd. (id: 56536)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.