Best Precision Machinery Co., Ltd. — Investor Relations & Filings
Best Precision Machinery Co., Ltd. specializes in the research, development, and manufacturing of high-precision mechanical components. The company primarily serves the automotive and aerospace sectors, focusing on the production of critical parts for turbochargers, fuel systems, and engine assemblies. Its product portfolio includes compressor housings, turbine housings, and various precision structural components. Utilizing advanced CNC machining technologies and automated production lines, the firm provides integrated solutions ranging from mold design and casting to precision finishing and assembly. The company is recognized for its technical expertise in handling complex geometries and high-performance materials, maintaining rigorous quality standards to meet the requirements of global original equipment manufacturers (OEMs).
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2025年度股东会的通知 | 2026-03-30 | Chinese | |
| 关于2025年度利润分配方案的公告 | 2026-03-30 | Chinese | |
| 市值管理制度 | 2026-02-12 | Chinese | |
| 第四届董事会第二十一次会议决议的公告 | 2026-02-12 | Chinese | |
| 关于公司2022年限制性股票激励计划首次授予部分第三个归属期及预留授予部分第二个归属期归属结果暨股份上市的公告 | 2026-02-05 | Chinese | |
| 关于作废处理2022年限制性股票激励计划首次及预留授予部分已授予尚未归属的限制性股票的公告 | 2026-01-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 37986015 | 关于召开2025年度股东会的通知 | 2026-03-30 | Chinese | ||
| 37986009 | 关于2025年度利润分配方案的公告 | 2026-03-30 | Chinese | ||
| 37986008 | 市值管理制度 | 2026-02-12 | Chinese | ||
| 37985995 | 第四届董事会第二十一次会议决议的公告 | 2026-02-12 | Chinese | ||
| 37985977 | 关于公司2022年限制性股票激励计划首次授予部分第三个归属期及预留授予部分第二个归属期归属结果暨股份上市的公告 | 2026-02-05 | Chinese | ||
| 37985954 | 关于作废处理2022年限制性股票激励计划首次及预留授予部分已授予尚未归属的限制性股票的公告 | 2026-01-28 | Chinese | ||
| 37985946 | 第四届董事会独立董事2026年第二次专门会议决议 | 2026-01-28 | Chinese | ||
| 37985906 | 江苏太湖律师事务所关于无锡贝斯特精机股份有限公司调整2022年限制性股票激励计划授予价格、2022年限制性股票激励计划首次授予部分第三个归属期及预留授予部分第二个归属期归属条件成就及部分限制性股票作废之法律意见书 | 2026-01-28 | Chinese | ||
| 37985903 | 关于公司2022年限制性股票激励计划首次授予部分第三个归属期及预留授予部分第二个归属期归属条件成就的公告 | 2026-01-28 | Chinese | ||
| 37985892 | 贝斯特第四届董事会第二十次会议决议的公告 | 2026-01-28 | Chinese | ||
| 37985889 | 关于调整2022年限制性股票激励计划授予价格的公告 | 2026-01-28 | Chinese | ||
| 37985876 | 贝斯特第四届董事会第十九次会议决议公告 | 2026-01-13 | Chinese | ||
| 37985863 | 关于以自有闲置资金进行委托理财的公告 | 2026-01-13 | Chinese | ||
| 37985859 | 关于向泰国孙公司追加投资的公告 | 2026-01-13 | Chinese | ||
|
2025
1 filing
| |||||
| 37985858 | 关于非独立董事、监事离任暨选举职工代表董事的公告 | 2025-12-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Treatment and coating of metals; machining
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aaron Industries Limited
Manufactures high-end stainless steel products with special…
|
AARON | IN | Manufacturing |
|
Ages Industri B
Contract manufacturer specializing in die casting, machinin…
|
AGES | SE | Manufacturing |
|
Ameya Precision Engineers Limited
Manufactures precision components and sub-assemblies for oi…
|
AMEYA | IN | Manufacturing |
|
Amnode AB
Engineering company processing non-ferrous metals into cust…
|
AMNO | SE | Manufacturing |
|
ARGENT INDUSTRIAL LIMITED
Industrial holding company managing diversified units focus…
|
ART | ZA | Manufacturing |
|
Associated Coaters Limited
Provides pre-treatment and powder coating for aluminum extr…
|
544183 | IN | Manufacturing |
|
AZZ INC
Provider of metal coating solutions, including hot-dip galv…
|
AZZ | US | Manufacturing |
|
B. D. Industries (Pune) Limited
Manufactures precision machined components and sub-assembli…
|
544468 | IN | Manufacturing |
|
BEILONG PRECISION TECHNOLOGY CO., LTD.
Specializes in high-precision metal components, CNC machini…
|
301567 | CN | Manufacturing |
|
Bodycote PLC
A global provider of thermal processing services for variou…
|
BOY | GB | Manufacturing |
Best 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/55562/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55562 | 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=55562 | 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=55562 \ -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": 55562}, 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 Best Precision Machinery Co., Ltd. (id: 55562)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.