
Ningbo Shenglong Automotive Powertrain System Co.,Ltd — Investor Relations & Filings
Ningbo Shenglong Automotive Powertrain System Co.,Ltd. specializes in the research, development, manufacturing, and distribution of automotive powertrain components and systems. The company's core product portfolio includes high-precision engine oil pumps, transmission oil pumps, vacuum pumps, and electric water pumps. Additionally, it produces critical engine components such as camshafts and balance shaft assemblies. Focused on enhancing vehicle efficiency and reducing emissions, the firm integrates advanced mechatronics into its product design. It serves a global clientele of major automotive original equipment manufacturers (OEMs), providing customized solutions for internal combustion engines, hybrid systems, and electric vehicle platforms. The company emphasizes technological innovation and precision engineering to maintain its position as a key supplier in the global automotive supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 圣龙股份关于2025年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-06-01 | Chinese | |
| 圣龙股份关于拟对外投资、出售资产暨关联交易的公告 | 2026-05-29 | Chinese | |
| 圣龙股份第六届董事会第十四次会议决议公告 | 2026-05-29 | Chinese | |
| 上海市锦天城律师事务所关于圣龙股份2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | |
| 圣龙股份2025年年度股东会决议公告 | 2026-05-22 | Chinese | |
| 圣龙股份2025年年度股东会会议资料 | 2026-05-15 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47926557 | 圣龙股份关于2025年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-06-01 | Chinese | ||
| 47897872 | 圣龙股份关于拟对外投资、出售资产暨关联交易的公告 | 2026-05-29 | Chinese | ||
| 47896807 | 圣龙股份第六届董事会第十四次会议决议公告 | 2026-05-29 | Chinese | ||
| 46868030 | 上海市锦天城律师事务所关于圣龙股份2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | ||
| 46867364 | 圣龙股份2025年年度股东会决议公告 | 2026-05-22 | Chinese | ||
| 46365764 | 圣龙股份2025年年度股东会会议资料 | 2026-05-15 | Chinese | ||
| 38100033 | 圣龙股份关于聘任乐安娜女士为公司财务总监的公告 | 2026-04-27 | Chinese | ||
| 38100024 | 圣龙股份独董述职报告(余卓平) | 2026-04-27 | Chinese | ||
| 38100009 | 圣龙股份关于2026年开展资产池业务的公告 | 2026-04-27 | Chinese | ||
| 38100006 | 圣龙股份关于2025年度计提资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 38099988 | 圣龙股份2025年非经营性资金占用及其他关联资金往来情况 | 2026-04-27 | Chinese | ||
| 38099972 | 圣龙股份关于对公司及全资子公司进行综合授信业务提供担保的公告 | 2026-04-27 | Chinese | ||
| 38099960 | 圣龙股份董事、高级管理人员薪酬与绩效考核管理制度 | 2026-04-27 | Chinese | ||
| 38099947 | 圣龙股份关于2026年度开展远期结售汇业务的公告 | 2026-04-27 | Chinese | ||
| 38099938 | 圣龙股份关于2026年度公司向银行申请授信额度的公告 | 2026-04-27 | 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 |
Ningbo Shenglong Automotive Powertrain System 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/57482/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57482 | 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=57482 | 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=57482 \ -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": 57482}, 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 Ningbo Shenglong Automotive Powertrain System Co.,Ltd (id: 57482)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.