Wuxi Huaguang Environment & Energy Group Co.,Ltd. — Investor Relations & Filings
About Wuxi Huaguang Environment & Energy Group Co.,Ltd.
Wuxi Huaguang Environment & Energy Group Co.,Ltd. specializes in the design, manufacture, and operation of high-efficiency energy and environmental protection equipment. The company's core portfolio includes utility boilers, industrial boilers, and specialized waste-to-energy systems, with a particular focus on circulating fluidized bed (CFB) technology and biomass combustion. Beyond equipment manufacturing, the group provides integrated solutions for flue gas purification, water treatment, and municipal solid waste management. It offers comprehensive Engineering, Procurement, and Construction (EPC) services for thermal and renewable power projects. By leveraging advanced thermal energy technologies, the company serves global markets in power generation and industrial manufacturing, focusing on energy conservation and emission reduction through integrated energy-environmental service models.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华光环能2025年度内部控制评价报告 | 2026-04-28 | Chinese | |
| 无锡华光环保能源集团股份有限公司第九届董事会第七次会议决议公告 | 2026-04-28 | Chinese | |
| 无锡华光环保能源集团股份有限公司2026年第一季度报告 | 2026-04-28 | Chinese | |
| 无锡华光环保能源集团股份有限公司2025年度审计报告 | 2026-04-28 | Chinese | |
| 无锡华光环保能源集团股份有限公司2025年度独立董事述职报告(李激) | 2026-04-28 | Chinese | |
| 国联财务有限责任公司2025年度风险评估专项审核报告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40981366 | 华光环能2025年度内部控制评价报告 | 2026-04-28 | Chinese | ||
| 40981356 | 无锡华光环保能源集团股份有限公司第九届董事会第七次会议决议公告 | 2026-04-28 | Chinese | ||
| 40981346 | 无锡华光环保能源集团股份有限公司2026年第一季度报告 | 2026-04-28 | Chinese | ||
| 40981336 | 无锡华光环保能源集团股份有限公司2025年度审计报告 | 2026-04-28 | Chinese | ||
| 40981180 | 无锡华光环保能源集团股份有限公司2025年度独立董事述职报告(李激) | 2026-04-28 | Chinese | ||
| 40981120 | 国联财务有限责任公司2025年度风险评估专项审核报告 | 2026-04-28 | Chinese | ||
| 40981016 | 无锡华光环保能源集团股份有限公司2025年年度报告 | 2026-04-28 | Chinese | ||
| 40980968 | 无锡华光环保能源集团股份有限公司关于公司副总经理离任的公告 | 2026-04-28 | Chinese | ||
| 40980962 | 无锡华光环保能源集团股份有限公司关于2026年以自有闲置资金购买银行理财产品的公告 | 2026-04-28 | Chinese | ||
| 40980958 | 无锡华光环保能源集团股份有限公司2025年度环境、社会和公司治理(ESG)报告摘要 | 2026-04-28 | Chinese | ||
| 40980948 | 无锡华光环保能源集团股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-28 | Chinese | ||
| 40980669 | 无锡华光环保能源集团股份有限公司关于子公司项目中标的公告 | 2026-04-21 | Chinese | ||
| 40980653 | 无锡华光环保能源集团股份有限公司关于为参股公司提供担保的进展公告 | 2026-04-21 | Chinese | ||
| 40980651 | 无锡华光环保能源集团股份有限公司关于中期票据、超短期融资券发行结果的公告 | 2026-04-02 | Chinese | ||
| 40980646 | 无锡华光环保能源集团股份有限公司2026年第一次临时股东会决议公告 | 2026-02-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of steam generators, except central heating hot water boilers
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
China Western Power Industrial Co.,Ltd.
Manufactures power equipment and provides EPC services for …
|
002630 | CN | Manufacturing |
|
Energoinstal S.A.
Manufacturer of boiler equipment and turnkey solutions for …
|
ENI | PL | Manufacturing |
|
Guangzhou Devotion Thermal Technology Co.,Ltd.
Manufactures high-efficiency thermal energy equipment and c…
|
300335 | CN | Manufacturing |
|
ISGEC Heavy Engineering Limited
Diversified engineering firm providing industrial products …
|
ISGEC | IN | Manufacturing |
|
KMM AD
Specializes in marine and industrial machine-building, maki…
|
KMM | BG | Manufacturing |
|
RongFa Nuclear Equipment Co., Ltd.
Produces high-performance nuclear components using advanced…
|
002366 | CN | Manufacturing |
|
Suzhou Hailu Heavy Industry Co., Ltd
Manufactures waste heat boilers, pressure vessels, and nucl…
|
002255 | CN | Manufacturing |
|
Xizi Clean Energy Equipment Manufacturing Co., Ltd.
Manufactures high-efficiency waste heat recovery and clean …
|
002534 | CN | Manufacturing |
|
ZHEJIANG LIJU THERMAL EQUIPMENT CO., LTD.
Manufacturer of high-efficiency vacuum boilers and low-NOx …
|
603391 | CN | Manufacturing |
Wuxi Huaguang Environment & Energy Group 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/56747/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56747 | 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=56747 | 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=56747 \ -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": 56747}, 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 Wuxi Huaguang Environment & Energy Group Co.,Ltd. (id: 56747)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.