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 |
|---|---|---|---|
| 先锋精科2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-09 | Chinese | |
| 先锋精科董事会审计委员会2025年度履职情况报告 | 2026-04-09 | Chinese | |
| 先锋精科关于非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告(2025年度) | 2026-04-09 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于先锋精科2025年财务报表审计报告 | 2026-04-09 | Chinese | |
| 先锋精科2025年年度报告摘要 | 2026-04-09 | Chinese | |
| 先锋精科关于会计师事务所2025年度履职情况评估报告 | 2026-04-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39597625 | 先锋精科2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-09 | Chinese | ||
| 39597624 | 先锋精科董事会审计委员会2025年度履职情况报告 | 2026-04-09 | Chinese | ||
| 39597615 | 先锋精科关于非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告(2025年度) | 2026-04-09 | Chinese | ||
| 39597596 | 立信会计师事务所(特殊普通合伙)关于先锋精科2025年财务报表审计报告 | 2026-04-09 | Chinese | ||
| 39597280 | 先锋精科2025年年度报告摘要 | 2026-04-09 | Chinese | ||
| 39597270 | 先锋精科关于会计师事务所2025年度履职情况评估报告 | 2026-04-09 | Chinese | ||
| 39597268 | 先锋精科2025年年度报告 | 2026-04-09 | Chinese | ||
| 39597265 | 先锋精科董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-09 | Chinese | ||
| 39597262 | 上海市锦天城律师事务所关于江苏先锋精密科技股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-19 | Chinese | ||
| 39597252 | 先锋精科2026年第一次临时股东会决议公告 | 2026-03-19 | Chinese | ||
| 39597243 | 江苏先锋精密科技股份有限公司未来三年(2026年-2028年)股东分红回报规划 | 2026-03-03 | Chinese | ||
| 39597239 | 江苏先锋精密科技股份有限公司关于本次募集资金投向属于科技创新领域的说明 | 2026-03-03 | Chinese | ||
| 39597238 | 先锋精科关于最近五年被证券监管部门和交易所采取处罚或监管措施情况的公告 | 2026-03-03 | Chinese | ||
| 39597235 | 先锋精科关于召开2026年第一次临时股东会会议的通知 | 2026-03-03 | Chinese | ||
| 39597225 | 江苏先锋精密科技股份有限公司向不特定对象发行可转换公司债券的论证分析报告 | 2026-03-03 | 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.