
Shenzhen Minglida Precision Technology Co., Ltd. — Investor Relations & Filings
Shenzhen Minglida Precision Technology Co., Ltd. specializes in the research, development, production, and sale of precision structural components. The company provides integrated manufacturing solutions encompassing die casting, CNC machining, stamping, and plastic injection molding. Its product portfolio primarily serves the photovoltaic, energy storage, new energy vehicle, and telecommunications sectors. Minglida focuses on delivering high-precision components for power inverters, battery systems, and automotive structural parts. By leveraging advanced manufacturing technologies and a comprehensive supply chain, the company offers one-stop services from mold design to final assembly, catering to global leaders in renewable energy and industrial technology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司对外担保的进展公告 | 2026-05-21 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-19 | Chinese | |
| 广东信达律师事务所关于深圳市铭利达精密技术股份有限公司2025年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 关于子公司对外担保的进展公告 | 2026-05-15 | Chinese | |
| 关于持股5%以上股东、董事兼副总经理减持股份的预披露公告 | 2026-05-13 | Chinese | |
| 国泰海通证券股份有限公司关于深圳市铭利达精密技术股份有限公司首次公开发行股票及向不特定对象发行可转换公司债券并上市之保荐总结报告书 | 2026-05-13 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46724867 | 关于公司对外担保的进展公告 | 2026-05-21 | Chinese | ||
| 46532298 | 2025年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46532296 | 广东信达律师事务所关于深圳市铭利达精密技术股份有限公司2025年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 46351659 | 关于子公司对外担保的进展公告 | 2026-05-15 | Chinese | ||
| 45565010 | 关于持股5%以上股东、董事兼副总经理减持股份的预披露公告 | 2026-05-13 | Chinese | ||
| 45529028 | 国泰海通证券股份有限公司关于深圳市铭利达精密技术股份有限公司首次公开发行股票及向不特定对象发行可转换公司债券并上市之保荐总结报告书 | 2026-05-13 | Chinese | ||
| 45529025 | 国泰海通证券股份有限公司关于深圳市铭利达精密技术股份有限公司2025年度持续督导跟踪报告 | 2026-05-13 | Chinese | ||
| 44529052 | 董事和高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | ||
| 44529050 | 关于2025年度计提信用减值准备及资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 44529049 | 国泰海通证券股份有限公司关于深圳市铭利达精密技术股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2026-04-27 | Chinese | ||
| 44529048 | 关于使用自有资金支付募投项目部分款项并以募集资金等额置换的公告 | 2026-04-27 | Chinese | ||
| 44529046 | 关于公司开展外汇套期保值业务的公告 | 2026-04-27 | Chinese | ||
| 44529043 | 第三届董事会第七次会议决议的公告 | 2026-04-27 | Chinese | ||
| 44529041 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 44529035 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of structural metal products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GDS GLOBAL LIMITED
Integrated commercial and industrial door and shutter solut…
|
5VP | SG | Manufacturing |
|
GIBRALTAR INDUSTRIES, INC.
Products for renewable energy, residential, agtech, and inf…
|
ROCK | US | Manufacturing |
|
Golik Holdings Limited
Manufactures, processes, and distributes steel, metal produ…
|
1118 | HK | Manufacturing |
|
GRIFFON CORP
Diversified holding company with home, building, consumer, …
|
GFF | US | Manufacturing |
|
GTV Engineering Limited
Specializes in heavy steel fabrication, precision machining…
|
539479 | IN | Manufacturing |
|
GULF ISLAND FABRICATION INC
Fabricator of complex steel structures and modules for the …
|
GIFI | US | Manufacturing |
|
HAIBO HEAVY ENGINEERING SCIENCE AND TECHNOLOGY CO.,LTD
Engineering, fabrication, and installation of large-scale s…
|
300517 | CN | Manufacturing |
|
Harris Steel Group ULC
Leading North American fabricator and distributor of concre…
|
— | CA | Manufacturing |
|
Hill & Smith PLC
Manufacturer and supplier of sustainable infrastructure pro…
|
HILS | GB | Manufacturing |
|
HSINO TOWER GROUP CO., LTD.
Designs and supplies steel tower structures for telecom and…
|
601096 | CN | Manufacturing |
Shenzhen Minglida Precision 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/56189/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56189 | 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=56189 | 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=56189 \ -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": 56189}, 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 Shenzhen Minglida Precision Technology Co., Ltd. (id: 56189)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.