
YD Electronic Technology Co.,Ltd. — Investor Relations & Filings
YD Electronic Technology Co.,Ltd. specializes in the research, development, and manufacturing of advanced LED lighting solutions and intelligent control systems. The company focuses on high-performance outdoor architectural lighting, including LED point light sources, linear lights, and wall washers. Their product portfolio extends to smart lighting control systems utilizing DMX512 and RDM protocols for large-scale urban illumination projects. With an emphasis on durability and technical innovation, the firm provides integrated solutions for facade lighting, landscape enhancement, and commercial displays. Their engineering capabilities include custom PCB design and assembly, ensuring high reliability in diverse environmental conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-27 | Chinese | |
| 上海君澜律师事务所关于奕东电子2025年限制性股票激励计划向激励对象授予限制性股票相关事项之法律意见书(签章版) | 2025-08-27 | Chinese | |
| 奕东电子科技股份有限公司2025年半年度募集资金存放与使用情况的专项报告 | 2025-08-27 | Chinese | |
| 奕东电子:2025年第一次临时股东会法律意见书 | 2025-08-19 | Chinese | |
| 奕东电子科技股份有限公司2025年第一次临时股东会决议公告 | 2025-08-19 | Chinese | |
| 奕东电子科技股份有限公司关于公司2025年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2025-08-19 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44511899 | 2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-27 | Chinese | ||
| 44511892 | 上海君澜律师事务所关于奕东电子2025年限制性股票激励计划向激励对象授予限制性股票相关事项之法律意见书(签章版) | 2025-08-27 | Chinese | ||
| 44511886 | 奕东电子科技股份有限公司2025年半年度募集资金存放与使用情况的专项报告 | 2025-08-27 | Chinese | ||
| 44511878 | 奕东电子:2025年第一次临时股东会法律意见书 | 2025-08-19 | Chinese | ||
| 44511870 | 奕东电子科技股份有限公司2025年第一次临时股东会决议公告 | 2025-08-19 | Chinese | ||
| 44511864 | 奕东电子科技股份有限公司关于公司2025年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2025-08-19 | Chinese | ||
| 44511858 | 关于股票交易异常波动的公告 | 2025-08-18 | Chinese | ||
| 44511854 | 奕东电子科技股份有限公司监事会关于公司2025年限制性股票激励计划授予激励对象名单的审核意见及公示情况说明 | 2025-08-14 | Chinese | ||
| 44511851 | 关于召开2025年第一次临时股东会的通知 | 2025-08-01 | Chinese | ||
| 44511848 | 奕东电子:2025年限制性股票激励计划(草案)摘要 | 2025-08-01 | Chinese | ||
| 44511839 | 上海君澜律师事务所关于奕东电子2025年员工持股计划(草案)之法律意见书 | 2025-08-01 | Chinese | ||
| 44511834 | 奕东电子:2025年员工持股计划(草案) | 2025-08-01 | Chinese | ||
| 44511828 | 关于公司2025年员工持股计划(草案)合规性说明 | 2025-08-01 | Chinese | ||
| 44511823 | 奕东电子:2025年员工持股计划(草案)摘要 | 2025-08-01 | Chinese | ||
| 44511815 | 2025年限制性股票激励计划授予激励对象名单 | 2025-08-01 | 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 |
YD 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/56073/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56073 | 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=56073 | 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=56073 \ -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": 56073}, 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 YD Electronic Technology Co.,Ltd. (id: 56073)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.