
明阳科技 — 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 |
|---|---|---|---|
|
Cayman Engley
Specialized developer and manufacturer of metal and non-met…
|
2239 | TW | Manufacturing |
|
CENTRAL AUTOMOTIVE PRODUCTS LTD.
Global supplier of automotive parts for vehicle manufacture…
|
8117 | JP | Manufacturing |
|
Changchun Engley Automobile Industry Co.,Ltd.
Manufactures lightweight automotive structural parts and sa…
|
601279 | CN | Manufacturing |
|
CHANGCHUN FAWAY GROUP AUTOMOBILE COMPONENTS CO.,LTD
Manufactures automotive wheels, trim, lighting, and chassis…
|
600742 | CN | Manufacturing |
|
Changchun Yidong Clutch Co.,Ltd
Develops and manufactures automotive clutch systems and com…
|
600148 | CN | Manufacturing |
|
Changchun Zhiyuan New Energy Equipment Co., Ltd.
Develops and produces LNG vehicle gas supply systems and hi…
|
300985 | CN | Manufacturing |
|
Changqing Machinery Company Limited
Manufactures automotive stamping and welding components for…
|
603768 | CN | Manufacturing |
|
Changzhou Tenglong Auto Parts Co.,Ltd.
Produces automotive thermal management components, EGR syst…
|
603158 | CN | Manufacturing |
|
CHASYS Co.,Ltd
Manufacturer of automotive chassis systems, rear axles, and…
|
033250 | KR | Manufacturing |
|
Chengdu Haoneng Technology Co., Ltd.
Specializes in R&D and manufacturing of high-precision auto…
|
603809 | CN | 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.