
Wuxi Xinan Technology Co., Ltd. — Investor Relations & Filings
Wuxi Xinan Technology Co., Ltd. specializes in the research, development, and manufacturing of precision automotive components. The company primarily focuses on the production of turbocharger compressor housings and other high-precision aluminum alloy parts. Utilizing advanced casting techniques such as gravity and low-pressure casting, combined with sophisticated CNC machining processes, the firm provides integrated solutions from design to final production. Wuxi Xinan Technology serves a global clientele, including major Tier 1 automotive suppliers, by delivering components that meet rigorous quality standards for performance and durability. Its core competencies lie in its technical expertise in aluminum alloy processing and its commitment to technological innovation within the automotive supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年度持续督导培训情况的报告 | 2024-05-08 | Chinese | |
| 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年度持续督导定期现场检查报告 | 2024-05-08 | Chinese | |
| 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年持续督导工作现场检查结果及提请公司注意事项 | 2024-05-08 | Chinese | |
| 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年度跟踪报告 | 2024-05-08 | Chinese | |
| 关于对外投资设立泰国子公司的公告 | 2024-05-06 | Chinese | |
| 第二届董事会第五次会议决议公告 | 2024-05-06 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39463370 | 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年度持续督导培训情况的报告 | 2024-05-08 | Chinese | ||
| 39463358 | 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年度持续督导定期现场检查报告 | 2024-05-08 | Chinese | ||
| 39463344 | 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年持续督导工作现场检查结果及提请公司注意事项 | 2024-05-08 | Chinese | ||
| 39463319 | 中信证券股份有限公司关于无锡锡南科技股份有限公司2023年度跟踪报告 | 2024-05-08 | Chinese | ||
| 39463306 | 关于对外投资设立泰国子公司的公告 | 2024-05-06 | Chinese | ||
| 39463295 | 第二届董事会第五次会议决议公告 | 2024-05-06 | Chinese | ||
| 39463282 | 监事会决议公告 | 2024-04-24 | Chinese | ||
| 39463279 | 2023年度募集资金存放与使用情况的专项报告 | 2024-04-24 | Chinese | ||
| 39463272 | 关于续聘2024年度会计师事务所的公告 | 2024-04-24 | Chinese | ||
| 39463266 | 关于 2023 年度利润分配方案的公告 | 2024-04-24 | Chinese | ||
| 39463255 | 募集资金存放与使用情况鉴证报告 | 2024-04-24 | Chinese | ||
| 39463193 | 关于举行2023年度业绩说明会的公告 | 2024-04-24 | Chinese | ||
| 39463188 | 2023年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-04-24 | Chinese | ||
| 39463179 | 董事会审计委员会对会计师事务所2023年度履职情况评估及履行监督职责情况的报告 | 2024-04-24 | Chinese | ||
| 39463174 | 董事会对独董独立性评估的专项意见 | 2024-04-24 | 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 |
Wuxi Xinan Technology 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/56109/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56109 | 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=56109 | 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=56109 \ -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": 56109}, 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 Wuxi Xinan Technology Co., Ltd. (id: 56109)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.