
明阳科技 — Investor Relations & Filings
Mingyang Technology specializes in the research, development, and manufacturing of precision components, with a primary focus on seat adjustment systems. The product portfolio includes recliners, slide rails, height adjusters, and various precision stamping, injection-molded, and powder metallurgy parts. By leveraging integrated manufacturing capabilities, the company provides comprehensive solutions for seating mechanisms, serving major global OEMs and Tier 1 suppliers. It emphasizes technical innovation and quality control in the production of high-strength, high-precision mechanical assemblies designed to enhance safety and passenger comfort. Core competencies lie in advanced material processing and the engineering of complex motion control components for modern vehicle interiors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事2025年度述职报告(郑玉坤) | 2026-03-30 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-03-30 | Chinese | |
| 2025年年度内部控制评价报告 | 2026-03-30 | Chinese | |
| 董事会审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese | |
| 东吴证券股份有限公司关于明阳科技(苏州)股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-03-30 | Chinese | |
| 股东减持股份结果公告 | 2026-03-11 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 40016945 | 独立董事2025年度述职报告(郑玉坤) | 2026-03-30 | Chinese | ||
| 40016934 | 董事、高级管理人员薪酬管理制度 | 2026-03-30 | Chinese | ||
| 40016917 | 2025年年度内部控制评价报告 | 2026-03-30 | Chinese | ||
| 40016907 | 董事会审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese | ||
| 40016897 | 东吴证券股份有限公司关于明阳科技(苏州)股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-03-30 | Chinese | ||
| 40016838 | 股东减持股份结果公告 | 2026-03-11 | Chinese | ||
| 40016828 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的提示性公告 | 2026-03-08 | Chinese | ||
| 40016822 | 2025年年度业绩快报公告 | 2026-02-23 | Chinese | ||
| 40016813 | 关于控股股东、实际控制人及其一致行动人权益变动触及5%整数倍的提示性公告 | 2026-02-01 | Chinese | ||
| 40016805 | 简式权益变动报告书 | 2026-02-01 | Chinese | ||
| 40016788 | 股权激励计划限制性股票解除限售公告 | 2026-01-14 | Chinese | ||
|
2025
4 filings
| |||||
| 40016776 | 独立董事专门会议关于2024年股权激励计划首次授予限制性股票第一个解除限售期解除限售条件成就事项的核查意见 | 2025-12-23 | Chinese | ||
| 40016766 | 国浩律师(苏州)事务所关于明阳科技(苏州)股份有限公司2024年股权激励计划首次授予限制性股票第一个解除限售期解限售条件成就之法律意见书 | 2025-12-23 | Chinese | ||
| 40016748 | 第四届董事会第十一次会议决议公告 | 2025-12-23 | Chinese | ||
| 40016739 | 关于2024年股权激励计划首次授予限制性股票第一个解除限售期解除限售条件成就的公告 | 2025-12-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DAYOU AUTOMOTIVE SEAT TECHNOLOGY CO., LTD
A manufacturer of automotive seat assemblies and other inte…
|
002880 | KR | Manufacturing |
|
DAYTONA CORPORATION
Global company that develops, manufactures, and sells motor…
|
7228 | JP | Manufacturing |
|
DENSO CORPORATION
A global manufacturer of automotive components, systems, an…
|
6902 | JP | Manufacturing |
|
Dgenx Co., Ltd.
Manufacturer and distributor of automotive exhaust systems …
|
113810 | KR | Manufacturing |
|
DH AUTOLEAD Co.,Ltd.
Manufacturer of automotive steering wheels and related comp…
|
290120 | KR | Manufacturing |
|
DİTAŞ DOĞAN YEDEK PARÇA İMALAT VE TEKNİK A.Ş.
Manufacturer of steering and suspension system parts for th…
|
DITAS | TR | Manufacturing |
|
DIVGI TORQTRANSFER SYSTEMS LIMITED
Designs and manufactures drivetrain systems and components …
|
DIVGIITTS | IN | Manufacturing |
|
DN AUTOMOTIVE CORPORATION
Global manufacturer of automotive anti-vibration parts, bat…
|
007340 | KR | Manufacturing |
|
DONG FENG ELECTRONIC TECHNOLOGY CO.,LTD.
Develops and manufactures automotive electronic systems and…
|
600081 | CN | Manufacturing |
|
DONGWON METAL CO.,LTD
A specialized manufacturer of automotive components and ste…
|
018500 | KR | Manufacturing |
明阳科技 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/58887/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58887 | 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=58887 | 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=58887 \ -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": 58887}, 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 明阳科技 (id: 58887)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.