MOTORCOMM ELECTRONIC TECHNOLOGY CO.,LTD — Investor Relations & Filings
About MOTORCOMM ELECTRONIC TECHNOLOGY CO.,LTD
Motorcomm Electronic Technology Co., Ltd. is a fabless semiconductor company specializing in the research, development, and design of high-performance Ethernet physical layer (PHY) transceivers. The company provides integrated circuit solutions tailored for data communications, industrial automation, and automotive networking. Its core product portfolio includes single-port and multi-port Ethernet PHY chips supporting 10/100/1000 Mbps speeds, alongside specialized automotive-grade Ethernet components. Motorcomm focuses on independent innovation to deliver high-reliability, low-power, and highly compatible communication chips. These products are integrated into network switches, routers, industrial control systems, and vehicle-to-everything (V2X) platforms, supporting the infrastructure for modern telecommunications and smart connectivity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度环境、社会及公司治理(ESG)报告摘要 | 2026-04-27 | Chinese | |
| 2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-27 | Chinese | |
| 2025年度董事会审计委员会履职情况报告 | 2026-04-27 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于裕太微电子股份有限公司2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | |
| 未来三年(2026-2028年)股东分红回报规划 | 2026-04-27 | Chinese | |
| 2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39593395 | 2025年度环境、社会及公司治理(ESG)报告摘要 | 2026-04-27 | Chinese | ||
| 39593394 | 2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 39593387 | 2025年度董事会审计委员会履职情况报告 | 2026-04-27 | Chinese | ||
| 39593382 | 立信会计师事务所(特殊普通合伙)关于裕太微电子股份有限公司2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | ||
| 39593334 | 未来三年(2026-2028年)股东分红回报规划 | 2026-04-27 | Chinese | ||
| 39593328 | 2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-04-27 | Chinese | ||
| 39593327 | 2026年限制性股票激励计划(草案)摘要公告 | 2026-04-27 | Chinese | ||
| 39593319 | 2025年度内部控制评价报告 | 2026-04-27 | Chinese | ||
| 39593314 | 董事会2025年度对独立董事独立性自查情况的专项报告 | 2026-04-27 | Chinese | ||
| 39593308 | 国泰海通证券股份有限公司关于裕太微电子股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-27 | Chinese | ||
| 39593298 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 39593294 | 关于2025年度利润分配预案的公告 | 2026-04-27 | Chinese | ||
| 39593289 | 立信会计师事务所(特殊普通合伙)关于裕太微电子股份有限公司2025年度内部控制审计报告PDF | 2026-04-27 | Chinese | ||
| 39593254 | 2026年度向特定对象发行A股股票方案论证分析报告 | 2026-04-27 | Chinese | ||
| 39593242 | 董事会审计委员会对立信会计师事务所(特殊普通合伙)2025年度履行监督职责情况报告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anapass, Inc.
A fabless semiconductor company that designs System-on-Chip…
|
123860 | KR | Manufacturing |
|
Anfu CE LINK Limited
Develops and manufactures signal cables, docking stations, …
|
300787 | CN | Manufacturing |
|
Anhui Coreach Technology Co.,Ltd
Develops thermal management and EMI shielding solutions for…
|
002983 | CN | Manufacturing |
|
Anhui Tongfeng Electronics Company Limited
Manufactures capacitors, metallized films, and quartz reson…
|
600237 | CN | Manufacturing |
|
ANHUI XDLK MICROSYSTEM CORPORATION LIMITED
Develops and manufactures MEMS sensors and advanced microsy…
|
688582 | CN | Manufacturing |
|
AOI ELECTRONICS CO.,LTD.
Manufactures electronic components, semiconductors, and MEM…
|
6832 | JP | Manufacturing |
|
Aoshikang Technology Co. , Ltd
Manufactures high-precision PCBs and HDI boards for automot…
|
002913 | CN | Manufacturing |
|
APACT Co., Ltd.
Provider of semiconductor packaging, testing, and inspectio…
|
200470 | KR | Manufacturing |
|
Apaq Technology Co., Ltd.
Produces high-performance solid-state capacitors for AI ser…
|
6449 | TW | Manufacturing |
|
APCB Inc.
Manufacturer of high-precision double-sided and multi-layer…
|
6108 | TW | Manufacturing |
MOTORCOMM 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/58457/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58457 | 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=58457 | 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=58457 \ -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": 58457}, 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 MOTORCOMM ELECTRONIC TECHNOLOGY CO.,LTD (id: 58457)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.