
Shanghai Nenghui Technology Co.,Ltd. — Investor Relations & Filings
Shanghai Nenghui Technology Co., Ltd. is a professional provider of comprehensive clean energy solutions, specializing in the development, design, construction, and operation of photovoltaic (PV) power generation systems. The company offers end-to-end services including Engineering, Procurement, and Construction (EPC) for both distributed and centralized PV power plants. Its core business encompasses technical consulting, system integration, and long-term operation and maintenance (O&M) services. Additionally, the firm explores advanced energy technologies such as energy storage systems and microgrid solutions to enhance energy efficiency and reliability. By leveraging technical expertise in renewable energy, the company supports industrial and commercial clients in achieving carbon reduction goals and optimizing energy consumption through sustainable infrastructure development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事2025年度述职报告(王芳) | 2026-04-27 | Chinese | |
| 独立董事2025年度述职报告(钟勇 离任) | 2026-04-27 | Chinese | |
| 董事和高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | |
| 第四届董事会第八次会议决议公告 | 2026-04-27 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38940901 | 独立董事2025年度述职报告(王芳) | 2026-04-27 | Chinese | ||
| 38940893 | 独立董事2025年度述职报告(钟勇 离任) | 2026-04-27 | Chinese | ||
| 38940884 | 董事和高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | ||
| 38940877 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 38940869 | 第四届董事会第八次会议决议公告 | 2026-04-27 | Chinese | ||
| 38940861 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 38940855 | 国泰海通证券股份有限公司关于上海能辉科技股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-27 | Chinese | ||
| 38940846 | 国泰海通证券股份有限公司关于上海能辉科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-27 | Chinese | ||
| 38940838 | 第四届董事会第八次会议决议公告 | 2026-04-27 | Chinese | ||
| 38940836 | 总经理工作细则 | 2026-04-27 | Chinese | ||
| 38940826 | 关于2025年度计提减值准备的公告 | 2026-04-27 | Chinese | ||
| 38940825 | 2025年度募集资金存放与使用情况专项报告 | 2026-04-27 | Chinese | ||
| 38940813 | 2025年年度报告披露的提示性公告 | 2026-04-27 | Chinese | ||
| 38940806 | 关于2025年度利润分配预案的公告 | 2026-04-27 | Chinese | ||
| 38940798 | 董事会对独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Electric power generation activities from renewable sources
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2M Energy Corp.
Develops and implements sustainable energy solutions and en…
|
— | CA | Electricity, gas, steam and air… |
|
2W ECOBANK S.A. - EM RECUPERAÇÃO JUDICIAL
Renewable energy company specializing in wind and solar pow…
|
— | BR | Electricity, gas, steam and air… |
|
360 ENERGY SOLAR S.A.
Develops, constructs, and operates solar parks, energy stor…
|
— | AR | Electricity, gas, steam and air… |
|
7C Solarparken AG
Owner and operator of photovoltaic power plants with a port…
|
HRPK | DE | Electricity, gas, steam and air… |
|
A1 YENİLENEBİLİR ENERJİ ÜRETİM A.Ş.
A renewable energy producer that generates and sells electr…
|
A1YEN | TR | Electricity, gas, steam and air… |
|
A1 YENİLENEBİLİR ENERJİ ÜRETİM A.Ş.
A renewable energy producer generating electricity from a p…
|
KARYE | TR | Electricity, gas, steam and air… |
|
A2a
Manages energy, water, and environmental services for the c…
|
A2A | IT | Electricity, gas, steam and air… |
|
Abalance Corporation
A vertically integrated solar company that manufactures pan…
|
3856 | JP | Electricity, gas, steam and air… |
|
AB ENERGIA S.A.
Generates renewable electricity from biogas and provides EP…
|
— | AR | Electricity, gas, steam and air… |
|
Abengoa S.A.
A company in liquidation that formerly provided solutions f…
|
ABG.P | ES | Electricity, gas, steam and air… |
Shanghai Nenghui Technology 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/56003/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56003 | 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=56003 | 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=56003 \ -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": 56003}, 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 Nenghui Technology Co.,Ltd. (id: 56003)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.