
SHIDA SHINGHWA ADVANCED MATERIAL GROUP CO.,LTD. — Investor Relations & Filings
SHIDA SHINGHWA ADVANCED MATERIAL GROUP CO.,LTD. is a global supplier specializing in the research, development, production, and sale of advanced materials for lithium-ion batteries. The company maintains a comprehensive industrial chain for electrolyte solvents, producing high-purity carbonates including dimethyl carbonate (DMC), ethyl methyl carbonate (EMC), diethyl carbonate (EC), and propylene carbonate (PC). Its product portfolio extends to lithium salts such as lithium hexafluorophosphate (LiPF6) and silicon-based anode materials. Serving the global new energy vehicle and energy storage sectors, the group focuses on high-performance chemical solutions and technological innovation to support the transition to sustainable energy. The company is recognized for its integrated production capabilities and significant market share in the global electrolyte solvent market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 石大胜华关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-14 | Chinese | |
| 石大胜华2026年第四次临时股东会法律意见书 | 2026-05-14 | Chinese | |
| 石大胜华关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-12 | Chinese | |
| 石大胜华股票交易异常波动公告 | 2026-04-14 | Chinese | |
| 石大胜华2025年内部控制评价报告 | 2026-03-30 | Chinese | |
| 石大胜华关于公司董事、高级管理人员2026 年薪酬方案的公告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46344538 | 石大胜华关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 46344537 | 石大胜华2026年第四次临时股东会法律意见书 | 2026-05-14 | Chinese | ||
| 45347348 | 石大胜华关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-12 | Chinese | ||
| 34854547 | 石大胜华股票交易异常波动公告 | 2026-04-14 | Chinese | ||
| 36895262 | 石大胜华2025年内部控制评价报告 | 2026-03-30 | Chinese | ||
| 36895261 | 石大胜华关于公司董事、高级管理人员2026 年薪酬方案的公告 | 2026-03-30 | Chinese | ||
| 36895255 | 石大胜华募集资金存放与实际使用情况的专项报告 | 2026-03-30 | Chinese | ||
| 36895253 | 石大胜华独立董事2025年度述职报告(张胜) | 2026-03-30 | Chinese | ||
| 36895247 | 石大胜华审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese | ||
| 36895245 | 石大胜华2025年度主要经营数据公告 | 2026-03-30 | Chinese | ||
| 36895244 | 申万宏源证券承销保荐有限责任公司关于石大胜华2025年度募集资金存放与使用情况的专项核查报告 | 2026-03-30 | Chinese | ||
| 36895238 | 石大胜华关于2026年度公司开展外汇衍生品交易业务的公告 | 2026-03-30 | Chinese | ||
| 36895233 | 石大胜华关于公司及子公司开展期货套期保值业务的公告 | 2026-03-30 | Chinese | ||
| 36895230 | 立信会计师事务所关于石大胜华2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-03-30 | Chinese | ||
| 36895197 | 石大胜华2025年年度报告_摘要 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aether Industries Limited
Produces advanced intermediates and complex chemistries for…
|
AETHER | IN | Manufacturing |
|
Afyren
Produces biobased organic acids from non-food agricultural …
|
ALAFY | FR | Manufacturing |
|
Air Liquide
A world leader in gases, technologies, and services for ind…
|
AI | FR | Manufacturing |
|
Air Products & Chemicals, Inc.
Global supplier of industrial gases, performance materials,…
|
APD | US | Manufacturing |
|
AIR WATER INC.
Industrial gas manufacturer diversified into chemicals, med…
|
4088 | JP | Manufacturing |
|
AksharChem (India) Ltd.
Produces dye intermediates and pigments for global textile …
|
AKSHARCHEM | IN | Manufacturing |
|
ALBEMARLE CORP
A specialty chemicals company focused on developing and man…
|
ALB | US | Manufacturing |
|
Alkali Metals Limited
Produces alkali metals and specialty chemicals for pharmace…
|
ALKALI | IN | Manufacturing |
|
ALKİM ALKALİ KİMYA A.Ş.
A chemical company mining and producing inorganic salts lik…
|
ALKIM | TR | Manufacturing |
|
Alkyl Amines Chemicals Ltd.
Manufacturer of aliphatic amines and derivatives for pharma…
|
ALKYLAMINE | IN | Manufacturing |
SHIDA SHINGHWA ADVANCED MATERIAL GROUP 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/57360/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57360 | 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=57360 | 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=57360 \ -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": 57360}, 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 SHIDA SHINGHWA ADVANCED MATERIAL GROUP CO.,LTD. (id: 57360)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.