
LianChuang Electronic Technology Co.,Ltd — Investor Relations & Filings
LianChuang Electronic Technology Co., Ltd. specializes in the research, development, and manufacturing of high-precision optical components and electronic products. The company’s core portfolio includes optical lenses, camera modules, and touch display integrated modules. It serves diverse sectors such as mobile communications, automotive electronics, and smart wearables. Notably, the firm is a key supplier of automotive-grade lenses for advanced driver-assistance systems (ADAS) and autonomous driving platforms. Its technical expertise extends to high-definition action camera lenses, VR/AR optical solutions, and sophisticated touch-control technologies. By integrating design, precision molding, and assembly, the company provides comprehensive optoelectronic solutions to global technology brands, focusing on miniaturization and high-performance imaging capabilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 联创电子科技股份有限公司章程(经2025年年度股东会审议通过) | 2026-05-20 | Chinese | |
| 关于独立董事辞职的公告 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 关于公司提供担保的进展公告 | 2026-05-11 | Chinese | |
| 关于控股股东股份补充质押的公告 | 2026-05-11 | Chinese | |
| 2025年度独立董事述职报告(王金本) | 2026-04-27 | Chinese |
Browse filings by year
23 years- 2026 52 filings
- 2025 170 filings
- 2024 198 filings
- 2023 174 filings
- 2022 250 filings
- 2021 184 filings
- 2020 205 filings
- 2019 167 filings
- 2018 174 filings
- 2017 148 filings
- 2016 140 filings
- 2015 181 filings
- 2014 83 filings
- 2013 58 filings
- 2012 52 filings
- 2011 37 filings
- 2010 47 filings
- 2009 32 filings
- 2008 52 filings
- 2007 63 filings
- 2006 68 filings
- 2005 56 filings
- 2004 24 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46702159 | 联创电子科技股份有限公司章程(经2025年年度股东会审议通过) | 2026-05-20 | Chinese | ||
| 46701305 | 关于独立董事辞职的公告 | 2026-05-20 | Chinese | ||
| 46701304 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 45017187 | 关于公司提供担保的进展公告 | 2026-05-11 | Chinese | ||
| 45016985 | 关于控股股东股份补充质押的公告 | 2026-05-11 | Chinese | ||
| 44428010 | 2025年度独立董事述职报告(王金本) | 2026-04-27 | Chinese | ||
| 44428008 | 关于提请股东会授权董事会办理小额快速融资相关事宜的公告 | 2026-04-27 | Chinese | ||
| 44428006 | 关于累计诉讼、仲裁情况的公告 | 2026-04-27 | Chinese | ||
| 44428004 | 关于对会计师事务所2025年度履职情况评估报告及审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-27 | Chinese | ||
| 44428001 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 44427991 | 关于拟续聘公司2026年度审计机构的公告 | 2026-04-27 | Chinese | ||
| 44427990 | 2025年度独立董事述职报告(饶立新) | 2026-04-27 | Chinese | ||
| 44427985 | 控股股东及其他关联方资金占用情况的专项说明 | 2026-04-27 | Chinese | ||
| 44427982 | 董事会对独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | ||
| 44427979 | 关于公司未弥补亏损达到实收股本总额三分之一的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of optical instruments and photographic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABILITY
ODM and EMS provider of advanced optical and digital imagin…
|
2374 | TW | Manufacturing |
|
Advanced Fiber Resources (Zhuhai), Ltd.
Manufacturer of high-power passive optical components for l…
|
300620 | CN | Manufacturing |
|
aiPlex
Specializes in digital imaging and automotive safety, focus…
|
6225 | TW | Manufacturing |
|
Aksh Optifibre Ltd.
Global manufacturer of optical fiber, cables, FRP rods, and…
|
AKSHOPTFBR | IN | Manufacturing |
|
Altek
Provider of digital imaging solutions and AI edge vision fo…
|
3059 | TW | Manufacturing |
|
APOGEE
Manufactures thin-film filters and optical components for t…
|
6426 | TW | Manufacturing |
|
Appotronics Corporation Limited
Develops ALPD laser display technology for cinema, home, an…
|
688007 | CN | Manufacturing |
|
ARASHI VISION INC.
Develops 360-degree cameras, action cameras, and profession…
|
688775 | CN | Manufacturing |
|
ASIA
Manufacturer of precision optical components, lenses, and o…
|
3019 | TW | Manufacturing |
|
Asukanet Company,Limited
Offers photo printing, funeral imaging, aerial display tech…
|
2438 | JP | Manufacturing |
LianChuang Electronic 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/54099/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54099 | 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=54099 | 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=54099 \ -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": 54099}, 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 LianChuang Electronic Technology Co.,Ltd (id: 54099)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.