
三友科技 — Investor Relations & Filings
Sanyou Technology specializes in the research, development, and manufacturing of specialized equipment for non-ferrous metal hydrometallurgy. The company's primary product portfolio includes permanent stainless steel cathode plates, insulating strips, and fully automated stripping units designed for copper, zinc, and nickel electrowinning and electrorefining processes. By integrating advanced materials science with mechanical engineering, Sanyou Technology provides comprehensive solutions that enhance production efficiency and product purity for metallurgical enterprises. Its technical expertise extends to the design of specialized electrolytic cells and auxiliary equipment, focusing on durability and operational stability in corrosive environments. The company serves a diverse range of clients within the mining and metal processing sectors, emphasizing technological innovation and the optimization of electrochemical extraction processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海荣正企业咨询服务(集团)股份有限公司关于三门三友科技股份有限公司2023年股权激励计划预留授予相关事项之独立财务顾问报告 | 2024-09-04 | Chinese | |
| 北京天元(杭州)律师事务所关于三门三友科技股份有限公司2023年股权激励计划预留部分授予事项的法律意见 | 2024-09-04 | Chinese | |
| 2023年股权激励计划权益预留授予公告 | 2024-09-04 | Chinese | |
| 监事会关于公司2023年股权激励计划预留授予相关事项的核查意见 | 2024-09-04 | Chinese | |
| 2023年股权激励计划预留授予激励对象名单(授予日) | 2024-09-04 | Chinese | |
| 北京天元(杭州)律师事务所关于三门三友科技股份有限公司2024年第五次临时股东大会的法律意见 | 2024-09-04 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39872788 | 上海荣正企业咨询服务(集团)股份有限公司关于三门三友科技股份有限公司2023年股权激励计划预留授予相关事项之独立财务顾问报告 | 2024-09-04 | Chinese | ||
| 39872773 | 北京天元(杭州)律师事务所关于三门三友科技股份有限公司2023年股权激励计划预留部分授予事项的法律意见 | 2024-09-04 | Chinese | ||
| 39872755 | 2023年股权激励计划权益预留授予公告 | 2024-09-04 | Chinese | ||
| 39872745 | 监事会关于公司2023年股权激励计划预留授予相关事项的核查意见 | 2024-09-04 | Chinese | ||
| 39872733 | 2023年股权激励计划预留授予激励对象名单(授予日) | 2024-09-04 | Chinese | ||
| 39872725 | 北京天元(杭州)律师事务所关于三门三友科技股份有限公司2024年第五次临时股东大会的法律意见 | 2024-09-04 | Chinese | ||
| 39872715 | 第四届监事会第三次会议决议公告 | 2024-09-04 | Chinese | ||
| 39872706 | 2024年第五次临时股东大会决议公告 | 2024-09-04 | Chinese | ||
| 39872701 | 第四届董事会第三次会议决议公告 | 2024-09-04 | Chinese | ||
| 39872696 | 关于认定核心员工的公告 | 2024-09-04 | Chinese | ||
| 39872691 | 监事会关于公司2023年股权激励计划预留授予激励对象名单的核查意见及公示情况说明 | 2024-08-29 | Chinese | ||
| 39872685 | 监事会关于对拟认定核心员工的核查意见 | 2024-08-29 | Chinese | ||
| 39872677 | 关于调整2023年股权激励计划限制性股票回购价格及预留授予价格的公告 | 2024-08-19 | Chinese | ||
| 39872672 | 第四届监事会第二次会议决议公告 | 2024-08-19 | Chinese | ||
| 39872668 | 第四届董事会第二次会议决议公告 | 2024-08-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
China First Heavy Industries
Produces heavy-duty equipment for nuclear, petrochemical, a…
|
601106 | CN | Manufacturing |
|
Danieli & C
Global supplier of equipment and plants for the entire meta…
|
DAN | IT | Manufacturing |
|
Deem Roll Tech Limited
Designs and manufactures high-performance rolls for the glo…
|
DEEM | IN | Manufacturing |
|
Disa India Ltd.
Provides advanced foundry machinery, molding lines, and sur…
|
DISAQ | IN | Manufacturing |
|
Electrotherm (India) Ltd
Manufactures metallurgical equipment and steel products wit…
|
ELECTHERM | IN | Manufacturing |
|
JOHN COCKERILL INDIA LIMITED
Designs and manufactures advanced equipment and processing …
|
COCKERILL | IN | Manufacturing |
|
KONASOL CO.,LTD
Manufactures fabricated metal products using titanium carbi…
|
176590 | KR | Manufacturing |
|
PARKER CORPORATION
A trading and manufacturing company of industrial products,…
|
9845 | JP | Manufacturing |
|
PyroGenesis Inc.
World leader in advanced plasma processes and sustainable s…
|
PYR | CA | Manufacturing |
|
Qinhuangdao Tianqin Equipment Manufacturing Co.,Ltd.
Develops molten metal purification and casting equipment fo…
|
300922 | CN | Manufacturing |
三友科技 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/58843/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58843 | 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=58843 | 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=58843 \ -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": 58843}, 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 三友科技 (id: 58843)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.