Aotecar New Energy Technology Group Co.,Ltd. — Investor Relations & Filings
Aotecar New Energy Technology Group Co.,Ltd. specializes in the research, development, and manufacturing of automotive thermal management systems and components. The company is a global leader in automotive air conditioning compressors, offering a diverse product portfolio that includes scroll, piston, and high-voltage electric compressors. Aotecar provides integrated thermal management solutions specifically designed for new energy vehicles, including advanced heat pump systems and battery thermal management components. By focusing on energy-efficient technologies and high-performance cooling systems, the company serves major global automotive manufacturers. Its core expertise lies in the miniaturization and electrification of compressor technology, supporting the transition toward sustainable mobility and enhanced passenger comfort across both traditional and electric vehicle platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于选举职工代表董事的公告 | 2025-12-09 | Chinese | |
| 关于回购注销部分限制性股票暨减少注册资本并通知债权人的公告 | 2025-12-09 | Chinese | |
| 关于第七届董事会第一次会议决议的公告 | 2025-12-09 | Chinese | |
| 关于2025年第三次临时股东会决议的公告 | 2025-12-09 | Chinese | |
| 关于董事会完成换届选举及聘任高级管理人员的公告 | 2025-12-09 | Chinese | |
| 中信建投证券股份有限公司关于奥特佳新能源科技集团股份有限公司向特定对象发行股票之上市保荐书 | 2025-12-05 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35175220 | 关于选举职工代表董事的公告 | 2025-12-09 | Chinese | ||
| 35175216 | 关于回购注销部分限制性股票暨减少注册资本并通知债权人的公告 | 2025-12-09 | Chinese | ||
| 35175204 | 关于第七届董事会第一次会议决议的公告 | 2025-12-09 | Chinese | ||
| 35175198 | 关于2025年第三次临时股东会决议的公告 | 2025-12-09 | Chinese | ||
| 35175188 | 关于董事会完成换届选举及聘任高级管理人员的公告 | 2025-12-09 | Chinese | ||
| 35175152 | 中信建投证券股份有限公司关于奥特佳新能源科技集团股份有限公司向特定对象发行股票之上市保荐书 | 2025-12-05 | Chinese | ||
| 35175120 | 中信建投证券股份有限公司关于奥特佳新能源科技集团股份有限公司向特定对象发行股票之发行保荐书 | 2025-12-05 | Chinese | ||
| 35175090 | 向特定对象发行股票募集说明书(注册稿) | 2025-12-05 | Chinese | ||
| 35174910 | 关于向特定对象发行股票提交募集说明书(注册稿)等申请文件的提示性公告 | 2025-12-05 | Chinese | ||
| 35174902 | 关于向特定对象发行A股股票获得深圳证券交易所审核通过的公告 | 2025-12-02 | Chinese | ||
| 35174895 | 关于延期召开2025年第三次临时股东会的公告 | 2025-11-28 | Chinese | ||
| 35174882 | 关于召开公司2025年第三次临时股东会的通知(延期后) | 2025-11-28 | Chinese | ||
| 35174870 | 最近一年的财务报告及其审计报告以及最近一期的财务报告 | 2025-11-19 | Chinese | ||
| 35174740 | 中信建投证券股份有限公司关于奥特佳新能源科技集团股份有限公司申请向特定对象发行股票的审核问询函之回复(修订稿)(豁免版) | 2025-11-19 | Chinese | ||
| 35174671 | 中信建投证券股份有限公司关于奥特佳新能源科技集团股份有限公司向特定对象发行股票之上市保荐书(修订稿) | 2025-11-19 | 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 |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
|
AISIN CORPORATION
Global supplier of automotive components and energy, lifest…
|
7259 | JP | Manufacturing |
Aotecar New Energy Technology 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/54291/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54291 | 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=54291 | 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=54291 \ -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": 54291}, 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 Aotecar New Energy Technology Group Co.,Ltd. (id: 54291)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.