Zhejiang XiaSha Precision Manufacturing Co.,Ltd. — Investor Relations & Filings
Zhejiang XiaSha Precision Manufacturing Co.,Ltd. specializes in the production of high-precision mechanical components and assemblies. The company utilizes advanced CNC machining, turning, and milling technologies to manufacture complex parts such as shafts, gears, and specialized connectors. Serving diverse sectors including automotive, electronics, and industrial automation, the firm focuses on maintaining tight tolerances and high surface finish standards. Its operations are supported by comprehensive quality management systems, including ISO 9001 and IATF 16949 certifications, ensuring compliance with international technical requirements. The company provides end-to-end manufacturing solutions from prototyping to large-scale production, emphasizing technical precision and material integrity across various metal alloys.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司与专业投资机构共同投资设立基金的进展公告 | 2025-12-09 | Chinese | |
| 上海市锦天城律师事务所关于浙江夏厦精密制造股份有限公司2025年第四次临时股东会的法律意见书 | 2025-11-17 | Chinese | |
| 2025年第四次临时股东会决议公告 | 2025-11-17 | Chinese | |
| 关于召开2025年第四次临时股东会的通知 | 2025-10-28 | Chinese | |
| 第二届董事会第十七次会议决议公告 | 2025-10-28 | Chinese | |
| 关于前次募集资金使用情况的专项报告 | 2025-10-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39455554 | 关于公司与专业投资机构共同投资设立基金的进展公告 | 2025-12-09 | Chinese | ||
| 39455550 | 上海市锦天城律师事务所关于浙江夏厦精密制造股份有限公司2025年第四次临时股东会的法律意见书 | 2025-11-17 | Chinese | ||
| 39455549 | 2025年第四次临时股东会决议公告 | 2025-11-17 | Chinese | ||
| 39455547 | 关于召开2025年第四次临时股东会的通知 | 2025-10-28 | Chinese | ||
| 39455531 | 第二届董事会第十七次会议决议公告 | 2025-10-28 | Chinese | ||
| 39455516 | 关于前次募集资金使用情况的专项报告 | 2025-10-28 | Chinese | ||
| 39455495 | 独立董事关于公司向特定对象发行A股股票方案论证分析报告的专项意见 | 2025-10-28 | Chinese | ||
| 39455484 | 关于2025年度向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2025-10-28 | Chinese | ||
| 39455473 | 2025年度向特定对象发行A股股票发行方案论证分析报告 | 2025-10-28 | Chinese | ||
| 39455462 | 前次募集资金使用情况鉴证报告 | 2025-10-28 | Chinese | ||
| 39455445 | 未来三年(2025-2027年)股东回报规划 | 2025-10-28 | Chinese | ||
| 39455435 | 2025年度向特定对象发行A股股票募集资金使用可行性分析报告 | 2025-10-28 | Chinese | ||
| 39455423 | 关于最近五年未被证券监管部门和证券交易所采取监管措施或处罚情况的公告 | 2025-10-28 | Chinese | ||
| 39455412 | 关于2025年度向特定对象发行A股股票摊薄即期回报、填补回报措施及相关主体承诺的公告 | 2025-10-28 | Chinese | ||
| 39455406 | 2025年度向特定对象发行A股股票预案 | 2025-10-28 | 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 |
|
Best Precision Machinery Co., Ltd.
Manufactures high-precision mechanical components for autom…
|
300580 | CN | Manufacturing |
Zhejiang XiaSha Precision Manufacturing 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/54013/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54013 | 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=54013 | 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=54013 \ -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": 54013}, 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 Zhejiang XiaSha Precision Manufacturing Co.,Ltd. (id: 54013)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.