Shenzhen Senior Technology Material Co., Ltd. — Investor Relations & Filings
Shenzhen Senior Technology Material Co., Ltd. is a global leader in the research, development, and manufacturing of lithium-ion battery separators. The company specializes in producing high-performance microporous membranes using both dry-process and wet-process technologies. Its product portfolio includes base films and various functional coated separators, such as ceramic-coated and polymer-coated membranes, designed to enhance the safety and thermal stability of battery cells. These materials are critical components in lithium-ion batteries used for electric vehicles (EVs), energy storage systems (ESS), and portable electronic devices. Senior focuses on technological innovation to improve energy density and cycle life, maintaining a robust global supply chain that serves major international battery manufacturers. The company operates multiple production bases and research centers to support the evolving demands of the global clean energy and electromobility sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年一季度报告 | 2026-04-27 | Chinese | |
| 第六届董事会第二十六次会议决议公告 | 2026-04-27 | Chinese | |
| 北京市金杜(深圳)律师事务所关于深圳市星源材质科技股份有限公司2025年年度股东会之法律意见书 | 2026-04-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-04-22 | Chinese | |
| 关于2026年限制性股票激励计划授予登记完成的公告 | 2026-04-17 | Chinese | |
| 关于发行境外上市股份(H股)获得中国证监会备案的公告 | 2026-04-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38050387 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 38050384 | 第六届董事会第二十六次会议决议公告 | 2026-04-27 | Chinese | ||
| 38050376 | 北京市金杜(深圳)律师事务所关于深圳市星源材质科技股份有限公司2025年年度股东会之法律意见书 | 2026-04-22 | Chinese | ||
| 38050154 | 2025年年度股东会决议公告 | 2026-04-22 | Chinese | ||
| 38050144 | 关于2026年限制性股票激励计划授予登记完成的公告 | 2026-04-17 | Chinese | ||
| 38050143 | 关于发行境外上市股份(H股)获得中国证监会备案的公告 | 2026-04-16 | Chinese | ||
| 38050141 | 2026年第三次临时股东会决议公告 | 2026-04-10 | Chinese | ||
| 38050135 | 北京市金杜(深圳)律师事务所关于深圳市星源材质科技股份有限公司2026年第三次临时股东会之法律意见书 | 2026-04-10 | Chinese | ||
| 38050057 | 关于向公司2026年限制性股票激励计划激励对象授予限制性股票的公告 | 2026-04-07 | Chinese | ||
| 38050055 | 第六届董事会第二十五次会议决议公告 | 2026-04-07 | Chinese | ||
| 38050052 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划授予相关事项的核查意见 | 2026-04-07 | Chinese | ||
| 38050048 | 北京市金杜(深圳)律师事务所关于深圳市星源材质科技股份有限公司2026年限制性股票激励计划授予事项之法律意见书 | 2026-04-07 | Chinese | ||
| 38050046 | 北京市金杜(深圳)律师事务所关于深圳市星源材质科技股份有限公司2026年第二次临时股东会之法律意见书 | 2026-03-31 | Chinese | ||
| 38050031 | 2026年第二次临时股东会决议公告 | 2026-03-31 | Chinese | ||
| 38050028 | 2025年度内部控制自我评价报告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aadi Industries Ltd
Manufactures and distributes plastic granules and polymer r…
|
530027 | IN | Manufacturing |
|
Accent Microcell Limited
Manufacturer of cellulose-based excipients for pharma, food…
|
ACCENTMIC | IN | Manufacturing |
|
Acetex Corporation
Specializes in manufacturing specialty chemicals, polymers,…
|
— | CA | Manufacturing |
|
Advanced Petrochemical Co.
Manufactures polypropylene resins for packaging, automotive…
|
2330 | SA | Manufacturing |
|
Alpek, S.A.B. de C.V.
Global producer of polyester and petrochemicals focused on …
|
ALPEK | MX | Manufacturing |
|
AMBANI ORGOCHEM LIMITED
Manufacturer of specialty chemicals and acrylic polymers fo…
|
AMBANIORGO | IN | Manufacturing |
|
ANHUI HWASU CO.,LTD.
Large-scale manufacturer of PVC resins, caustic soda, and c…
|
600935 | CN | Manufacturing |
|
Anhui Shenjian New Materials Co.,Ltd
Produces saturated polyester resins for powder coatings and…
|
002361 | CN | Manufacturing |
|
Apcotex Industries Limited
Manufacturer of synthetic rubber and latex for automotive a…
|
APCOTEXIND | IN | Manufacturing |
|
ARCL Organics Ltd
Produces specialty chemicals and resins for wood-based pane…
|
543993 | IN | Manufacturing |
Shenzhen Senior Technology Material 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/55551/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55551 | 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=55551 | 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=55551 \ -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": 55551}, 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 Shenzhen Senior Technology Material Co., Ltd. (id: 55551)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.