HONGYUAN GREEN ENERGY CO.,LTD. — Investor Relations & Filings
About HONGYUAN GREEN ENERGY CO.,LTD.
HONGYUAN GREEN ENERGY CO.,LTD. specializes in the research, development, and manufacturing of high-efficiency solar photovoltaic (PV) products. The company focuses on the production of advanced solar cells and modules, leveraging N-type TOPCon and other high-performance technologies to enhance energy conversion efficiency. Its product portfolio includes monocrystalline silicon wafers, high-efficiency PV cells, and integrated solar modules designed for utility-scale power plants, commercial installations, and residential applications. By prioritizing technological innovation and sustainable manufacturing processes, the company provides comprehensive clean energy solutions aimed at optimizing power output and reducing the levelized cost of electricity (LCOE). Its operations encompass the entire PV value chain, from material processing to the delivery of turnkey solar energy systems for global markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年第二次临时股东会决议公告 | 2025-12-26 | Chinese | |
| 关于董事会完成换届选举暨聘任高级管理人员的公告 | 2025-12-26 | Chinese | |
| 2025年第二次临时股东会会议资料 | 2025-12-18 | Chinese | |
| 关于转让内蒙古鑫元硅材料科技有限公司股权的进展公告 | 2025-12-15 | Chinese | |
| 第四届董事会提名委员会关于第五届董事会董事候选人任职资格的审查意见 | 2025-12-09 | Chinese | |
| 独立董事提名人声明与承诺(吉卫喜) | 2025-12-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36804702 | 2025年第二次临时股东会决议公告 | 2025-12-26 | Chinese | ||
| 36804701 | 关于董事会完成换届选举暨聘任高级管理人员的公告 | 2025-12-26 | Chinese | ||
| 36804698 | 2025年第二次临时股东会会议资料 | 2025-12-18 | Chinese | ||
| 36804687 | 关于转让内蒙古鑫元硅材料科技有限公司股权的进展公告 | 2025-12-15 | Chinese | ||
| 36804680 | 第四届董事会提名委员会关于第五届董事会董事候选人任职资格的审查意见 | 2025-12-09 | Chinese | ||
| 36804672 | 独立董事提名人声明与承诺(吉卫喜) | 2025-12-09 | Chinese | ||
| 36804664 | 独立董事提名人声明与承诺(武戈) | 2025-12-09 | Chinese | ||
| 36804658 | 独立董事候选人声明与承诺(祝祥军) | 2025-12-09 | Chinese | ||
| 36804651 | 关于选举职工董事的公告 | 2025-12-09 | Chinese | ||
| 36804645 | 关于召开2025年第二次临时股东会的通知 | 2025-12-09 | Chinese | ||
| 36804637 | 独立董事候选人声明与承诺(武戈) | 2025-12-09 | Chinese | ||
| 36804627 | 关于变更注册资本及修订公司《章程》的公告 | 2025-12-09 | Chinese | ||
| 36804620 | 弘元绿色能源股份有限公司章程(2025年12月修订) | 2025-12-09 | Chinese | ||
| 36804610 | 独立董事提名人声明与承诺(祝祥军) | 2025-12-09 | Chinese | ||
| 36804605 | 第四届董事会第三十五次会议决议公告 | 2025-12-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of solar cells, solar panels and photovoltaic inverters
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Glass To Power S.p.A.
Develops and manufactures transparent photovoltaic glass fo…
|
MLGLB | IT | Manufacturing |
|
Golden Solar New Energy Technology Holdings Limited
Diversified manufacturer of advanced solar components, sili…
|
1121 | HK | Manufacturing |
|
GoodWe Technologies Co Ltd.
Manufacturer of photovoltaic inverters and provider of smar…
|
688390 | HK | Manufacturing |
|
GRAND SUNERGY TECH CO.,LTD.
Develops and manufactures high-efficiency N-type heterojunc…
|
603778 | CN | Manufacturing |
|
Hainan Drinda New Energy Technology Co., Ltd.
Specialized PV enterprise developing and manufacturing high…
|
2865 | HK | Manufacturing |
|
Hainan Drinda New Energy Technology Co., Ltd.
Manufactures high-efficiency N-type TOPCon and P-type PERC …
|
002865 | CN | Manufacturing |
|
HANWHA SOLUTIONS CORPORATION
Global provider of solutions in chemicals, renewable energy…
|
009830 | KR | Manufacturing |
|
HD HYUNDAI ENERGY SOLUTIONS CO.,LTD.
Researches, develops, and manufactures photovoltaic (PV) so…
|
322000 | KR | Manufacturing |
|
Hengdian Group DMEGC Magnetics Co.,Ltd.
Manufacturer of magnetic materials, solar products, and lit…
|
002056 | CN | Manufacturing |
|
Hunan Huamin Holdings Co., Ltd
Produces monocrystalline silicon for PV cells and wear-resi…
|
300345 | CN | Manufacturing |
HONGYUAN GREEN ENERGY 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/57488/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57488 | 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=57488 | 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=57488 \ -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": 57488}, 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 HONGYUAN GREEN ENERGY CO.,LTD. (id: 57488)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.