
Zhejiang Chenfeng Technology Co., Ltd. — Investor Relations & Filings
Zhejiang Chenfeng Technology Co., Ltd. specializes in the research, development, manufacturing, and sale of lighting components and accessories. The product portfolio includes lamp caps, lamp holders, LED lead frames, heat sinks, and power supply components. The company provides essential hardware for residential, commercial, and industrial lighting applications, serving as a key supplier for global lighting manufacturers. Chenfeng Technology emphasizes large-scale production efficiency and technical innovation, utilizing advanced manufacturing facilities to ensure product precision and reliability. By integrating multiple stages of the component production process, the company delivers comprehensive solutions that support the development and assembly of energy-efficient LED lighting systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 晨丰科技关于召开2022年度业绩暨现金分红说明会的公告 | 2023-05-15 | Chinese | |
| 晨丰科技关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2023-05-10 | Chinese | |
| 晨丰科技前次募集资金使用情况的专项报告 | 2023-05-09 | Chinese | |
| 晨丰科技关于最近五年未被证券监管部门和交易所处罚或采取监管措施情况的公告 | 2023-05-09 | Chinese | |
| 晨丰科技-简式权益变动报告书(求精投资、香港骥飞、魏一骥) | 2023-05-09 | Chinese | |
| 晨丰科技第三届董事会2023年第一次临时会议决议公告 | 2023-05-09 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 38738990 | 晨丰科技关于召开2022年度业绩暨现金分红说明会的公告 | 2023-05-15 | Chinese | ||
| 38738969 | 晨丰科技关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2023-05-10 | Chinese | ||
| 38738944 | 晨丰科技前次募集资金使用情况的专项报告 | 2023-05-09 | Chinese | ||
| 38738922 | 晨丰科技关于最近五年未被证券监管部门和交易所处罚或采取监管措施情况的公告 | 2023-05-09 | Chinese | ||
| 38738906 | 晨丰科技-简式权益变动报告书(求精投资、香港骥飞、魏一骥) | 2023-05-09 | Chinese | ||
| 38738885 | 晨丰科技第三届董事会2023年第一次临时会议决议公告 | 2023-05-09 | Chinese | ||
| 38738857 | 晨丰科技关于提请股东大会审议同意特定对象免于发出要约的提示性公告 | 2023-05-09 | Chinese | ||
| 38738840 | 晨丰科技关于拟收购股权暨关联交易的公告 | 2023-05-09 | Chinese | ||
| 38738795 | 晨丰科技2023年度向特定对象发行A股股票预案 | 2023-05-09 | Chinese | ||
| 38738756 | 晨丰科技前次募集资金使用情况的专项报告 | 2023-05-09 | Chinese | ||
| 38738638 | 晨丰科技2023年度向特定对象发行A股股票方案论证分析报告 | 2023-05-09 | Chinese | ||
| 38738621 | 晨丰科技关于公司控股股东及实际控制人拟发生变更暨签署《放弃表决权协议》《股份转让协议》及《附条件生效的股份认购协议》的提示性公告 | 2023-05-09 | Chinese | ||
| 38738598 | 晨丰科技关于2023年度向特定对象发行A股股票摊薄即期回报及填补措施和相关主体承诺的公告 | 2023-05-09 | Chinese | ||
| 38738579 | 晨丰科技收购报告书摘要 | 2023-05-09 | Chinese | ||
| 38738563 | 晨丰科技关于控股股东筹划重大事项进展暨复牌公告 | 2023-05-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lighting equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACUITY INC. (DE)
Industrial technology company providing solutions for light…
|
AYI | US | Manufacturing |
|
AG VENTURES LIMITED
Produces LED lighting and electronic components with invest…
|
506579 | IN | Manufacturing |
|
APEX INTEC Co.,LTD.
Manufacturer specializing in LED lighting and renewable ene…
|
207490 | KR | Manufacturing |
|
Artemis Electricals and Projects Limited
Manufactures LED lighting and provides electrical project d…
|
AEPL | IN | Manufacturing |
|
Beghelli
Manufactures lighting equipment and electronic systems for …
|
BGQ | IT | Manufacturing |
|
Bortex Global Limited
Designs, manufactures, and distributes LED lighting product…
|
8118 | HK | Manufacturing |
|
Brilliant AG
European supplier of a wide range of indoor and outdoor lig…
|
BAG | DE | Manufacturing |
|
Calcom Vision Ltd.
ODM and OEM for energy-efficient LED lighting products and …
|
517236 | IN | Manufacturing |
|
CE
Manufacturer of lighting solutions, electrical components, …
|
1611 | TW | Manufacturing |
|
Changzhou Xingyu Automotive Lighting Systems Co., Ltd.
Designs and manufactures automotive lighting and LED system…
|
601799 | CN | Manufacturing |
Zhejiang Chenfeng Technology 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/57776/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57776 | 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=57776 | 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=57776 \ -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": 57776}, 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 Zhejiang Chenfeng Technology Co., Ltd. (id: 57776)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.