Shanghai Supezet Engineering Technology Corp., Ltd. — Investor Relations & Filings
About Shanghai Supezet Engineering Technology Corp., Ltd.
Shanghai Supezet Engineering Technology Corp., Ltd. specializes in the research, development, design, and manufacturing of high-end energy-saving and environmental protection equipment. The company provides integrated engineering solutions and technical services primarily for the petrochemical, chemical, and energy sectors. Its core product portfolio includes advanced heat exchangers, pressure vessels, and modular process units designed to optimize thermal efficiency and reduce industrial emissions. Supezet focuses on technological innovation in heat transfer and energy recovery, offering customized equipment that meets rigorous international standards. By integrating engineering design with precision manufacturing, the company supports large-scale industrial projects with specialized components and systems aimed at enhancing operational sustainability and process performance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海市锦天城律师事务所关于上海卓然工程技术股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-08-05 | Chinese | |
| 关于2025年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2025-08-05 | Chinese | |
| 监事会关于公司2025年限制性股票激励计划激励对象名单的审核意见及公示情况的说明 | 2025-07-27 | Chinese | |
| 上海市锦天城律师事务所关于上海卓然工程技术股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-07-25 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-07-25 | Chinese | |
| 2025年第二次临时股东大会会议资料 | 2025-07-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39315428 | 上海市锦天城律师事务所关于上海卓然工程技术股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-08-05 | Chinese | ||
| 39315423 | 关于2025年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2025-08-05 | Chinese | ||
| 39315416 | 监事会关于公司2025年限制性股票激励计划激励对象名单的审核意见及公示情况的说明 | 2025-07-27 | Chinese | ||
| 39315415 | 上海市锦天城律师事务所关于上海卓然工程技术股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-07-25 | Chinese | ||
| 39315407 | 2025年第一次临时股东大会决议公告 | 2025-07-25 | Chinese | ||
| 39315402 | 2025年第二次临时股东大会会议资料 | 2025-07-25 | Chinese | ||
| 39315394 | 关于召开2025年第二次临时股东大会的通知 | 2025-07-18 | Chinese | ||
| 39315389 | 第三届监事会第十九次会议决议公告 | 2025-07-16 | Chinese | ||
| 39315384 | 上海市锦天城律师事务所关于上海卓然工程技术股份有限公司2025 年限制性股票激励计划(草案)之法律意见书 | 2025-07-16 | Chinese | ||
| 39315378 | 上海卓然工程技术股份有限公司2025年限制性股票激励计划激励对象名单 | 2025-07-16 | Chinese | ||
| 39315373 | 第三届董事会第二十一次会议决议公告 | 2025-07-16 | Chinese | ||
| 39315370 | 2025年限制性股票激励计划(草案)摘要公告 | 2025-07-16 | Chinese | ||
| 39315364 | 2025年限制性股票激励计划实施考核管理办法 | 2025-07-16 | Chinese | ||
| 39315360 | 监事会关于2025年限制性股票激励计划相关事项的核查意见 | 2025-07-16 | Chinese | ||
| 39315356 | 2025年限制性股票激励计划(草案) | 2025-07-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Shanghai Supezet Engineering Technology Corp., 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/58165/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58165 | 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=58165 | 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=58165 \ -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": 58165}, 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 Shanghai Supezet Engineering Technology Corp., Ltd. (id: 58165)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.