%20Co.%2C%20Ltd./other/PXI_Auto_Components_Suzhou_Co._Ltd.-logo.png)
PXI Auto Components (Suzhou) Co., Ltd. — Investor Relations & Filings
PXI Auto Components (Suzhou) Co., Ltd. specializes in the manufacturing of high-precision metal components and complex assemblies. The company utilizes advanced CNC machining, turning, milling, and grinding technologies to deliver critical parts for the automotive, industrial, and medical sectors. Its core product portfolio includes engine components, transmission parts, and specialized hardware designed to meet rigorous performance standards. The facility adheres to international quality management systems, including IATF 16949, ensuring compliance with global requirements. By integrating precision engineering with efficient supply chain solutions, PXI Auto Components supports major OEMs and Tier 1 suppliers with reliable, high-tolerance manufacturing services tailored to demanding technical specifications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 苏州众捷汽车零部件股份有限公司章程(2025年9月修订) | 2025-09-10 | Chinese | |
| 众捷汽车关于修订《公司章程》的更正公告 | 2025-09-10 | Chinese | |
| 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司2025年定期现场检查报告 | 2025-09-09 | Chinese | |
| 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司2025年半年度持续督导跟踪报告 | 2025-09-09 | Chinese | |
| 众捷汽车2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-27 | Chinese | |
| 众捷汽车第三届董事会第十五次会议决议公告 | 2025-08-27 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44529512 | 苏州众捷汽车零部件股份有限公司章程(2025年9月修订) | 2025-09-10 | Chinese | ||
| 44529505 | 众捷汽车关于修订《公司章程》的更正公告 | 2025-09-10 | Chinese | ||
| 44529498 | 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司2025年定期现场检查报告 | 2025-09-09 | Chinese | ||
| 44529489 | 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司2025年半年度持续督导跟踪报告 | 2025-09-09 | Chinese | ||
| 44529481 | 众捷汽车2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-27 | Chinese | ||
| 44529476 | 众捷汽车第三届董事会第十五次会议决议公告 | 2025-08-27 | Chinese | ||
| 44529466 | 控股子公司管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 44529458 | 关联交易管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 44529450 | 股东会议事规则(2025年8月修订) | 2025-08-27 | Chinese | ||
| 44529443 | 股东、董事和高级管理人员所持本公司股份及其变动管理制度(2025年8月) | 2025-08-27 | Chinese | ||
| 44529437 | 董事会战略委员会工作细则(2025年8月修订) | 2025-08-27 | Chinese | ||
| 44529421 | 2025年半年度报告 | 2025-08-27 | Chinese | ||
| 44529391 | 上市公司独立董事候选人声明与承诺 | 2025-08-27 | Chinese | ||
| 44529386 | 股东会累积投票制实施细则(2025年8月) | 2025-08-27 | Chinese | ||
| 44529379 | 独立董事工作制度(2025年8月修订) | 2025-08-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
PXI Auto Components (Suzhou) 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/56359/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56359 | 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=56359 | 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=56359 \ -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": 56359}, 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 PXI Auto Components (Suzhou) Co., Ltd. (id: 56359)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.