
FOSHAN ELECTRICAL AND LIGHTING CO., LTD — Investor Relations & Filings
Foshan Electrical and Lighting Co., Ltd. specializes in the research, development, and manufacturing of a comprehensive range of lighting products and electrical solutions. The company offers an extensive portfolio including LED bulbs, tubes, panels, and downlights, alongside traditional lighting sources such as fluorescent and halogen lamps. Its product line extends to specialized segments including automotive lighting and electrical accessories like switches and sockets. The company serves diverse applications across residential, commercial, and industrial environments. With a focus on technological innovation and large-scale production, it maintains a significant global presence, distributing products to numerous international markets. The organization prioritizes energy efficiency and high-performance standards across its manufacturing processes and product designs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2025年第二次临时股东会的通知 | 2025-11-20 | Chinese | |
| 《公司章程》修订对比表 | 2025-11-20 | Chinese | |
| 《募集资金管理制度(2025年修订)》 | 2025-11-20 | Chinese | |
| 第十届董事会第十三次会议决议公告 | 2025-10-29 | Chinese | |
| 关于续聘2025年度会计师事务所的公告 | 2025-10-29 | Chinese | |
| 第十届监事会第七次会议决议公告 | 2025-10-29 | Chinese |
Browse filings by year
28 years- 2026 41 filings
- 2025 116 filings
- 2024 146 filings
- 2023 178 filings
- 2022 132 filings
- 2021 230 filings
- 2020 133 filings
- 2019 62 filings
- 2018 65 filings
- 2017 66 filings
- 2016 108 filings
- 2015 119 filings
- 2014 78 filings
- 2013 85 filings
- 2012 141 filings
- 2011 48 filings
- 2010 72 filings
- 2009 36 filings
- 2008 42 filings
- 2007 53 filings
- 2006 51 filings
- 2005 29 filings
- 2004 30 filings
- 2003 17 filings
- 2002 17 filings
- 2001 3 filings
- 1995 1 filing
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42259409 | 关于召开2025年第二次临时股东会的通知 | 2025-11-20 | Chinese | ||
| 42259352 | 《公司章程》修订对比表 | 2025-11-20 | Chinese | ||
| 42259305 | 《募集资金管理制度(2025年修订)》 | 2025-11-20 | Chinese | ||
| 42259260 | 第十届董事会第十三次会议决议公告 | 2025-10-29 | Chinese | ||
| 42259242 | 关于续聘2025年度会计师事务所的公告 | 2025-10-29 | Chinese | ||
| 42259201 | 第十届监事会第七次会议决议公告 | 2025-10-29 | Chinese | ||
| 42259179 | 2025年三季度报告 | 2025-10-29 | Chinese | ||
| 42259135 | 第十届董事会第十二次会议决议公告 | 2025-10-17 | Chinese | ||
| 42259126 | 关于因公开招标形成关联交易的公告 | 2025-10-17 | Chinese | ||
| 42259091 | 第十届董事会第十一次会议决议公告 | 2025-09-29 | Chinese | ||
| 42259059 | 广东灯湖律师事务所关于佛山电器照明股份有限公司2025年第一次临时股东会律师见证之法律意见书 | 2025-09-29 | Chinese | ||
| 42259027 | 2025年第一次临时股东会决议公告 | 2025-09-29 | Chinese | ||
| 42258990 | 关于公司董事长、董事辞职的公告 | 2025-09-28 | Chinese | ||
| 42258975 | 关于召开2025年第一次临时股东会的通知 | 2025-09-12 | Chinese | ||
| 42258938 | 关于公司董事、高级管理人员辞职的公告 | 2025-09-12 | 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 |
FOSHAN ELECTRICAL AND LIGHTING 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/53661/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53661 | 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=53661 | 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=53661 \ -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": 53661}, 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 FOSHAN ELECTRICAL AND LIGHTING CO., LTD (id: 53661)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.