
Shandong Hi-tech Spring Material Technology Co., Ltd. — Investor Relations & Filings
Shandong Hi-tech Spring Material Technology Co., Ltd. specializes in the research, development, production, and sale of fine chemicals and specialty materials. The company is a leading global supplier of high-purity carbonate solvents used primarily in the electrolyte solutions of lithium-ion batteries. Its core product portfolio includes battery-grade Dimethyl Carbonate (DMC), Ethyl Methyl Carbonate (EMC), Diethyl Carbonate (DEC), Ethylene Carbonate (EC), and Propylene Carbonate (PC). Additionally, the company produces high-purity Isopropyl Alcohol (IPA) and other chemical intermediates. Serving the global energy storage, electric vehicle, and pharmaceutical sectors, the firm focuses on high-performance materials that support advanced battery technologies and industrial applications. It maintains a strong emphasis on technological innovation and integrated manufacturing processes to ensure product quality and supply chain stability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第二届董事会第二十六次会议决议公告 | 2026-05-22 | Chinese | |
| 关于出售已回购股份计划的公告 | 2026-05-22 | Chinese | |
| 山东海科新源材料科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 关于2026年度日常关联交易预计的公告 | 2026-04-22 | Chinese | |
| 第二届董事会第二十五次会议决议公告 | 2026-04-22 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46825580 | 第二届董事会第二十六次会议决议公告 | 2026-05-22 | Chinese | ||
| 46825579 | 关于出售已回购股份计划的公告 | 2026-05-22 | Chinese | ||
| 46352119 | 山东海科新源材料科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 46352142 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 39409548 | 关于2026年度日常关联交易预计的公告 | 2026-04-22 | Chinese | ||
| 39409547 | 第二届董事会第二十五次会议决议公告 | 2026-04-22 | Chinese | ||
| 39409546 | 利润分配和资本公积金转增股本方案 | 2026-04-22 | Chinese | ||
| 39409544 | 山东海科新源材料科技股份有限公司2026年度以简易程序向特定对象发行股票方案论证分析报告 | 2026-04-22 | Chinese | ||
| 39409542 | 关于提请股东会授权董事会办理以简易程序向特定对象发行股票相关事宜的公告 | 2026-04-22 | Chinese | ||
| 39409541 | 山东海科新源材料科技股份有限公司2026年度以简易程序向特定对象发行股票预案 | 2026-04-22 | Chinese | ||
| 39409540 | 2025年度财务决算报告 | 2026-04-22 | Chinese | ||
| 39409539 | 2025年度独立董事述职报告-王爱东 | 2026-04-22 | Chinese | ||
| 39409538 | 2025年度独立董事述职报告-孙新华 | 2026-04-22 | Chinese | ||
| 39409537 | 内部控制审计报告 | 2026-04-22 | Chinese | ||
| 39409535 | 山东海科新源材料科技股份有限公司内部控制制度 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SFC Holdings Co.,Ltd.
Develops and manufactures high-performance functional mater…
|
301558 | CN | Manufacturing |
|
SHAANXI LIGHTE OPTOELECTRONICS MATERIAL CO.,LTD
Develops and produces high-purity OLED materials for flat p…
|
688150 | CN | Manufacturing |
|
Shandong Fengyuan Chemical Co.,Ltd
Produces oxalic acid, derivatives, and lithium iron phospha…
|
002805 | CN | Manufacturing |
|
SHANDONG HAIHUA CO.,LTD
Global manufacturer of soda ash and marine chemicals for va…
|
000822 | CN | Manufacturing |
|
Shandong Hualu-Hengsheng Chemical Co.,Ltd
Large-scale producer of coal-based chemicals, fertilizers, …
|
600426 | CN | Manufacturing |
|
SHANDONG JIANBANG NEW MATERIAL CO., LTD.
Produces fine chemicals, catalysts, and water treatment age…
|
603285 | CN | Manufacturing |
|
Shandong Kaisheng New Materials Co.,Ltd.
Produces fine chemicals and high-performance polymer materi…
|
301069 | CN | Manufacturing |
|
Shandong Link Science and Technology Co.,Ltd.
Produces precipitated silica for the tire, rubber, and anim…
|
001207 | CN | Manufacturing |
|
SHANDONG SUNWAY CHEMICAL GROUP CO.,LTD
Produces organic chemicals, including adipic acid and plast…
|
002469 | CN | Manufacturing |
|
Shanghai Anoky Group Co., Ltd
Specializes in high-end dyestuffs, textile chemicals, and d…
|
300067 | CN | Manufacturing |
Shandong Hi-tech Spring Material Technology 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/56210/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56210 | 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=56210 | 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=56210 \ -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": 56210}, 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 Shandong Hi-tech Spring Material Technology Co., Ltd. (id: 56210)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.