
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 |
|---|---|---|---|
| 晨丰科技参与投资设立海宁芯潮股权投资合伙企业(有限合伙)的公告 | 2021-10-13 | Chinese | |
| 晨丰科技关于使用部分闲置募集资金购买理财产品的公告 | 2021-10-11 | Chinese | |
| 晨丰科技关于对控股子公司提供担保的进展公告 | 2021-09-27 | Chinese | |
| 晨丰科技公开发行可转换公司债券上市公告书 | 2021-09-14 | Chinese | |
| 中德证券关于晨丰科技可转换公司债券募集资金使用有关事项的核查意见 | 2021-09-12 | Chinese | |
| 晨丰科技独立董事关于第二届董事会2021年第五次临时会议相关事项的独立意见 | 2021-09-12 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 38732293 | 晨丰科技参与投资设立海宁芯潮股权投资合伙企业(有限合伙)的公告 | 2021-10-13 | Chinese | ||
| 38732278 | 晨丰科技关于使用部分闲置募集资金购买理财产品的公告 | 2021-10-11 | Chinese | ||
| 38732263 | 晨丰科技关于对控股子公司提供担保的进展公告 | 2021-09-27 | Chinese | ||
| 38732250 | 晨丰科技公开发行可转换公司债券上市公告书 | 2021-09-14 | Chinese | ||
| 38732207 | 中德证券关于晨丰科技可转换公司债券募集资金使用有关事项的核查意见 | 2021-09-12 | Chinese | ||
| 38732198 | 晨丰科技独立董事关于第二届董事会2021年第五次临时会议相关事项的独立意见 | 2021-09-12 | Chinese | ||
| 38732180 | 晨丰科技第二届董事会2021年第五次临时会议决议公告 | 2021-09-12 | Chinese | ||
| 38732143 | 晨丰科技关于使用募集资金置换预先投入募投项目的自筹资金的公告 | 2021-09-12 | Chinese | ||
| 38732129 | 晨丰科技第二届监事会2021年第五次临时会议决议公告 | 2021-09-12 | Chinese | ||
| 38732110 | 天健会计师事务所关于晨丰科技以自筹资金预先投入募投项目的鉴证报告 | 2021-09-12 | Chinese | ||
| 38732062 | 晨丰科技关于使用可转换公司债券募集资金向控股子公司提供借款用于实施募投项目的公告 | 2021-09-12 | Chinese | ||
| 38732049 | 晨丰科技关于使用闲置募集资金进行现金管理的公告 | 2021-09-12 | Chinese | ||
| 38732028 | 晨丰科技关于签订募集资金专户存储三方及四方监管协的公告 | 2021-09-07 | Chinese | ||
| 38732014 | 晨丰科技公开发行可转换公司债券发行结果公告 | 2021-08-26 | Chinese | ||
| 38732000 | 晨丰科技2021年半年度报告摘要 | 2021-08-25 | 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.