
Sinosteel Engineering & Technology Co., Ltd. — Investor Relations & Filings
Sinosteel Engineering & Technology Co., Ltd. provides comprehensive engineering, procurement, and construction (EPC) services, specializing in the metallurgical and mining sectors. The company delivers integrated solutions for iron and steel production, including raw material processing, smelting, and rolling. Its service portfolio extends to energy conservation, environmental protection, and infrastructure development. By leveraging advanced technological capabilities and large-scale project management expertise, the firm supports clients through the entire project lifecycle, from initial design and equipment supply to construction and operational maintenance. It serves a global client base, executing complex industrial projects across diverse geographical regions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于举办2025年半年度业绩说明会的公告 | 2025-08-25 | Chinese | |
| 关于第十届监事会第七次会议相关事项的意见 | 2025-08-25 | Chinese | |
| 半年报监事会决议公告 | 2025-08-25 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-25 | Chinese | |
| 2025年半年度报告 | 2025-08-25 | Chinese | |
| 2025年半年度财务报告 | 2025-08-25 | Chinese |
Browse filings by year
28 years- 2026 38 filings
- 2025 113 filings
- 2024 179 filings
- 2023 186 filings
- 2022 183 filings
- 2021 161 filings
- 2020 145 filings
- 2019 134 filings
- 2018 136 filings
- 2017 170 filings
- 2016 206 filings
- 2015 165 filings
- 2014 163 filings
- 2013 95 filings
- 2012 51 filings
- 2011 67 filings
- 2010 32 filings
- 2009 45 filings
- 2008 57 filings
- 2007 62 filings
- 2006 83 filings
- 2005 43 filings
- 2004 21 filings
- 2003 46 filings
- 2002 19 filings
- 2001 7 filings
- 1999 1 filing
- 1998 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44177848 | 关于举办2025年半年度业绩说明会的公告 | 2025-08-25 | Chinese | ||
| 44177840 | 关于第十届监事会第七次会议相关事项的意见 | 2025-08-25 | Chinese | ||
| 44177821 | 半年报监事会决议公告 | 2025-08-25 | Chinese | ||
| 44177807 | 2025年半年度报告摘要 | 2025-08-25 | Chinese | ||
| 44177803 | 2025年半年度报告 | 2025-08-25 | Chinese | ||
| 44177801 | 2025年半年度财务报告 | 2025-08-25 | Chinese | ||
| 44177769 | 关于2025年第二季度工程业务经营情况的自愿性信息披露公告 | 2025-07-30 | Chinese | ||
| 44177753 | 关于公司2022年股票期权激励计划部分股票期权注销完成的公告 | 2025-07-25 | Chinese | ||
| 44177747 | 第十届董事会第八次会议决议公告 | 2025-07-22 | Chinese | ||
| 44177734 | 关于调整2022年股票期权激励计划行权价格的公告 | 2025-07-22 | Chinese | ||
| 44177726 | 监事会关于第十届监事会第六次会议相关事项的意见 | 2025-07-22 | Chinese | ||
| 44177714 | 关于公司2022年股票期权激励计划2024年度未达行权条件及注销相关股票期权的公告 | 2025-07-22 | Chinese | ||
| 44177704 | 北京市嘉源律师事务所关于中钢国际工程技术股份有限公司调整2022年股票期权激励计划股票期权行权价格及注销部分股票期权的法律意见书 | 2025-07-22 | Chinese | ||
| 44177690 | 第十届监事会第六次会议决议公告 | 2025-07-22 | Chinese | ||
| 44177607 | 2024年年度权益分派实施公告 | 2025-06-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of other civil engineering projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Active Infrastructures Limited
Develops and manages civil engineering and urban infrastruc…
|
ACTIVEINFR | IN | Construction |
|
Afcons Infrastructure Limited
Global engineering and construction firm specializing in co…
|
AFCONS | IN | Construction |
|
Affluent Foundation Holdings Limited
Provides specialized foundation and civil engineering, incl…
|
1757 | HK | Construction |
|
AF Gruppen
Contractor for civil engineering, construction, property, e…
|
AFG | NO | Construction |
|
AGRA Inc.
Specialized engineering and construction firm for industria…
|
— | CA | Construction |
|
AHMAD ZAKI RESOURCES BHD
Investment holding company and contractor for civil and str…
|
— | MY | Construction |
|
Anhui Construction Engineering Group Corporation Limited
Provides engineering, construction, and infrastructure serv…
|
600502 | CN | Construction |
|
ARK RESOURCES HOLDINGS BERHAD
Investment holding and management services for a group spec…
|
— | MY | Construction |
|
ARTSON LIMITED
EPC firm specializing in industrial infrastructure for oil,…
|
522134 | IN | Construction |
|
ASIA ALLIED INFRASTRUCTURE HOLDINGS LIMITED
Investment holding company focused on infrastructure, const…
|
711 | HK | Construction |
Sinosteel Engineering & Technology 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/53906/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53906 | 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=53906 | 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=53906 \ -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": 53906}, 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 Sinosteel Engineering & Technology Co., Ltd. (id: 53906)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.