Shangshui Smartech Ltd. — Investor Relations & Filings
Shangshui Smartech Ltd. designs and manufactures high-precision equipment for the production of lithium-ion batteries. The company specializes in advanced slurry preparation systems, focusing on dual-planetary power mixers and high-speed dispersing technologies. These systems are engineered to ensure the uniform distribution of active materials, binders, and conductive agents during the electrode manufacturing process. Shangshui Smartech provides automated, integrated solutions that streamline material handling and mixing, targeting large-scale production requirements for electric vehicle and energy storage applications. Its technical focus lies in optimizing dispersion efficiency and maintaining high consistency in battery cell performance through sophisticated mechanical engineering and process control.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 首次公开发行股票并在创业板上市发行结果公告 | 2026-04-13 | Chinese | |
| 首次公开发行股票并在创业板上市网下发行初步配售结果公告 | 2026-04-09 | Chinese | |
| 首次公开发行股票并在创业板上市网上摇号中签结果公告 | 2026-04-09 | Chinese | |
| 首次公开发行股票并在创业板上市网上申购情况及中签率公告 | 2026-04-08 | Chinese | |
| 北京市微明律师事务所关于深圳市尚水智能股份有限公司首次公开发行股票并在创业板上市参与战略配售的投资者核查事项的专项法律意见书 | 2026-04-06 | Chinese | |
| 首次公开发行股票并在创业板上市投资风险特别公告 | 2026-04-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39597562 | 首次公开发行股票并在创业板上市发行结果公告 | 2026-04-13 | Chinese | ||
| 39597561 | 首次公开发行股票并在创业板上市网下发行初步配售结果公告 | 2026-04-09 | Chinese | ||
| 39597558 | 首次公开发行股票并在创业板上市网上摇号中签结果公告 | 2026-04-09 | Chinese | ||
| 39597547 | 首次公开发行股票并在创业板上市网上申购情况及中签率公告 | 2026-04-08 | Chinese | ||
| 39597532 | 北京市微明律师事务所关于深圳市尚水智能股份有限公司首次公开发行股票并在创业板上市参与战略配售的投资者核查事项的专项法律意见书 | 2026-04-06 | Chinese | ||
| 39597530 | 首次公开发行股票并在创业板上市投资风险特别公告 | 2026-04-06 | Chinese | ||
| 39597517 | 首次公开发行股票并在创业板上市发行公告 | 2026-04-06 | Chinese | ||
| 39597516 | 国联民生证券承销保荐有限公司关于深圳市尚水智能股份有限公司首次公开发行股票并在创业板上市参与战略配售的投资者专项核查报告 | 2026-04-06 | Chinese | ||
| 39597494 | 首次公开发行股票并在创业板上市网上路演公告 | 2026-04-02 | Chinese | ||
| 39597490 | 经注册会计师鉴证的非经常性损益明细表 | 2026-03-26 | Chinese | ||
| 39597429 | 审计委员会及其他专门委员会的设置情况说明 | 2026-03-26 | Chinese | ||
| 39597424 | 发行人及其他责任主体作出的与发行人本次发行上市相关的其他承诺事项 | 2026-03-26 | Chinese | ||
| 39597411 | 北京市竞天公诚律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书及补充法律意见书 | 2026-03-26 | Chinese | ||
| 39597393 | 内部控制鉴证报告 | 2026-03-26 | Chinese | ||
| 39597350 | 子公司、参股公司简要情况 | 2026-03-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
333D LIMITED
Provides additive manufacturing, 3D printing, scanning, and…
|
T3D | AU | Manufacturing |
|
3DM Digital Manufacturing Ltd.
Develops patented SLS 3D printing technology for industrial…
|
DM3 | IL | Manufacturing |
|
3S KOREA CO., LTD
Manufactures semiconductor wafer carriers and environmental…
|
060310 | KR | Manufacturing |
|
AB DYNAMICS PLC
Supplier of advanced testing and simulation solutions for t…
|
ABDP | GB | Manufacturing |
|
ABRIL PAPER TECH LIMITED
Provides engineering, machinery, and turnkey solutions for …
|
544500 | IN | Manufacturing |
|
ACM Research, Inc.
Develops and sells wafer fabrication equipment for the glob…
|
ACMR | US | Manufacturing |
|
ACM RESEARCH(SHANGHAI),INC.
Develops advanced semiconductor wet cleaning and surface tr…
|
688082 | CN | Manufacturing |
|
Advanced Fiber Technologies (AFT) Income Fund
Specialized products and technologies for the fiber process…
|
AFT.UN | CA | Manufacturing |
|
Advanced Micro-Fabrication Equipment Inc. China
Develops plasma etching and MOCVD equipment for advanced se…
|
688012 | CN | Manufacturing |
|
Advanced Process Systems Corporation
Manufactures equipment for the semiconductor, display, EV b…
|
265520 | KR | Manufacturing |
Shangshui Smartech 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/56332/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56332 | 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=56332 | 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=56332 \ -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": 56332}, 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 Shangshui Smartech Ltd. (id: 56332)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.