Fushun Special Steel Co.,LTD. — Investor Relations & Filings
About Fushun Special Steel Co.,LTD.
Fushun Special Steel Co., LTD. specializes in the research, development, and production of high-end special steel and alloy materials. The company's product portfolio includes high-temperature alloys, ultra-high-strength steels, stainless steels, and tool and die steels. These materials are critical for demanding applications in aerospace, aviation, nuclear power, and national defense sectors. As a key supplier for major engineering projects, the company provides specialized metallurgical solutions characterized by high performance and reliability. Its manufacturing capabilities encompass advanced melting, forging, and rolling processes, enabling the production of complex alloys that meet rigorous technical standards for extreme environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 抚顺特钢:2026年第一季度报告 | 2026-04-24 | Chinese | |
| 抚顺特钢:2025年年度股东会会议资料 | 2026-04-21 | Chinese | |
| 抚顺特钢:关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-21 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于宁波梅山保税港区锦程沙洲股权投资有限公司要约收购抚顺特殊钢股份有限公司之2025年度持续督导意见 | 2026-04-03 | Chinese | |
| 抚顺特殊钢股份有限公司章程(2026年3月修订) | 2026-03-30 | Chinese | |
| 抚顺特钢:独立董事2025年度述职报告(兆文军-届满离任) | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40867504 | 抚顺特钢:2026年第一季度报告 | 2026-04-24 | Chinese | ||
| 40867492 | 抚顺特钢:2025年年度股东会会议资料 | 2026-04-21 | Chinese | ||
| 40867488 | 抚顺特钢:关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-21 | Chinese | ||
| 40867486 | 申万宏源证券承销保荐有限责任公司关于宁波梅山保税港区锦程沙洲股权投资有限公司要约收购抚顺特殊钢股份有限公司之2025年度持续督导意见 | 2026-04-03 | Chinese | ||
| 40867462 | 抚顺特殊钢股份有限公司章程(2026年3月修订) | 2026-03-30 | Chinese | ||
| 40867453 | 抚顺特钢:独立董事2025年度述职报告(兆文军-届满离任) | 2026-03-30 | Chinese | ||
| 40867446 | 抚顺特钢:第九届董事会第四次会议决议公告 | 2026-03-30 | Chinese | ||
| 40867441 | 抚顺特钢:董事会关于2025年度独立董事独立性自查报告的专项意见 | 2026-03-30 | Chinese | ||
| 40867439 | 抚顺特钢:关于2026年度申请综合授信的公告 | 2026-03-30 | Chinese | ||
| 40867432 | 抚顺特钢:关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese | ||
| 40867426 | 抚顺特钢:关于开展委托理财投资的公告 | 2026-03-30 | Chinese | ||
| 40867419 | 抚顺特钢:2025年年度报告 | 2026-03-30 | Chinese | ||
| 40867417 | 抚顺特钢:2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 40867416 | 抚顺特钢:关于2025年度拟不进行利润分配的公告 | 2026-03-30 | Chinese | ||
| 40867411 | 抚顺特钢:2025年年度审计报告 | 2026-03-30 | 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 |
Fushun Special 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/56706/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56706 | 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=56706 | 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=56706 \ -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": 56706}, 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 Fushun Special Steel Co.,LTD. (id: 56706)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.