Kingfore Energy Group Co.,Ltd. — Investor Relations & Filings
Kingfore Energy Group Co., Ltd. is a global provider of renewable energy solutions, specializing in the research, development, manufacturing, and distribution of solar photovoltaic (PV) products and energy storage systems. The company’s core portfolio includes high-efficiency monocrystalline solar modules, advanced lithium-ion battery storage units, and integrated power conversion systems. Kingfore focuses on delivering end-to-end energy services, ranging from the supply of individual components to the implementation of large-scale Engineering, Procurement, and Construction (EPC) projects for utility-scale and commercial solar farms. By leveraging advanced manufacturing processes and a commitment to technological innovation, the group provides sustainable energy infrastructure designed to optimize power generation and grid stability across international markets. Its solutions cater to residential, industrial, and utility sectors, emphasizing reliability and high energy yield.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司章程(2025年8月) | 2025-08-21 | Chinese | |
| 关于变更注册资本、修订《公司章程》并办理工商变更登记的公告 | 2025-08-21 | Chinese | |
| 半年报监事会决议公告 | 2025-08-21 | Chinese | |
| 中信建投证券股份有限公司关于金房能源集团股份有限公司使用暂时闲置募集资金进行现金管理的核查意见 | 2025-08-21 | Chinese | |
| 金房能源2025年半年度募集资金存放与使用情况专项报告 | 2025-08-21 | Chinese | |
| 关于使用部分暂时闲置自有资金进行现金管理的公告 | 2025-08-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38895459 | 公司章程(2025年8月) | 2025-08-21 | Chinese | ||
| 38895448 | 关于变更注册资本、修订《公司章程》并办理工商变更登记的公告 | 2025-08-21 | Chinese | ||
| 38895438 | 半年报监事会决议公告 | 2025-08-21 | Chinese | ||
| 38895430 | 中信建投证券股份有限公司关于金房能源集团股份有限公司使用暂时闲置募集资金进行现金管理的核查意见 | 2025-08-21 | Chinese | ||
| 38895418 | 金房能源2025年半年度募集资金存放与使用情况专项报告 | 2025-08-21 | Chinese | ||
| 38895411 | 关于使用部分暂时闲置自有资金进行现金管理的公告 | 2025-08-21 | Chinese | ||
| 38895400 | 关于公司持股5%以上股东减持计划期限届满暨减持结果的公告 | 2025-08-19 | Chinese | ||
| 38895397 | 关于公司股东及其一致行动人权益变动至5%以下的提示性公告 | 2025-07-31 | Chinese | ||
| 38895385 | 简式权益变动报告书(领誉基石、马鞍山信裕) | 2025-07-31 | Chinese | ||
| 38895370 | 关于设立全资子公司进展暨完成工商登记的公告 | 2025-07-02 | Chinese | ||
| 38895358 | 关于使用部分暂时闲置募集资金进行现金管理的进展公告 | 2025-06-16 | Chinese | ||
| 38895349 | 金房能源第四届董事会第十五次会议决议公告 | 2025-06-09 | Chinese | ||
| 38895340 | 金房能源第四届监事会第十二次会议决议公告 | 2025-06-09 | Chinese | ||
| 38895327 | 关于对外投资设立全资子公司的公告 | 2025-06-09 | Chinese | ||
| 38895316 | 2024年度权益分派实施公告 | 2025-05-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of solar cells, solar panels and photovoltaic inverters
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALFA SOLAR ENERJİ SANAYİ VE TİCARET A.Ş.
Manufacturer of high-efficiency photovoltaic (PV) solar pan…
|
ALFAS | TR | Manufacturing |
|
Alpex Solar Limited
Manufactures solar PV modules and provides solar water pump…
|
ALPEXSOLAR | IN | Manufacturing |
|
Anji Technology Co., Ltd.
Develops solar modules, metal 3D printing services, and UAV…
|
6477 | TW | Manufacturing |
|
Apollo Power Ltd.
Develops and manufactures flexible photovoltaic solutions l…
|
APLP | IL | Manufacturing |
|
ARISE Technologies Corporation
Developed, manufactured, and integrated high-efficiency PV …
|
APV | CA | Manufacturing |
|
Ascent Solar Technologies, Inc.
Develops flexible, lightweight CIGS thin-film photovoltaic …
|
ASTI | US | Manufacturing |
|
Australian Premium Solar (India) Limited
Manufactures solar PV modules and provides EPC services for…
|
APS | IN | Manufacturing |
|
BILLION ELECTRIC CO., LTD.
Global provider of power electronics, green energy, and com…
|
3027 | TW | Manufacturing |
|
CLEARVUE TECHNOLOGIES LIMITED
Develops transparent solar glass for building-integrated ph…
|
CPV | AU | Manufacturing |
|
Cloud Live Technology Group Co.,Ltd.
Integrates catering management with high-efficiency solar c…
|
002306 | CN | Manufacturing |
Kingfore 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/53961/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53961 | 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=53961 | 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=53961 \ -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": 53961}, 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 Kingfore Energy Group Co.,Ltd. (id: 53961)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.