
Wuhu Sanlian Forging Co.,Ltd. — Investor Relations & Filings
Wuhu Sanlian Forging Co., Ltd. specializes in the research, development, and manufacturing of high-precision forging components. The company primarily serves the automotive sector, producing critical parts such as steering knuckles, wheel hubs, control arms, and engine connecting rods. Utilizing advanced hot, warm, and cold forging technologies, the firm provides integrated solutions encompassing mold design, forging, heat treatment, and precision machining. Its products are supplied to major global automotive manufacturers and Tier 1 suppliers, focusing on safety-critical chassis and powertrain systems. The company maintains rigorous quality standards, including IATF 16949 certification, to ensure the durability and performance of its forged components in demanding vehicle applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为全资子公司提供担保的进展公告 | 2026-05-20 | Chinese | |
| 国投证券股份有限公司关于芜湖三联锻造股份有限公司首次公开发行前部分已发行股份上市流通的核查意见 | 2026-05-19 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 北京德恒(深圳)律师事务所关于芜湖三联锻造股份有限公司2025年年度股东会的法律意见 | 2026-05-15 | Chinese | |
| 关于芜湖三联锻造股份有限公司向不特定对象发行可转换公司债券反馈意见有关财务事项的专项说明 | 2026-05-12 | Chinese | |
| 补充法律意见(二) | 2026-05-12 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46701480 | 关于为全资子公司提供担保的进展公告 | 2026-05-20 | Chinese | ||
| 46566602 | 国投证券股份有限公司关于芜湖三联锻造股份有限公司首次公开发行前部分已发行股份上市流通的核查意见 | 2026-05-19 | Chinese | ||
| 46364905 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46364621 | 北京德恒(深圳)律师事务所关于芜湖三联锻造股份有限公司2025年年度股东会的法律意见 | 2026-05-15 | Chinese | ||
| 45346859 | 关于芜湖三联锻造股份有限公司向不特定对象发行可转换公司债券反馈意见有关财务事项的专项说明 | 2026-05-12 | Chinese | ||
| 45346599 | 补充法律意见(二) | 2026-05-12 | Chinese | ||
| 45346598 | 关于向不特定对象发行可转换公司债券的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-05-12 | Chinese | ||
| 45346048 | 募集说明书(修订稿) | 2026-05-12 | Chinese | ||
| 39482385 | 国投证券股份有限公司关于芜湖三联锻造股份有限公司首次公开发行股票募投项目结项并将节余募集资金补充流动资金的核查意见 | 2026-04-09 | Chinese | ||
| 39482383 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-09 | Chinese | ||
| 39482379 | 关于2026年度日常关联交易预计的公告 | 2026-04-09 | Chinese | ||
| 39482378 | 关于2025年度利润分配及2026年中期现金分红规划的公告 | 2026-04-09 | Chinese | ||
| 39482377 | 审计委员会对2025年年度审计受聘会计师事务所履行监督职责的报告 | 2026-04-09 | Chinese | ||
| 39482375 | 关于续聘会计师事务所的公告 | 2026-04-09 | Chinese | ||
| 39482374 | 2025年度独立董事述职报告(张金) | 2026-04-09 | 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 |
Wuhu Sanlian Forging 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/54002/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54002 | 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=54002 | 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=54002 \ -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": 54002}, 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 Wuhu Sanlian Forging Co.,Ltd. (id: 54002)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.