SPRINT PRECISION TECHNOLOGIES (JIANGSU) CO., LTD. — Investor Relations & Filings
About SPRINT PRECISION TECHNOLOGIES (JIANGSU) CO., LTD.
Sprint Precision Technologies (Jiangsu) Co., Ltd. specializes in the design, development, and manufacture of high-precision components and integrated assemblies. The company provides comprehensive engineering solutions, including CNC machining, precision stamping, and plastic injection molding. It serves diverse sectors such as automotive, medical devices, and electronics, focusing on the delivery of high-quality parts with tight tolerances. The facility utilizes advanced manufacturing technologies and rigorous quality control systems to meet stringent technical requirements. Core capabilities encompass mold design, prototyping, and large-scale production, ensuring efficient supply chain integration. The company emphasizes technical innovation and precision engineering to support complex industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 先锋精科关于新增认定核心技术人员的公告 | 2025-12-24 | Chinese | |
| 华泰联合证券有限责任公司关于江苏先锋精密科技股份有限公司首次公开发行部分限售股及部分战略配售限售股上市流通的核查意见 | 2025-12-04 | Chinese | |
| 先锋精科首次公开发行部分限售股及部分战略配售限售股上市流通公告 | 2025-12-04 | Chinese | |
| 先锋精科关于更换持续督导保荐代表人的公告 | 2025-11-24 | Chinese | |
| 先锋精科关于召开2025年第三季度业绩说明会的公告 | 2025-11-10 | Chinese | |
| 先锋精科第二届董事会第二次会议决议公告 | 2025-10-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39596980 | 先锋精科关于新增认定核心技术人员的公告 | 2025-12-24 | Chinese | ||
| 39596979 | 华泰联合证券有限责任公司关于江苏先锋精密科技股份有限公司首次公开发行部分限售股及部分战略配售限售股上市流通的核查意见 | 2025-12-04 | Chinese | ||
| 39596963 | 先锋精科首次公开发行部分限售股及部分战略配售限售股上市流通公告 | 2025-12-04 | Chinese | ||
| 39596959 | 先锋精科关于更换持续督导保荐代表人的公告 | 2025-11-24 | Chinese | ||
| 39596954 | 先锋精科关于召开2025年第三季度业绩说明会的公告 | 2025-11-10 | Chinese | ||
| 39596944 | 先锋精科第二届董事会第二次会议决议公告 | 2025-10-29 | Chinese | ||
| 39596937 | 先锋精科2025年第三季度报告 | 2025-10-29 | Chinese | ||
| 39596932 | 先锋精科关于选举第二届董事会职工代表董事的公告 | 2025-10-16 | Chinese | ||
| 39596925 | 先锋精科关于完成董事会换届选举及选举董事长、专门委员会委员、聘任高级管理人员、证券事务代表的公告 | 2025-10-16 | Chinese | ||
| 39596921 | 先锋精科第二届董事会第一次会议决议公告 | 2025-10-16 | Chinese | ||
| 39596916 | 先锋精科2025年第二次临时股东会决议公告 | 2025-10-16 | Chinese | ||
| 39596912 | 上海市锦天城律师事务所关于江苏先锋精密科技股份有限公司2025年第二次临时股东会的法律意见书 | 2025-10-16 | Chinese | ||
| 39596899 | 先锋精科关于召开2025年第二次临时股东会的通知 | 2025-09-29 | Chinese | ||
| 39596894 | 董事会薪酬与考核委员会工作细则(2025年9月) | 2025-09-29 | Chinese | ||
| 39596889 | 董事、高级管理人员薪酬管理制度(2025年9月) | 2025-09-29 | 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 |
SPRINT PRECISION TECHNOLOGIES (JIANGSU) 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/58527/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58527 | 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=58527 | 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=58527 \ -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": 58527}, 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 SPRINT PRECISION TECHNOLOGIES (JIANGSU) CO., LTD. (id: 58527)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.