HD Renewable Energy Co., Ltd. — Investor Relations & Filings
HD Renewable Energy (HDRE) is a smart power company specializing in comprehensive green energy solutions. The company operates through an integrated business model encompassing power generation, energy storage, and power sales. Its core activities include solar power plant development, engineering, procurement, and construction (EPC), operation and maintenance (O&M), and green power trading. HDRE leverages its proprietary AI-driven energy management platform, TAITEN, to integrate SaaS, AI, and hardware for optimized energy distribution. The company also manufactures energy storage equipment and electric vehicle (EV) charging infrastructure under its own brand. With a focus on international expansion, HDRE manages a diverse portfolio of renewable assets and provides integrated services for the energy transition, including asset management and power trading forecasting.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司115年第一季財務報告董事會預計召開日期 為115年5月11日 | 2026-04-30 | Chinese | |
| 公告本公司於115年5月13日受邀參加元大證券舉辦之法人說明會 | 2026-04-29 | Chinese | |
| 115年05月法人說明會簡報 | 2026-04-29 | Chinese | |
| 公告本公司董事會決議不繼續辦理114年股東常會 通過之私募普通股案 | 2026-04-24 | Chinese | |
| 代子公司泓德能源科技日本株式会社依公開發行公司 資金貸與及背書保證處理準則第二十二條第一項第三款 規定公告資金貸與事宜 | 2026-04-10 | Chinese | |
| 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 39981251 | 公告本公司115年第一季財務報告董事會預計召開日期 為115年5月11日 | 2026-04-30 | Chinese | ||
| 38406953 | 公告本公司於115年5月13日受邀參加元大證券舉辦之法人說明會 | 2026-04-29 | Chinese | ||
| 38406997 | 115年05月法人說明會簡報 | 2026-04-29 | Chinese | ||
| 36100855 | 公告本公司董事會決議不繼續辦理114年股東常會 通過之私募普通股案 | 2026-04-24 | Chinese | ||
| 33996391 | 代子公司泓德能源科技日本株式会社依公開發行公司 資金貸與及背書保證處理準則第二十二條第一項第三款 規定公告資金貸與事宜 | 2026-04-10 | Chinese | ||
| 33992095 | 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese | ||
| 33989364 | 115年3月營業收入 | 2026-04-10 | Chinese | ||
| 33706923 | 115年03月內部人持股異動(事後) | 2026-04-07 | Chinese | ||
| 33706886 | 115年03月董事會成員及持股 | 2026-04-07 | Chinese | ||
| 33696852 | 公告本公司董事會決議股利分派 | 2026-04-07 | Chinese | ||
| 33696863 | 114年度股利金額(董事會決議) | 2026-04-07 | Chinese | ||
| 33696888 | 公告本公司董事會決議買回庫藏股 | 2026-04-07 | Chinese | ||
| 33696926 | 第1次庫藏股基本資料 | 2026-04-07 | Chinese | ||
| 33164067 | 115年3月27日內部人設質解質 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Electric power generation activities from renewable sources
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GREENHY2 LIMITED
Provides solid-state hydrogen storage and renewable power g…
|
H2G | AU | Electricity, gas, steam and air… |
|
Greenvolt Energias Renovaveis
Renewable energy producer using biomass, solar, wind, and d…
|
GVOLT | PT | Electricity, gas, steam and air… |
|
Grenergy Renovables S.A.
Develops, constructs, and operates large-scale solar and wi…
|
GRE | ES | Electricity, gas, steam and air… |
|
Grupo Ecoener S.A.
Develops and operates renewable hydro, wind, and solar powe…
|
ENER | ES | Electricity, gas, steam and air… |
|
Grupo Greening S.A.
Designs, builds, and operates photovoltaic solar energy pro…
|
GGR | ES | Electricity, gas, steam and air… |
|
G Three Holdings Corporation
Holding company that constructs and operates solar power pl…
|
3647 | JP | Electricity, gas, steam and air… |
|
Guangdong Meiyan Jixiang Hydropower Co.,Ltd.
Operates hydropower stations and diversifies into real esta…
|
600868 | CN | Electricity, gas, steam and air… |
|
GUANGDONG SHAONENG GROUP CO.,LTD
Diversified group focused on clean energy, automotive compo…
|
000601 | CN | Electricity, gas, steam and air… |
|
Guangxi Guiguan Electric Power Co.,Ltd.
Invests in and operates hydropower, thermal, wind, and sola…
|
600236 | CN | Electricity, gas, steam and air… |
|
GuiZhou QianYuan Power Co., Ltd.
Develops and manages hydroelectric, solar, and wind power g…
|
002039 | CN | Electricity, gas, steam and air… |
HD Renewable 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/52649/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52649 | 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=52649 | 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=52649 \ -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": 52649}, 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 HD Renewable Energy Co., Ltd. (id: 52649)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.