%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-04-13 | Chinese | |
| 首次公开发行股票并在创业板上市投资风险特别公告 | 2025-04-13 | Chinese | |
| 首次公开发行股票并在创业板上市发行公告 | 2025-04-13 | Chinese | |
| 天风证券股份有限公司关于参与战略配售投资者的专项核查报告 | 2025-04-13 | Chinese | |
| 首次公开发行股票并在创业板上市网上路演公告 | 2025-04-10 | Chinese | |
| 股东大会、董事会、监事会、独立董事、董事会秘书制度的建立健全及运行情况说明 | 2025-04-02 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44528541 | 广东华商律师事务所关于参与战略配售投资者核查事项的法律意见书 | 2025-04-13 | Chinese | ||
| 44528512 | 首次公开发行股票并在创业板上市投资风险特别公告 | 2025-04-13 | Chinese | ||
| 44528496 | 首次公开发行股票并在创业板上市发行公告 | 2025-04-13 | Chinese | ||
| 44528432 | 天风证券股份有限公司关于参与战略配售投资者的专项核查报告 | 2025-04-13 | Chinese | ||
| 44528408 | 首次公开发行股票并在创业板上市网上路演公告 | 2025-04-10 | Chinese | ||
| 44528396 | 股东大会、董事会、监事会、独立董事、董事会秘书制度的建立健全及运行情况说明 | 2025-04-02 | Chinese | ||
| 44528382 | 与投资者保护相关的承诺 | 2025-04-02 | Chinese | ||
| 44528284 | 发行人及其他责任主体作出的与发行人本次发行上市相关的其他承诺事项 | 2025-04-02 | Chinese | ||
| 44528260 | 股东大会有关本次发行并上市的决议 | 2025-04-02 | Chinese | ||
| 44528060 | 首次公开发行股票并在创业板上市初步询价及推介公告 | 2025-04-02 | Chinese | ||
| 44528040 | 审计委员会及其他专门委员会的设置情况说明 | 2025-04-02 | Chinese | ||
| 44528031 | 首次公开发行股票并在创业板上市招股意向书 | 2025-04-02 | Chinese | ||
| 44527891 | 内部控制鉴证报告 | 2025-04-02 | Chinese | ||
| 44527670 | 天风证券股份有限公司关于公司首次公开发行股票并在创业板上市的发行保荐书 | 2025-04-02 | Chinese | ||
| 44527648 | 北京市康达律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书及补充法律意见书 | 2025-04-02 | 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.