
Shanghai Sinotec Co., Ltd. — Investor Relations & Filings
Shanghai Sinotec Co., Ltd. specializes in the research, development, and manufacturing of precision automotive components, with a primary focus on turbocharger systems. The company produces a wide range of critical parts, including turbine housings, compressor housings, and center housings, utilizing advanced casting and high-precision machining technologies. Its product portfolio serves both traditional internal combustion engine vehicles and the evolving new energy vehicle sector. Sinotec maintains a strong global presence, supplying major automotive original equipment manufacturers (OEMs) and Tier 1 suppliers. The company is recognized for its technical expertise in complex geometries and high-performance materials, contributing to engine efficiency and emissions reduction. Through continuous innovation in manufacturing processes and quality control, Sinotec provides integrated solutions for the global automotive supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华培动力:累积投票制实施细则(2025年10月) | 2025-10-29 | Chinese | |
| 华培动力:华培动力关于以集中竞价交易方式首次回购公司股份暨股份回购进展公告 | 2025-10-17 | Chinese | |
| 华培动力:华培动力关于以集中竞价交易方式回购股份的回购报告书 | 2025-10-14 | Chinese | |
| 华培动力:关于回购股份事项前十大股东及前十大无限售条件股东持股情况的公告 | 2025-09-23 | Chinese | |
| 华培动力:关于取得金融机构股票回购贷款承诺函的公告 | 2025-09-19 | Chinese | |
| 华培动力:第三届董事会第十八次会议决议公告 | 2025-09-17 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38882434 | 华培动力:累积投票制实施细则(2025年10月) | 2025-10-29 | Chinese | ||
| 38882415 | 华培动力:华培动力关于以集中竞价交易方式首次回购公司股份暨股份回购进展公告 | 2025-10-17 | Chinese | ||
| 38882408 | 华培动力:华培动力关于以集中竞价交易方式回购股份的回购报告书 | 2025-10-14 | Chinese | ||
| 38882399 | 华培动力:关于回购股份事项前十大股东及前十大无限售条件股东持股情况的公告 | 2025-09-23 | Chinese | ||
| 38882390 | 华培动力:关于取得金融机构股票回购贷款承诺函的公告 | 2025-09-19 | Chinese | ||
| 38882379 | 华培动力:第三届董事会第十八次会议决议公告 | 2025-09-17 | Chinese | ||
| 38882373 | 华培动力:华培动力关于以集中竞价交易方式回购股份的预案 | 2025-09-17 | Chinese | ||
| 38882362 | 华培动力:关于召开2025年半年度业绩说明会的公告 | 2025-08-27 | Chinese | ||
| 38882353 | 华培动力:2025年半年度报告 | 2025-08-25 | Chinese | ||
| 38882349 | 华培动力:关于2025年半年度计提资产减值准备的公告 | 2025-08-25 | Chinese | ||
| 38882341 | 华培动力:2025年半年度报告摘要 | 2025-08-25 | Chinese | ||
| 38882340 | 华培动力:关于实际控制人之一致行动人股份解除质押及部分股份质押的公告 | 2025-08-06 | Chinese | ||
| 38882331 | 华培动力:关于实际控制人部分股份质押的公告 | 2025-07-24 | Chinese | ||
| 38882323 | 华培动力:关于设立全资子公司暨对外投资及其进展的公告 | 2025-07-21 | Chinese | ||
| 38882316 | 华培动力:关于实际控制人股份解除质押的公告 | 2025-07-17 | 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 |
Shanghai Sinotec 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/57443/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57443 | 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=57443 | 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=57443 \ -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": 57443}, 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 Shanghai Sinotec Co., Ltd. (id: 57443)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.