%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-12-02 | Chinese | |
| 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司部分募投项目增加实施地点之核查意见 | 2025-12-02 | Chinese | |
| 众捷汽车第三届董事会第十八次会议决议公告 | 2025-12-02 | Chinese | |
| 众捷汽车关于参加2025苏州上市公司投资者集体接待日活动的公告 | 2025-11-27 | Chinese | |
| 众捷汽车关于香港全资子公司完成注册登记的公告 | 2025-11-06 | Chinese | |
| 2025年三季度报告 | 2025-10-26 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44529616 | 众捷汽车关于部分募投项目增加实施地点的公告 | 2025-12-02 | Chinese | ||
| 44529608 | 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司部分募投项目增加实施地点之核查意见 | 2025-12-02 | Chinese | ||
| 44529595 | 众捷汽车第三届董事会第十八次会议决议公告 | 2025-12-02 | Chinese | ||
| 44529587 | 众捷汽车关于参加2025苏州上市公司投资者集体接待日活动的公告 | 2025-11-27 | Chinese | ||
| 44529582 | 众捷汽车关于香港全资子公司完成注册登记的公告 | 2025-11-06 | Chinese | ||
| 44529572 | 2025年三季度报告 | 2025-10-26 | Chinese | ||
| 44529568 | 众捷汽车第三届董事会第十七次会议决议公告 | 2025-10-26 | Chinese | ||
| 44529560 | 众捷汽车关于首次公开发行网下配售限售股上市流通的提示性公告 | 2025-10-22 | Chinese | ||
| 44529556 | 天风证券股份有限公司关于苏州众捷汽车零部件股份有限公司首次公开发行网下配售限售股上市流通之核查意见 | 2025-10-22 | Chinese | ||
| 44529546 | 众捷汽车2025年半年度权益分派实施公告 | 2025-10-10 | Chinese | ||
| 44529542 | 众捷汽车关于选举职工代表董事、补选审计委员会及其他专门委员会委员的公告 | 2025-09-18 | Chinese | ||
| 44529537 | 众捷汽车第三届董事会第十六次会议决议公告 | 2025-09-18 | Chinese | ||
| 44529529 | 北京市康达律师事务所关于苏州众捷汽车零部件股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-09-18 | Chinese | ||
| 44529522 | 众捷汽车2025年第二次临时股东大会决议公告 | 2025-09-18 | Chinese | ||
| 44529516 | 众捷汽车关于公司持股5%以上股东部分股票质押的公告 | 2025-09-10 | 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.