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-05-08 | Chinese | |
| 先锋精科关于召开公司2025年年度股东会的通知 | 2026-04-09 | Chinese | |
| 先锋精科第二届董事会第六次会议决议公告 | 2026-04-09 | Chinese | |
| 华泰联合证券有限责任公司关于江苏先锋精密科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-09 | Chinese | |
| 华泰联合证券有限责任公司关于江苏先锋精密科技股份有限公司2025年度募集资金存放与使用情况专项核查报告 | 2026-04-09 | Chinese | |
| 先锋精科2025年度“提质增效重回报”行动方案评估报告暨2026年度“提质增效重回报”行动方案 | 2026-04-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44487827 | 先锋精科关于召开2026年第一季度业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 39597731 | 先锋精科关于召开公司2025年年度股东会的通知 | 2026-04-09 | Chinese | ||
| 39597729 | 先锋精科第二届董事会第六次会议决议公告 | 2026-04-09 | Chinese | ||
| 39597728 | 华泰联合证券有限责任公司关于江苏先锋精密科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-09 | Chinese | ||
| 39597702 | 华泰联合证券有限责任公司关于江苏先锋精密科技股份有限公司2025年度募集资金存放与使用情况专项核查报告 | 2026-04-09 | Chinese | ||
| 39597699 | 先锋精科2025年度“提质增效重回报”行动方案评估报告暨2026年度“提质增效重回报”行动方案 | 2026-04-09 | Chinese | ||
| 39597696 | 先锋精科关于2025年度利润分配方案的公告 | 2026-04-09 | Chinese | ||
| 39597694 | 先锋精科董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-09 | Chinese | ||
| 39597691 | 立信会计师事务所(特殊普通合伙)关于先锋精科2025年内部控制审计报告 | 2026-04-09 | Chinese | ||
| 39597689 | 立信会计师事务所(特殊普通合伙)关于先锋精科2025年募集资金存放与使用情况鉴证报告 | 2026-04-09 | Chinese | ||
| 39597684 | 先锋精科关于预计公司向银行申请综合授信额度的公告 | 2026-04-09 | Chinese | ||
| 39597680 | 先锋精科2025年度独立董事述职报告(杨翰) | 2026-04-09 | Chinese | ||
| 39597643 | 先锋精科董事会2025年度对独立董事独立性自查情况的专项报告 | 2026-04-09 | Chinese | ||
| 39597636 | 先锋精科2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-09 | Chinese | ||
| 39597630 | 先锋精科关于召开2025年年度业绩暨现金分红说明会的公告 | 2026-04-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Treatment and coating of metals; machining
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WILL,Co.,Ltd.
A real estate business engaged in property sales, renovatio…
|
3241 | JP | Manufacturing |
|
Winstech Precision Holding Co.,LTD.
Manufactures high-precision mechanical components and integ…
|
001319 | CN | Manufacturing |
|
Xin Point Holdings Limited
Manufacturer and distributor of electroplated parts for the…
|
1571 | HK | Manufacturing |
|
Zhejiang Baida Precision Manufacturing Corp.
Produces precision metal components for appliance compresso…
|
603331 | CN | Manufacturing |
|
Zhejiang XiaSha Precision Manufacturing Co.,Ltd.
Manufactures high-precision mechanical components and assem…
|
001306 | CN | Manufacturing |
|
丰光精密
Produces precision mechanical components for automation, ro…
|
920510 | CN | Manufacturing |
|
拾比佰
Produces high-performance pre-coated metal sheets for appli…
|
920768 | CN | Manufacturing |
|
阿为特
Manufactures precision mechanical components for medical an…
|
920693 | 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.