
Shenwu Energy Saving Co., Ltd. — Investor Relations & Filings
Shenwu Energy Saving Co., Ltd. specializes in providing comprehensive energy-saving and environmental protection solutions for heavy industrial sectors. The company focuses on the research, development, and application of advanced thermal engineering technologies designed to improve energy efficiency and reduce industrial emissions. Its core offerings include regenerative combustion systems, high-temperature oxidation technology, and integrated waste heat recovery solutions. These technologies are primarily applied in steel, non-ferrous metallurgy, and chemical production to optimize thermal processes and minimize environmental impact. By leveraging proprietary engineering designs, the company assists industrial clients in achieving significant reductions in fuel consumption and atmospheric pollutants, supporting the transition toward more sustainable and resource-efficient manufacturing practices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 重大信息内部报告制度 | 2025-04-28 | Chinese | |
| 关于公司董事、高级管理人员辞职及增补非独立董事的公告 | 2025-04-28 | Chinese | |
| 舆情管理制度 | 2025-04-28 | Chinese | |
| 年度股东大会通知 | 2025-04-28 | Chinese | |
| 独董自查情况报告(钱传海) | 2025-04-28 | Chinese | |
| 2024年度营业收入扣除情况表专项审核报告 | 2025-04-28 | Chinese |
Browse filings by year
27 years- 2026 71 filings
- 2025 117 filings
- 2024 117 filings
- 2023 92 filings
- 2022 139 filings
- 2021 164 filings
- 2020 184 filings
- 2019 141 filings
- 2018 136 filings
- 2017 142 filings
- 2016 180 filings
- 2015 161 filings
- 2014 177 filings
- 2013 100 filings
- 2012 167 filings
- 2011 77 filings
- 2010 77 filings
- 2009 42 filings
- 2008 30 filings
- 2007 53 filings
- 2006 69 filings
- 2005 42 filings
- 2004 18 filings
- 2003 26 filings
- 2002 19 filings
- 2001 9 filings
- 1998 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43900949 | 重大信息内部报告制度 | 2025-04-28 | Chinese | ||
| 43900936 | 关于公司董事、高级管理人员辞职及增补非独立董事的公告 | 2025-04-28 | Chinese | ||
| 43900925 | 舆情管理制度 | 2025-04-28 | Chinese | ||
| 43900914 | 年度股东大会通知 | 2025-04-28 | Chinese | ||
| 43900902 | 独董自查情况报告(钱传海) | 2025-04-28 | Chinese | ||
| 43900888 | 2024年度营业收入扣除情况表专项审核报告 | 2025-04-28 | Chinese | ||
| 43900870 | 独董自查情况报告(翟浩) | 2025-04-28 | Chinese | ||
| 43900858 | 年度关联方资金占用专项审计报告 | 2025-04-28 | Chinese | ||
| 43900843 | 独立董事年度述职报告 | 2025-04-28 | Chinese | ||
| 43900829 | 年度财务报表 | 2025-04-28 | Chinese | ||
| 43897916 | 2024年年度报告摘要 | 2025-04-28 | Chinese | ||
| 43897894 | 关于前期会计差错更正的公告 | 2025-04-28 | Chinese | ||
| 43897869 | 2024年度独立董事述职报告(翟浩-已离任) | 2025-04-28 | Chinese | ||
| 43897851 | 内部控制审计报告 | 2025-04-28 | Chinese | ||
| 43897830 | 关于公司 2025年度预计申请授信额度的公告 | 2025-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Architectural and engineering, and related technical consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3S INDUSTRY GROUP INC.
Integrates RS, GIS, and GNSS technologies for surveying and…
|
605305 | CN | Professional, scientific and te… |
|
ABIST Co.,Ltd.
A technology services company specializing in industrial de…
|
6087 | JP | Professional, scientific and te… |
|
ABL Group
Global consultancy providing technical solutions for the en…
|
ABL | NO | Professional, scientific and te… |
|
ABO-Group Environment NV
Engineering and consultancy firm for geotechnics, environme…
|
ABO | BE | Professional, scientific and te… |
|
Academy of Environmental Planning and Design, Co.,Ltd., Nanjing University
University-affiliated environmental consulting, engineering…
|
300864 | CN | Professional, scientific and te… |
|
Acceleware Ltd.
Provides advanced EM heating solutions for industrial appli…
|
AXE | CA | Professional, scientific and te… |
|
ADNEO LIMITED
Engineering services for embedded systems, hardware design,…
|
AD1 | AU | Professional, scientific and te… |
|
ADVANCED SYSTEMS AUTOMATION LIMITED
Manufactures automated backend equipment for semiconductor …
|
5TY | SG | Professional, scientific and te… |
|
AECOM
A global infrastructure consulting firm providing services …
|
ACM | US | Professional, scientific and te… |
|
AEROMETREX LIMITED
Provides high-resolution aerial photography, LiDAR surveys,…
|
AMX | AU | Professional, scientific and te… |
Shenwu Energy Saving 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/53840/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53840 | 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=53840 | 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=53840 \ -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": 53840}, 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 Shenwu Energy Saving Co., Ltd. (id: 53840)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.