
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 |
|---|---|---|---|
| 关于公司未弥补亏损达到实收股本总额三分之一的公告 | 2026-04-27 | Chinese | |
| 关于2025年度计提资产减值准备及核销资产的公告 | 2026-04-27 | Chinese | |
| 关于公司及下属公司2026年度预计担保额度的公告 | 2026-04-27 | Chinese | |
| 关于2025年度拟不进行利润分配的专项说明 | 2026-04-27 | Chinese | |
| 关于营业收入扣除事项的专项核查意见 | 2026-04-27 | Chinese | |
| 2025年年度报告 | 2026-04-27 | Chinese |
Browse filings by year
23 years- 2026 53 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
| |||||
| 44427979 | 关于公司未弥补亏损达到实收股本总额三分之一的公告 | 2026-04-27 | Chinese | ||
| 44427976 | 关于2025年度计提资产减值准备及核销资产的公告 | 2026-04-27 | Chinese | ||
| 44427974 | 关于公司及下属公司2026年度预计担保额度的公告 | 2026-04-27 | Chinese | ||
| 44427972 | 关于2025年度拟不进行利润分配的专项说明 | 2026-04-27 | Chinese | ||
| 44427966 | 关于营业收入扣除事项的专项核查意见 | 2026-04-27 | Chinese | ||
| 44427962 | 2025年年度报告 | 2026-04-27 | Chinese | ||
| 44427960 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 44427959 | 2025年度独立董事述职报告(陈美玲) | 2026-04-27 | Chinese | ||
| 44427955 | 联创电子科技股份有限公司内部控制审计报告 | 2026-04-27 | Chinese | ||
| 44427949 | 2025年度内部控制自我评价报告 | 2026-04-27 | Chinese | ||
| 44427948 | 关于2026年度开展外汇套期保值业务的可行性分析报告 | 2026-04-27 | Chinese | ||
| 44427945 | 关于2026年度开展外汇套期保值业务的公告 | 2026-04-27 | Chinese | ||
| 44427942 | 第九届董事会第十次会议决议公告 | 2026-04-27 | Chinese | ||
| 44427939 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 44427937 | 2025年度董事会工作报告 | 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.