Luenmei Quantum Co.,Ltd — Investor Relations & Filings
About Luenmei Quantum Co.,Ltd
Luenmei Quantum Co., Ltd. specializes in the provision of integrated clean energy solutions, focusing on high-efficiency district heating, cooling, and power generation. The company operates extensive energy infrastructure, utilizing advanced technologies such as Combined Heat and Power (CHP), industrial waste heat recovery, and biomass energy. Its core services include the supply of residential heating and industrial steam, supported by a sophisticated digital management platform for energy distribution. Luenmei Quantum is committed to decarbonization through the exploration of hydrogen energy and geothermal resources. By optimizing energy conversion and minimizing environmental impact, the company serves large-scale urban and industrial developments, positioning itself as a leader in sustainable energy management and efficient resource utilization.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 联美量子股份有限公司董事会关于独立董事独立性情况的专项报告 | 2025-04-29 | Chinese | |
| 联美量子股份有限公司2024年度内部控制评价报告 | 2025-04-29 | Chinese | |
| 联美量子股份有限公司第九届董事会第六次会议决议公告 | 2025-04-29 | Chinese | |
| 联美量子股份有限公司2024年度董事会工作报告 | 2025-04-29 | Chinese | |
| 2024年独立董事述职报告-张多蕾 | 2025-04-29 | Chinese | |
| 联美量子股份有限公司第九届监事会第三次会议决议公告 | 2025-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40456998 | 联美量子股份有限公司董事会关于独立董事独立性情况的专项报告 | 2025-04-29 | Chinese | ||
| 40456991 | 联美量子股份有限公司2024年度内部控制评价报告 | 2025-04-29 | Chinese | ||
| 40456979 | 联美量子股份有限公司第九届董事会第六次会议决议公告 | 2025-04-29 | Chinese | ||
| 40456960 | 联美量子股份有限公司2024年度董事会工作报告 | 2025-04-29 | Chinese | ||
| 40456950 | 2024年独立董事述职报告-张多蕾 | 2025-04-29 | Chinese | ||
| 40456816 | 联美量子股份有限公司第九届监事会第三次会议决议公告 | 2025-04-29 | Chinese | ||
| 40456805 | 联美量子股份有限公司2024年度审计委员会履职报告 | 2025-04-29 | Chinese | ||
| 40456784 | 关于联美量子股份有限公司非经营性资金占用及其他关联方资金往来情况的专项报告 | 2025-04-29 | Chinese | ||
| 40456730 | 联美量子股份有限公司关于续聘会计师事务所的公告 | 2025-04-29 | Chinese | ||
| 40456722 | 2024年独立董事述职报告-唐大鹏 | 2025-04-29 | Chinese | ||
| 40456619 | 联美量子股份有限公司2024年度利润分配方案公告 | 2025-04-29 | Chinese | ||
| 40456607 | 联美量子股份有限公司审计报告 | 2025-04-29 | Chinese | ||
| 40456446 | 联美量子股份有限公司关于 2024 年度会计师事务所履职情况评估报告 | 2025-04-29 | Chinese | ||
| 40456445 | 联美量子股份有限公司关于“收购山东菏泽福林热力科技有限公司66%股权并持续投入项目建设资金”项目结项的公告 | 2025-04-29 | Chinese | ||
| 40456428 | 联美量子股份有限公司2024年环境、社会和公司治理报告(英文版) | 2025-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Steam and air conditioning supply
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1414 DEGREES LIMITED
Develops silicon-based thermal energy storage for industria…
|
14D | AU | Electricity, gas, steam and air… |
|
A.B.P. Nocivelli
ESCo offering energy efficiency, facility management, and c…
|
ABP | IT | Electricity, gas, steam and air… |
|
Acinque S.p.A.
A multi-utility company providing energy, water, and enviro…
|
AC5 | IT | Electricity, gas, steam and air… |
|
Arverne Group
Energy transition company specializing in geothermal energy…
|
ARVEN | FR | Electricity, gas, steam and air… |
|
Beijing Jingneng Thermal Co., Ltd.
Invests in, constructs, and operates centralized heating sy…
|
002893 | CN | Electricity, gas, steam and air… |
|
Causeway Energy Corporation
Technology-driven service specializing in decarbonizing ind…
|
CUW | CA | Electricity, gas, steam and air… |
|
CHYY Development Group Limited
Specializes in shallow ground source energy solutions, equi…
|
8128 | HK | Electricity, gas, steam and air… |
|
Dalian Thermal Power Co.,Ltd.
Provides thermal energy and electricity via combined heat a…
|
600719 | CN | Electricity, gas, steam and air… |
|
Fernheizwerk Neukölln AG
Energy provider supplying district heating and electricity …
|
FHW | DE | Electricity, gas, steam and air… |
|
Hangzhou Cogeneration Group Co., Ltd.
Provides centralized heating, steam, and electricity via co…
|
605011 | CN | Electricity, gas, steam and air… |
Luenmei Quantum 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/56533/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56533 | 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=56533 | 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=56533 \ -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": 56533}, 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 Luenmei Quantum Co.,Ltd (id: 56533)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.