
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 |
|---|---|---|---|
| 2024年年度股东会决议公告 | 2025-05-16 | Chinese | |
| 江西华邦律师事务所关于联创电子科技股份有限公司2024年年度股东会的法律意见书 | 2025-05-16 | Chinese | |
| 关于公司提供担保的进展公告 | 2025-05-09 | Chinese | |
| 年度股东大会通知 | 2025-04-25 | Chinese | |
| 关于会计政策变更的公告 | 2025-04-25 | Chinese | |
| 关于2024年度计提资产减值准备及核销资产的公告 | 2025-04-25 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44426795 | 2024年年度股东会决议公告 | 2025-05-16 | Chinese | ||
| 44426781 | 江西华邦律师事务所关于联创电子科技股份有限公司2024年年度股东会的法律意见书 | 2025-05-16 | Chinese | ||
| 44426768 | 关于公司提供担保的进展公告 | 2025-05-09 | Chinese | ||
| 44426748 | 年度股东大会通知 | 2025-04-25 | Chinese | ||
| 44426726 | 关于会计政策变更的公告 | 2025-04-25 | Chinese | ||
| 44426705 | 关于2024年度计提资产减值准备及核销资产的公告 | 2025-04-25 | Chinese | ||
| 44426682 | 2024年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-04-25 | Chinese | ||
| 44426670 | 2024年度监事会工作报告 | 2025-04-25 | Chinese | ||
| 44426653 | 关于2024年度拟不进行利润分配的专项说明 | 2025-04-25 | Chinese | ||
| 44426641 | 年度关联方资金占用专项审计报告 | 2025-04-25 | Chinese | ||
| 44426485 | 年度募集资金使用情况专项说明 | 2025-04-25 | Chinese | ||
| 44426475 | 外汇套期保值业务管理制度(2025年4月) | 2025-04-25 | Chinese | ||
| 44426465 | 内部控制自我评价报告 | 2025-04-25 | Chinese | ||
| 44426452 | 年度募集资金使用鉴证报告 | 2025-04-25 | Chinese | ||
| 44426288 | 联创电子科技股份有限公司2024年度关于营业收入扣除事项的专项核查意见 | 2025-04-25 | 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.