Ledman Optoelectronic Co.,Ltd. — Investor Relations & Filings
Ledman Optoelectronic Co.,Ltd. specializes in the research, development, and manufacturing of high-definition LED display products and lighting solutions. The company is a pioneer in Chip-on-Board (COB) technology, focusing on the production of Micro LED ultra-high-definition (UHD) displays for 4K and 8K applications. Its product portfolio includes professional-grade indoor and outdoor LED screens, intelligent education systems, and high-end consumer Micro LED televisions. Ledman provides integrated solutions for diverse sectors such as command and control centers, commercial advertising, sports venues, and corporate environments. By leveraging advanced packaging techniques and energy-efficient designs, the company delivers high-contrast, wide-color-gamut visual experiences characterized by high reliability and durability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于参加2025年度深圳辖区上市公司投资者网上集体接待日活动的公告 | 2025-11-14 | Chinese | |
| 关于2025年前三季度计提资产减值准备的公告 | 2025-10-28 | Chinese | |
| 第六届董事会第八次(临时)会议决议公告 | 2025-10-28 | Chinese | |
| 2025年三季度报告 | 2025-10-28 | Chinese | |
| 第六届董事会薪酬与考核委员会关于2025年限制性股票激励计划首次授予相关事项的核查意见 | 2025-09-23 | Chinese | |
| 关于向激励对象首次授予限制性股票的公告 | 2025-09-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36074302 | 关于参加2025年度深圳辖区上市公司投资者网上集体接待日活动的公告 | 2025-11-14 | Chinese | ||
| 36074289 | 关于2025年前三季度计提资产减值准备的公告 | 2025-10-28 | Chinese | ||
| 36074285 | 第六届董事会第八次(临时)会议决议公告 | 2025-10-28 | Chinese | ||
| 36074282 | 2025年三季度报告 | 2025-10-28 | Chinese | ||
| 36074278 | 第六届董事会薪酬与考核委员会关于2025年限制性股票激励计划首次授予相关事项的核查意见 | 2025-09-23 | Chinese | ||
| 36074266 | 关于向激励对象首次授予限制性股票的公告 | 2025-09-23 | Chinese | ||
| 36074255 | 上海荣正企业咨询服务(集团)股份有限公司关于深圳雷曼光电科技股份有限公司2025年限制性股票激励计划授予相关事项之独立财务顾问报告 | 2025-09-23 | Chinese | ||
| 36074245 | 广东宝城律师事务所关于深圳雷曼光电科技股份有限公司第四期股权激励计划向激励对象首次授予限制性股票事项的法律意见书 | 2025-09-23 | Chinese | ||
| 36074236 | 2025年第一次临时股东会决议公告 | 2025-09-23 | Chinese | ||
| 36074224 | 第六届董事会第七次(临时)会议决议公告 | 2025-09-23 | Chinese | ||
| 36074215 | 关于选举第六届董事会职工代表董事的公告 | 2025-09-23 | Chinese | ||
| 36074208 | 第四期股权激励计划首次授予激励对象名单(首次授予日) | 2025-09-23 | Chinese | ||
| 36074197 | 2025年第一次临时股东会的法律意见书 | 2025-09-23 | Chinese | ||
| 36074183 | 关于第四期股权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2025-09-18 | Chinese | ||
| 36074173 | 董事会薪酬与考核委员会关于第四期股权激励计划首次授予激励对象名单的公示情况说明及核查意见 | 2025-09-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of consumer electronics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Able View Global Inc.
A cross-border brand management firm for beauty and wellnes…
|
ABLV | US | Manufacturing |
|
Action Electronics Co., Ltd.
Manufacturer of mobile AV equipment, consumer electronics, …
|
3024 | TW | Manufacturing |
|
Alco Holdings Limited
Designs, manufactures, and sells consumer electronic produc…
|
328 | HK | Manufacturing |
|
AMPACS Corporation
Global provider of electroacoustic solutions and smart elec…
|
6743 | TW | Manufacturing |
|
AmTRAN Technology Co., Ltd.
Developer and manufacturer of advanced display, audio, and …
|
2489 | TW | Manufacturing |
|
ANAM ELECTRONICS CO.,LTD
An ODM/OEM of high-value audio and digital video products f…
|
008700 | KR | Manufacturing |
|
Anker Innovations Technology Co., Ltd
Global leader in charging solutions and smart device ecosys…
|
300866 | CN | Manufacturing |
|
Arham Technologies Limited
Produces consumer electronics and home appliances, offering…
|
ARHAM | IN | Manufacturing |
|
ATOMOS LIMITED
Designs video monitoring and recording equipment for digita…
|
AMS | AU | Manufacturing |
|
Axil Brands, Inc.
Manufactures hearing products for protection, enhancement, …
|
AXIL | US | Manufacturing |
Ledman Optoelectronic 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/55173/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55173 | 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=55173 | 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=55173 \ -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": 55173}, 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 Ledman Optoelectronic Co.,Ltd. (id: 55173)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.