
Shangda Superalloys Co.,Ltd. — Investor Relations & Filings
Shangda Superalloys Co., Ltd. specializes in the research, development, and production of high-performance superalloys, including nickel-based, cobalt-based, and iron-based materials. The company’s product range encompasses cast and wrought superalloys, corrosion-resistant alloys, and precision castings engineered for extreme thermal and mechanical stress. Leveraging advanced metallurgical technologies such as vacuum induction melting (VIM), vacuum arc remelting (VAR), and electroslag remelting (ESR), the firm produces high-purity materials for critical applications. Key target markets include aerospace, industrial gas turbines, nuclear power, and petrochemical sectors, where its products are utilized in the manufacturing of turbine blades, aero-engine components, and high-pressure vessels.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股东询价转让定价情况提示性公告 | 2026-05-26 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-26 | Chinese | |
| 中航证券有限公司关于中和上大航空材料股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-05-25 | Chinese | |
| 中和上大航空材料股份有限公司股东询价转让计划书 | 2026-05-25 | Chinese | |
| 关于完成工商变更登记并换发营业执照的公告 | 2026-05-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47059136 | 股东询价转让定价情况提示性公告 | 2026-05-26 | Chinese | ||
| 47059130 | 2025年年度权益分派实施公告 | 2026-05-26 | Chinese | ||
| 47013525 | 中航证券有限公司关于中和上大航空材料股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-05-25 | Chinese | ||
| 47013519 | 中和上大航空材料股份有限公司股东询价转让计划书 | 2026-05-25 | Chinese | ||
| 46806651 | 关于完成工商变更登记并换发营业执照的公告 | 2026-05-22 | Chinese | ||
| 46630371 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46630315 | 北京市嘉源律师事务所关于中航上大高温合金材料股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46534639 | 中国国际金融股份有限公司关于中航上大高温合金材料股份有限公司2025年度持续督导跟踪报告 | 2026-05-19 | Chinese | ||
| 46353871 | 中国国际金融股份有限公司关于中航上大高温合金材料股份有限公司2025年度持续督导培训情况的报告 | 2026-05-15 | Chinese | ||
| 46353870 | 中国国际金融股份有限公司关于中航上大高温合金材料股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-15 | Chinese | ||
| 45916997 | 关于举行2025年度网上业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 39587637 | 向不特定对象发行可转换公司债券论证分析报告 | 2026-04-29 | Chinese | ||
| 39587633 | 关于最近五年被证券监管部门和交易所采取监管措施或处罚情况的公告 | 2026-04-29 | Chinese | ||
| 39587632 | 可转换公司债券持有人会议规则 | 2026-04-29 | Chinese | ||
| 39587630 | 向不特定对象发行可转换公司债券募集资金使用可行性分析报告 | 2026-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic precious and other non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
6K ADDITIVE, INC.
Produces sustainable metal powders for 3D printing using mi…
|
6KA | US | Manufacturing |
|
Afarak Group
A vertically-integrated producer of chromium-based specialt…
|
AFAGR | FI | Manufacturing |
|
Alakasa Industrindo Tbk
Pioneer in aluminum industry, establishing value chain from…
|
ALKA | ID | Manufacturing |
|
Alcoa Corp
A global producer of bauxite, alumina, and aluminum with in…
|
AA | US | Manufacturing |
|
Alcomet AD
Manufacturer of flat-rolled and extruded aluminum products,…
|
ALCM | BG | Manufacturing |
|
ALCOM GROUP BERHAD
Largest producer of rolled aluminium products in its primar…
|
— | MY | Manufacturing |
|
ALCONIX CORPORATION
An integrated non-ferrous metals company combining trading …
|
3036 | JP | Manufacturing |
|
Alnera Aluminium Co., Ltd.
Manufactures aluminum extrusion profiles and fabricated com…
|
301613 | CN | Manufacturing |
|
Alpro a.d. Vlasenica
Manufacturer of extruded aluminum profiles for architectura…
|
ALPRRA | BA | Manufacturing |
|
Alro S.A.
A large, vertically integrated aluminum producer in Europe …
|
ALR | RO | Manufacturing |
Shangda Superalloys 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/56339/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56339 | 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=56339 | 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=56339 \ -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": 56339}, 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 Shangda Superalloys Co.,Ltd. (id: 56339)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.