
China Steel Structure Co., Ltd. — Investor Relations & Filings
China Steel Structure Co., Ltd. (CSSC), established in 1978, is a specialized provider of steel structure solutions and a member of the CSC Group. The company focuses on the design, fabrication, and erection of steel structures for diverse applications, including high-rise buildings, industrial facilities, bridges, and large-scale infrastructure projects. Its comprehensive service portfolio encompasses the trading of steel products and the import and export of metal construction materials. CSSC integrates advanced engineering capabilities with a commitment to quality and sustainable management. By prioritizing technical innovation and operational efficiency, the company delivers integrated construction and engineering services to support complex urban and industrial development. CSSC maintains a significant market presence through its focus on high-performance structural components and specialized project management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股東會決議通過解除董事兼總經理黃淳銜先生競業禁止之限制 | 2015-06-25 | Chinese | |
| 股東會決議通過解除董事陳明漢先生、孟慶立先生、林道鵬先生 競業禁止之限制。 | 2015-06-25 | Chinese | |
| 本公司一○四年股東常會重要決議事項 | 2015-06-25 | Chinese | |
| 代重要子公司聯鋼營造工程(股)公司公告除息基準日 | 2015-06-18 | Chinese | |
| 代重要子公司聯鋼營造工程(股)公司公告董事長續任 | 2015-06-18 | Chinese | |
| 代重要子公司聯鋼營造工程(股)公司股東會決議許可董事 兼總經理邱均生先生擔任轉投資事業董事及董事長 | 2015-06-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2015
15 filings
| |||||
| 33511324 | 股東會決議通過解除董事兼總經理黃淳銜先生競業禁止之限制 | 2015-06-25 | Chinese | ||
| 33511327 | 股東會決議通過解除董事陳明漢先生、孟慶立先生、林道鵬先生 競業禁止之限制。 | 2015-06-25 | Chinese | ||
| 33511331 | 本公司一○四年股東常會重要決議事項 | 2015-06-25 | Chinese | ||
| 33511333 | 代重要子公司聯鋼營造工程(股)公司公告除息基準日 | 2015-06-18 | Chinese | ||
| 33511336 | 代重要子公司聯鋼營造工程(股)公司公告董事長續任 | 2015-06-18 | Chinese | ||
| 33511338 | 代重要子公司聯鋼營造工程(股)公司股東會決議許可董事 兼總經理邱均生先生擔任轉投資事業董事及董事長 | 2015-06-18 | Chinese | ||
| 33511341 | 代重要子公司聯鋼營造工程(股)公司股東會決議許可董事 (董事長)范陳柏先生擔任轉投資事業董事及董事長 | 2015-06-18 | Chinese | ||
| 33511344 | 代重要子公司聯鋼營造工程(股)公司 公告第10屆董監事改派情形 | 2015-06-18 | Chinese | ||
| 33511346 | 代重要子公司聯鋼營造工程(股)公司公告104年股東常會 重要決議事項 | 2015-06-18 | Chinese | ||
| 33511349 | 103年度股利金額(股東會決議) | 2015-06-12 | Chinese | ||
| 33511354 | 104年5月營業收入 | 2015-06-09 | Chinese | ||
| 33511351 | 104年5月背書保證與資金貸與 | 2015-06-09 | Chinese | ||
| 33511360 | 104年05月內部人持股異動(事後) | 2015-06-08 | Chinese | ||
| 33511357 | 104年05月董事會成員及持股 | 2015-06-08 | Chinese | ||
| 33511362 | 104年05月僑外投資持股 | 2015-05-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other specialized construction activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACROW LIMITED
Provides engineered formwork, scaffolding, and screen syste…
|
ACF | AU | Construction |
|
ANEKA JARINGAN HOLDINGS BERHAD
Construction group specializing in basement, foundation, ge…
|
— | MY | Construction |
|
Anhui Fuhuang Steel Structure Co., Ltd.
Specializes in the design, fabrication, and installation of…
|
002743 | CN | Construction |
|
Anhui Honglu Steel Construction(Group) CO., LTD
Specializes in the design, fabrication, and installation of…
|
002541 | CN | Construction |
|
AUSGROUP LIMITED
Was an integrated provider of fabrication, construction, as…
|
18WB | SG | Construction |
|
Bauer AG
A provider of services, equipment, and products for ground …
|
B5A | DE | Construction |
|
Beerenberg
Provides maintenance and modification services for oil, gas…
|
BBERG | NO | Construction |
|
BILLINGTON HOLDINGS PLC
A group specializing in structural steel design, fabricatio…
|
BILN | GB | Construction |
|
BOOM LOGISTICS LIMITED
Provides lifting solutions, crane hire, and industrial serv…
|
BOL | AU | Construction |
|
CEMATRIX Corporation
Specialty contractor supplying and installing lightweight c…
|
CEMX | CA | Construction |
China 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/51944/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51944 | 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=51944 | 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=51944 \ -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": 51944}, 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 Steel Structure Co., Ltd. (id: 51944)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.