Hangxiao Steel Structure Co.,Ltd — Investor Relations & Filings
About Hangxiao Steel Structure Co.,Ltd
Hangxiao Steel Structure Co., Ltd. specializes in the research, design, fabrication, and installation of advanced steel structure systems. The company provides integrated solutions for high-rise buildings, large-span spatial structures, industrial facilities, and residential housing. Its core portfolio includes multi-story steel systems, tube-bundle steel structure housing, and specialized green building technologies. Hangxiao prioritizes prefabricated construction methodologies to enhance structural efficiency, sustainability, and seismic performance. Through a focus on technical innovation and R&D, the firm delivers comprehensive project management for commercial, industrial, and public infrastructure developments. Its expertise encompasses the production of high-performance components, including specialized floor decks and protective coatings, facilitating a full-lifecycle approach to steel-based architectural engineering.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 杭萧钢构关于续聘会计师事务所的公告 | 2026-04-16 | Chinese | |
| 杭萧钢构独立董事2025年度述职报告(王红雯) | 2026-04-16 | Chinese | |
| 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-16 | Chinese | |
| 杭萧钢构第九届董事会第七次会议决议公告 | 2026-04-16 | Chinese | |
| 杭萧钢构独立董事2025年度述职报告(竺素娥) | 2026-04-16 | Chinese | |
| 杭萧钢构关于召开2025年年度股东会的通知 | 2026-04-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40967966 | 杭萧钢构关于续聘会计师事务所的公告 | 2026-04-16 | Chinese | ||
| 40967965 | 杭萧钢构独立董事2025年度述职报告(王红雯) | 2026-04-16 | Chinese | ||
| 40967964 | 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-16 | Chinese | ||
| 40967962 | 杭萧钢构第九届董事会第七次会议决议公告 | 2026-04-16 | Chinese | ||
| 40967959 | 杭萧钢构独立董事2025年度述职报告(竺素娥) | 2026-04-16 | Chinese | ||
| 40967956 | 杭萧钢构关于召开2025年年度股东会的通知 | 2026-04-16 | Chinese | ||
| 40967954 | 杭萧钢构募集资金年度存放、管理与实际使用情况鉴证报告天健审〔2026〕7298号 | 2026-04-16 | Chinese | ||
| 40967952 | 杭萧钢构股份有限公司董事会关于2025年度对会计师事务所履职情况的评估报告 | 2026-04-16 | Chinese | ||
| 40967951 | 杭萧钢构内部控制审计报告天健审〔2026〕7297号 | 2026-04-16 | Chinese | ||
| 40967948 | 杭萧钢构独立董事2025年度述职报告(董斌) | 2026-04-16 | Chinese | ||
| 40967947 | 杭萧钢构董事、高级管理人员薪酬管理制度 | 2026-04-16 | Chinese | ||
| 40967946 | 杭萧钢构2025年年度利润分配方案公告 | 2026-04-16 | Chinese | ||
| 40967945 | 杭萧钢构关于独立董事独立性自查情况的专项报告 | 2026-04-16 | Chinese | ||
| 40967942 | 董事会审计委员会2025年度履职情况报告 | 2026-04-16 | Chinese | ||
| 40967939 | 杭萧钢构关于对全资子公司进行增资和减资的公告 | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of residential and non-residential buildings
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AB Builders Group Limited
Established contractor providing structural works, foundati…
|
1615 | HK | Construction |
|
Able Engineering Holdings Limited
Multi-discipline construction firm offering building, RMAA,…
|
1627 | HK | Construction |
|
ADF Group Inc.
North American leader providing integrated services for com…
|
DRX | CA | Construction |
|
Adhbhut Infrastructure Ltd.
Develops residential and commercial properties and manages …
|
539189 | IN | Construction |
|
AGI Infra Limited
Develops residential townships, commercial centers, and urb…
|
AGIIL | IN | Construction |
|
Agile Group Holdings Limited
Integrated conglomerate principally engaged in property dev…
|
3383 | KY | Construction |
|
AINAVO HOLDINGS Co., Ltd.
Holding company for property construction and wholesale of …
|
7539 | JP | Construction |
|
AKFEN İNŞAAT TURİZM VE TİCARET A.Ş.
An investment firm specializing in PPP projects in healthca…
|
AKFNI | TR | Construction |
|
ALAND EQUITY GROUP LIMITED
Vertically integrated developer of large-scale residential …
|
AEG | AU | Construction |
|
Amos Luzon Development And Energy Group Ltd.
Engages in real estate development, construction, and the e…
|
LUZN | IL | Construction |
Hangxiao Steel Structure 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/56749/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56749 | 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=56749 | 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=56749 \ -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": 56749}, 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 Hangxiao Steel Structure Co.,Ltd (id: 56749)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.