Cloud Live Technology Group Co.,Ltd. — Investor Relations & Filings
Cloud Live Technology Group Co.,Ltd. operates a diversified business model that integrates service management with high-tech manufacturing. The company provides comprehensive catering services and management solutions while expanding its operations into the renewable energy sector. Its core technological focus involves the research, development, and production of high-efficiency N-type monocrystalline silicon solar cells, specifically utilizing Tunnel Oxide Passivated Contact (TOPCon) technology. The group also utilizes internet-based platforms and data analytics to enhance operational efficiency across its business segments. By pivoting towards advanced manufacturing and sustainable energy solutions, the company focuses on delivering high-performance photovoltaic products and integrated service management to its target markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2023年第五次临时股东大会的通知 | 2023-08-15 | Chinese | |
| 关于证券事务代表辞职的公告 | 2023-08-15 | Chinese | |
| 重庆市微音文化传媒有限公司审计报告 | 2023-08-15 | Chinese | |
| 独立董事关于第五届董事会2023年第十次(临时)会议相关事项的独立意见 | 2023-08-15 | Chinese | |
| 中科云网科技集团股份有限公司拟进行股权转让所涉及的重庆市微音文化传媒有限公司股东全部权益价值项目资产评估报告 | 2023-08-15 | Chinese | |
| 关于控股子公司签署重大合同的公告 | 2023-08-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 35399801 | 关于召开2023年第五次临时股东大会的通知 | 2023-08-15 | Chinese | ||
| 35399791 | 关于证券事务代表辞职的公告 | 2023-08-15 | Chinese | ||
| 35399781 | 重庆市微音文化传媒有限公司审计报告 | 2023-08-15 | Chinese | ||
| 35399487 | 独立董事关于第五届董事会2023年第十次(临时)会议相关事项的独立意见 | 2023-08-15 | Chinese | ||
| 35399477 | 中科云网科技集团股份有限公司拟进行股权转让所涉及的重庆市微音文化传媒有限公司股东全部权益价值项目资产评估报告 | 2023-08-15 | Chinese | ||
| 35399462 | 关于控股子公司签署重大合同的公告 | 2023-08-07 | Chinese | ||
| 35399452 | 2023年第四次临时股东大会决议公告 | 2023-08-04 | Chinese | ||
| 35399441 | 北京市炜衡律师事务所关于中科云网科技集团股份有限公司2023年第四次临时股东大会之法律意见书 | 2023-08-04 | Chinese | ||
| 35399432 | 关于召开2023年第四次临时股东大会的提示性公告 | 2023-07-28 | Chinese | ||
| 35399421 | 2022年限制性股票激励计划实施考核管理办法(修订稿) | 2023-07-18 | Chinese | ||
| 35399410 | 北京市炜衡律师事务所关于中科云网科技集团股份有限公司2022年限制性股票激励计划调整事项之法律意见书 | 2023-07-18 | Chinese | ||
| 35399401 | 关于变更经营宗旨、经营范围及修改《公司章程》并授权董事会办理工商变更登记的公告 | 2023-07-18 | Chinese | ||
| 35399387 | 关于调整2022年限制性股票激励计划公司层面部分业绩考核指标的公告 | 2023-07-18 | Chinese | ||
| 35399378 | 第五届董事会2023年第九次(临时)会议决议公告 | 2023-07-18 | Chinese | ||
| 35399369 | 独立董事关于第五届董事会2023年第九次(临时)会议相关事项的独立意见 | 2023-07-18 | 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 |
|
Comtec Solar Systems Group Limited
Specialized manufacturer of monocrystalline solar ingots an…
|
712 | KY | Manufacturing |
Cloud Live Technology 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/54355/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54355 | 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=54355 | 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=54355 \ -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": 54355}, 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 Cloud Live Technology Group Co.,Ltd. (id: 54355)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.