
Ningbo Tuopu Group Co., Ltd. — Investor Relations & Filings
Ningbo Tuopu Group Co., Ltd. is a technology-driven enterprise specializing in the research, development, and manufacturing of automotive components and systems. The company’s core product portfolio encompasses NVH control systems, lightweight chassis modules, and interior/exterior trim components. To support the transition toward electrification and autonomous driving, the group has expanded into intelligent braking systems, thermal management solutions, and air suspension technologies. Tuopu provides integrated modular supply chain solutions to global original equipment manufacturers (OEMs), focusing on enhancing vehicle performance through advanced materials and smart engineering. Its operations emphasize synchronized development with vehicle manufacturers, utilizing a global R&D network to deliver high-precision components for both internal combustion and electric vehicle platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 拓普集团2023年半年度业绩预增公告 | 2023-07-14 | Chinese | |
| 拓普集团2022年度权益分派实施公告 | 2023-07-09 | Chinese | |
| 拓普集团关于因2022年度利润分配调整可转债转股价格的公告 | 2023-07-09 | Chinese | |
| 拓普集团关于可转债付息的公告 | 2023-07-06 | Chinese | |
| 拓普集团关于向特定对象发行股票申请获得中国证监会同意注册批复的公告 | 2023-07-05 | Chinese | |
| 拓普集团关于控股股东部分股份解除质押的公告 | 2023-07-04 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37169637 | 拓普集团2023年半年度业绩预增公告 | 2023-07-14 | Chinese | ||
| 37169627 | 拓普集团2022年度权益分派实施公告 | 2023-07-09 | Chinese | ||
| 37169606 | 拓普集团关于因2022年度利润分配调整可转债转股价格的公告 | 2023-07-09 | Chinese | ||
| 37169595 | 拓普集团关于可转债付息的公告 | 2023-07-06 | Chinese | ||
| 37169592 | 拓普集团关于向特定对象发行股票申请获得中国证监会同意注册批复的公告 | 2023-07-05 | Chinese | ||
| 37169586 | 拓普集团关于控股股东部分股份解除质押的公告 | 2023-07-04 | Chinese | ||
| 37169575 | 拓普集团可转债转股结果暨股份变动公告 | 2023-07-03 | Chinese | ||
| 37169566 | 拓普集团关于实施2022年度权益分派时“拓普转债”暂停转股的提示性公告 | 2023-06-30 | Chinese | ||
| 37169562 | 拓普集团关于部分暂时闲置募集资金补充流动资金到期前归还的公告 | 2023-06-30 | Chinese | ||
| 37169556 | 宁波拓普集团股份有限公司公开发行可转换公司债券受托管理事务报告(2022年度) | 2023-06-21 | Chinese | ||
| 37169551 | 拓普集团2022年年度股东大会决议公告 | 2023-06-19 | Chinese | ||
| 37169534 | 国浩律师(上海)事务所关于宁波拓普集团股份有限公司2022年年度股东大会的法律意见书 | 2023-06-19 | Chinese | ||
| 37169523 | 拓普集团关于“拓普债转”跟踪评级结果的公告 | 2023-06-16 | Chinese | ||
| 37169515 | 2022年宁波拓普集团股份有限公司公开发行可转换公司债券跟踪评级报告 | 2023-06-16 | Chinese | ||
| 37169496 | 立信会计师事务所(特殊普通合伙)关于宁波拓普集团股份有限公司向特定对象发行股票审核问询函的专项说明(二次修订稿) | 2023-06-12 | 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 Tuopu Group 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/57277/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57277 | 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=57277 | 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=57277 \ -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": 57277}, 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 Tuopu Group Co., Ltd. (id: 57277)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.