
Ningbo Haitian Precision Machinery Co., Ltd. — Investor Relations & Filings
Ningbo Haitian Precision Machinery Co., Ltd. specializes in the research, development, and manufacturing of high-end CNC machine tools. The company provides a comprehensive portfolio of precision equipment, including vertical, horizontal, and gantry machining centers, as well as CNC lathes and boring machines. These products are engineered for high-speed, high-precision applications across diverse sectors such as aerospace, automotive, mold manufacturing, and energy. Leveraging advanced manufacturing technologies and a robust R&D infrastructure, the company focuses on delivering automated and integrated machining solutions. Its product line is characterized by structural stability and technical reliability, catering to complex industrial requirements. By integrating sophisticated control systems with heavy-duty mechanical engineering, the company supports large-scale production and intricate component fabrication for global markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 宁波海天精工股份有限公司独立董事2025年度述职报告(彭新敏) | 2026-03-23 | Chinese | |
| 宁波海天精工股份有限公司关于续聘2026年度审计机构的公告 | 2026-03-23 | Chinese | |
| 宁波海天精工股份有限公司2025年度社会责任报告 | 2026-03-23 | Chinese | |
| 宁波海天精工股份有限公司独立董事2025年度述职报告(诸成刚) | 2026-03-23 | Chinese | |
| 宁波海天精工股份有限公司关于召开2025年年度股东会的通知 | 2026-03-23 | Chinese | |
| 宁波海天精工股份有限公司2025年年度报告摘要 | 2026-03-23 | Chinese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37476848 | 宁波海天精工股份有限公司独立董事2025年度述职报告(彭新敏) | 2026-03-23 | Chinese | ||
| 37476839 | 宁波海天精工股份有限公司关于续聘2026年度审计机构的公告 | 2026-03-23 | Chinese | ||
| 37476837 | 宁波海天精工股份有限公司2025年度社会责任报告 | 2026-03-23 | Chinese | ||
| 37476791 | 宁波海天精工股份有限公司独立董事2025年度述职报告(诸成刚) | 2026-03-23 | Chinese | ||
| 37476784 | 宁波海天精工股份有限公司关于召开2025年年度股东会的通知 | 2026-03-23 | Chinese | ||
| 37476779 | 宁波海天精工股份有限公司2025年年度报告摘要 | 2026-03-23 | Chinese | ||
| 37476767 | 宁波海天精工股份有限公司第五届董事会第十三次会议决议公告 | 2026-03-23 | Chinese | ||
| 37476757 | 宁波海天精工股份有限公司关于2026年度使用闲置自有资金进行委托理财预计的公告 | 2026-03-23 | Chinese | ||
| 37476755 | 宁波海天精工股份有限公司关于2026年度为全资子公司申请银行综合授信额度提供担保的公告 | 2026-03-23 | Chinese | ||
| 37476741 | 宁波海天精工股份有限公司2025年度审计报告 | 2026-03-23 | Chinese | ||
| 37476723 | 宁波海天精工股份有限公司独立董事2025年度述职报告(郑岳常) | 2026-03-23 | Chinese | ||
| 37476722 | 宁波海天精工股份有限公司2026年度就买方信贷业务提供对外担保的公告 | 2026-03-23 | Chinese | ||
| 37476714 | 宁波海天精工股份有限公司2025年年度利润分配方案公告 | 2026-03-23 | Chinese | ||
| 37476711 | 宁波海天精工股份有限公司2025年年度报告 | 2026-03-23 | Chinese | ||
| 37476706 | 宁波海天精工股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-03-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of metal-forming machinery and machine tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abpro Bio Co., Ltd.
Manufactures precision machine tools and develops antibody …
|
195990 | KR | Manufacturing |
|
Ador Welding Ltd.
Manufactures welding consumables, equipment, and industrial…
|
ADOR | IN | Manufacturing |
|
AIDA ENGINEERING,LTD.
Global manufacturer of metal forming systems and press mach…
|
6118 | JP | Manufacturing |
|
AMADA CO., LTD.
Global manufacturer of metal processing machinery for sheet…
|
6113 | JP | Manufacturing |
|
AML3D LIMITED
Provides large-scale metal additive manufacturing via propr…
|
AL3 | AU | Manufacturing |
|
AMPCO PITTSBURGH CORP
Manufactures specialty metal products and customized engine…
|
AP | US | Manufacturing |
|
ANDERSON
Manufactures high-precision CNC machinery, PCB equipment, a…
|
1528 | TW | Manufacturing |
|
A-ONE SEIMITSU INC.
Manufactures high-precision components and accessories for …
|
6156 | JP | Manufacturing |
|
ASAHI-SEIKI MANUFACTURING CO.,LTD.
Manufacturer of precision metal components and industrial m…
|
6111 | JP | Manufacturing |
|
AURORA LABS LIMITED
Develops high-speed 3D metal printers and industrial additi…
|
A3D | AU | Manufacturing |
Ningbo Haitian Precision Machinery 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/57309/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57309 | 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=57309 | 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=57309 \ -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": 57309}, 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 Ningbo Haitian Precision Machinery Co., Ltd. (id: 57309)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.