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-01-24 | Chinese | |
| 关于变更签字注册会计师的公告 | 2025-01-24 | Chinese | |
| 关于公司控股子公司参与竞购平江大唐环保科技有限公司100%股权的进展暨完成工商变更的公告 | 2025-01-17 | Chinese | |
| 关于公司持股5%以上大股东权益变动超过1%暨减持公司股份期限届满减持结果的公告 | 2024-12-10 | Chinese | |
| 关于公司为控股子公司提供担保的公告 | 2024-12-03 | Chinese | |
| 金房能源第四届董事会第十三次会议决议公告 | 2024-12-03 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
3 filings
| |||||
| 38893931 | 关于确认公允价值变动的公告 | 2025-01-24 | Chinese | ||
| 38893917 | 关于变更签字注册会计师的公告 | 2025-01-24 | Chinese | ||
| 38893905 | 关于公司控股子公司参与竞购平江大唐环保科技有限公司100%股权的进展暨完成工商变更的公告 | 2025-01-17 | Chinese | ||
|
2024
12 filings
| |||||
| 38893891 | 关于公司持股5%以上大股东权益变动超过1%暨减持公司股份期限届满减持结果的公告 | 2024-12-10 | Chinese | ||
| 38893885 | 关于公司为控股子公司提供担保的公告 | 2024-12-03 | Chinese | ||
| 38893877 | 金房能源第四届董事会第十三次会议决议公告 | 2024-12-03 | Chinese | ||
| 38893868 | 金房能源第四届监事会第十次会议决议公告 | 2024-12-03 | Chinese | ||
| 38893853 | 关于公司控股子公司参与竞购平江大唐环保科技有限公司100%股权的公告 | 2024-12-03 | Chinese | ||
| 38893840 | 2024年三季度报告 | 2024-10-29 | Chinese | ||
| 38893826 | 2024年半年度权益分派实施公告 | 2024-09-03 | Chinese | ||
| 38893813 | 关于设立全资子公司进展暨完成工商登记的公告 | 2024-09-03 | Chinese | ||
| 38893802 | 关于使用部分暂时闲置募集资金进行现金管理的进展公告 | 2024-09-03 | Chinese | ||
| 38893789 | 关于使用部分暂时闲置募集资金进行现金管理的进展公告 | 2024-08-26 | Chinese | ||
| 38893781 | 关于持股5%以上股东减持股份的预披露公告 | 2024-08-19 | Chinese | ||
| 38893780 | 中信建投证券股份有限公司关于金房能源集团股份有限公司部分募集资金投资项目延期的核查意见 | 2024-08-15 | 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.