
三维装备 — Investor Relations & Filings
Sanwei Equipment specializes in the design, engineering, and manufacturing of high-end pressure vessels and specialized equipment for the energy and chemical sectors. The company provides a comprehensive range of products, including heat exchangers, reactors, towers, and storage tanks, alongside integrated solutions for sulfur recovery and tail gas treatment. By leveraging advanced research and development, Sanwei Equipment focuses on delivering energy-efficient and environmentally friendly technologies. Its core capabilities encompass technical consulting, equipment fabrication, and EPC services, catering to complex industrial requirements in oil refining and petrochemical processing. The company is recognized for its commitment to technical innovation and high-performance standards in demanding operational environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 拟续聘2026年度会计师事务所公告 | 2026-04-22 | Chinese | |
| 公证天业会计师事务所(特殊普通合伙)2025年度履职情况评估报告 | 2026-04-22 | Chinese | |
| 公证天业会计师事务所(特殊普通合伙)关于镇江三维输送装备股份有限公司2025年度募集资金存放与使用情况鉴证报告 | 2026-04-22 | Chinese | |
| 2025年年度报告摘要 | 2026-04-22 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-20 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-14 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39737913 | 拟续聘2026年度会计师事务所公告 | 2026-04-22 | Chinese | ||
| 39737900 | 公证天业会计师事务所(特殊普通合伙)2025年度履职情况评估报告 | 2026-04-22 | Chinese | ||
| 39737897 | 公证天业会计师事务所(特殊普通合伙)关于镇江三维输送装备股份有限公司2025年度募集资金存放与使用情况鉴证报告 | 2026-04-22 | Chinese | ||
| 39737665 | 2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 39737647 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-20 | Chinese | ||
| 34845119 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-14 | Chinese | ||
| 39737640 | 第四届董事会第十五次会议决议公告 | 2026-04-08 | Chinese | ||
| 39737632 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-08 | Chinese | ||
| 39737616 | 关于公司拟购买土地使用权的公告 | 2026-04-08 | Chinese | ||
| 39737609 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的提示性公告 | 2026-04-01 | Chinese | ||
| 39737597 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的提示性公告 | 2026-03-24 | Chinese | ||
| 39737585 | 2025年年度业绩快报公告 | 2026-02-25 | Chinese | ||
| 39737574 | 股东拟减持股份的预披露公告(再次披露) | 2026-01-15 | Chinese | ||
| 39737566 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-01-11 | Chinese | ||
| 39737552 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-01-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Guangdong Nedfon Air System Co., Ltd.
Develops and manufactures energy-efficient ventilation prod…
|
301043 | CN | Manufacturing |
|
GUANGDONG SENSSUN WEIGHING APPARATUS GROUP LTD.
Manufactures electronic weighing instruments and smart heal…
|
002870 | CN | Manufacturing |
|
Guangdong Shenling Environmental Systems Co., Ltd.
Provides industrial environmental control systems and therm…
|
301018 | CN | Manufacturing |
|
Guangdong Topstar Technology Co.,Ltd
Manufactures industrial robots, CNC machines, and intellige…
|
300607 | CN | Manufacturing |
|
Guangzhou Goaland Energy Conservation Tech Co., Ltd.
Provides cooling systems and thermal management for power e…
|
300499 | CN | Manufacturing |
|
Guangzhou Risong Intelligent Technology Holding Co., Ltd.
Provides industrial robotics and automated production solut…
|
688090 | CN | Manufacturing |
|
GUANGZHOU TECH-LONG PACKAGING MACHINERY CO., LTD.
Designs and manufactures automated liquid packaging solutio…
|
002209 | CN | Manufacturing |
|
Guoanda Co., Ltd.
Develops automatic fire suppression systems and emergency r…
|
300902 | CN | Manufacturing |
|
HANGZHOU FORTUNE GAS CRYOGENIC GROUP CO., LTD.
Provides cryogenic equipment, Air Separation Units, and LNG…
|
603173 | CN | Manufacturing |
|
Hangzhou Jizhi Mechatronic Co., Ltd.
Specializes in automatic balancing machines and high-precis…
|
300553 | 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/58933/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58933 | 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=58933 | 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=58933 \ -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": 58933}, 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: 58933)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.