Baoshan Iron & Steel Co.,Ltd. — Investor Relations & Filings
About Baoshan Iron & Steel Co.,Ltd.
Baoshan Iron & Steel Co.,Ltd. is a global leader in the manufacturing and processing of high-end steel products. Its core operations encompass the production of hot-rolled and cold-rolled steel, plates, seamless pipes, and wire rods. The company specializes in high-value-added materials, including advanced automotive sheets, high-efficiency silicon steel, and corrosion-resistant products for the energy and petrochemical sectors. Baosteel integrates advanced research and development with smart manufacturing technologies to optimize production efficiency and product performance. Its strategic focus centers on technological innovation, green manufacturing, and the development of low-carbon metallurgical processes. By providing specialized material solutions, the company supports diverse applications in machinery manufacturing, infrastructure, and high-tech equipment sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 宝钢股份关于2025年下半年度利润分配方案的公告 | 2026-04-29 | Chinese | |
| 宝钢股份独立董事2025年度述职报告(田雍已离任) | 2026-04-29 | Chinese | |
| 宝钢股份关于召开2025年度股东会的通知 | 2026-04-29 | Chinese | |
| 上海市方达律师事务所关于宝钢股份第四期A股限制性股票计划的法律意见书 | 2026-04-29 | Chinese | |
| 宝钢股份2025年度内部控制审计报告 | 2026-04-29 | Chinese | |
| 宝钢股份独立董事2025年度述职报告(李志青) | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40203683 | 宝钢股份关于2025年下半年度利润分配方案的公告 | 2026-04-29 | Chinese | ||
| 40203681 | 宝钢股份独立董事2025年度述职报告(田雍已离任) | 2026-04-29 | Chinese | ||
| 40203679 | 宝钢股份关于召开2025年度股东会的通知 | 2026-04-29 | Chinese | ||
| 40203678 | 上海市方达律师事务所关于宝钢股份第四期A股限制性股票计划的法律意见书 | 2026-04-29 | Chinese | ||
| 40203676 | 宝钢股份2025年度内部控制审计报告 | 2026-04-29 | Chinese | ||
| 40203657 | 宝钢股份独立董事2025年度述职报告(李志青) | 2026-04-29 | Chinese | ||
| 40203646 | 宝钢股份2026年第一次临时股东会决议公告 | 2026-04-24 | Chinese | ||
| 40203644 | 上海市方达律师事务所关于宝山钢铁股份有限公司2026年第一次临时股东会之法律意见书 | 2026-04-24 | Chinese | ||
| 40203641 | 宝钢股份关于召开2025年度暨2026年一季度业绩说明会的公告 | 2026-04-21 | Chinese | ||
| 40203638 | 宝钢股份第四期A股限制性股票计划首次授予部分激励对象名单 | 2026-04-13 | Chinese | ||
| 40203636 | 宝钢股份董事会薪酬与考核委员会关于公司第四期A股限制性股票计划首次授予部分激励对象名单的核查意见及公示情况说明 | 2026-04-13 | Chinese | ||
| 40203635 | 宝钢股份2026年第一次临时股东会会议资料 | 2026-04-09 | Chinese | ||
| 40203631 | 宝钢股份关于与宝武集团财务有限责任公司续签《金融服务协议》暨关联交易的公告 | 2026-04-08 | Chinese | ||
| 40203630 | 宝钢股份关于召开2026年第一次临时股东会的通知 | 2026-04-08 | Chinese | ||
| 40203628 | 宝钢股份第九届董事会第八次会议决议公告 | 2026-04-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic iron and steel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acerinox S.A.
Global manufacturer of stainless steel and high-performance…
|
ACX | ES | Manufacturing |
|
Aditya Ispat Ltd.
Manufacturer of bright steel bars for automotive and engine…
|
513513 | IN | Manufacturing |
|
Aditya Ultra Steel Limited
Produces high-quality TMT bars for infrastructure and const…
|
AUSL | IN | Manufacturing |
|
ADVANCED TECHNOLOGY & MATERIALS CO.,LTD
Develops advanced metallic materials, magnetic products, an…
|
000969 | CN | Manufacturing |
|
AICHI STEEL CORPORATION
Manufacturer of specialty steel, forged products, and elect…
|
5482 | JP | Manufacturing |
|
AJUSTEEL CO.,LTD.
Manufacturer of steel materials specializing in surface des…
|
139990 | KR | Manufacturing |
|
Algoma Steel Group Inc.
Integrated producer of high-quality flat steel products, in…
|
ASTL | CA | Manufacturing |
|
Algoma Steel Group Inc.
Integrated producer of hot and cold-rolled steel sheet and …
|
ASTL | US | Manufacturing |
|
Alleima
Manufacturer of advanced stainless steels, special alloys, …
|
ALLEI | SE | Manufacturing |
|
Altos Hornos de México, S.A.B. de C.V.
Integrated manufacturer of flat steel products, tinplate, a…
|
AHMSA | MX | Manufacturing |
Baoshan Iron & Steel 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/56431/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56431 | 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=56431 | 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=56431 \ -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": 56431}, 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 Baoshan Iron & Steel Co.,Ltd. (id: 56431)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.