Shanghai Highly (Group) Co., Ltd. — Investor Relations & Filings
About Shanghai Highly (Group) Co., Ltd.
Shanghai Highly (Group) Co., Ltd. is a global leader in the research, development, and manufacturing of core components for home appliances and automotive systems. The company primarily operates through two main business pillars: air conditioning compressors and automotive thermal management. As a dominant player in the rotary compressor market, Highly provides high-efficiency solutions for residential and commercial air conditioning units. Its product portfolio includes motors, drive controls, and advanced cooling technologies. In the automotive sector, the company specializes in integrated thermal management systems, electric compressors, and heat pump modules, particularly for new energy vehicles. Highly focuses on technological innovation and energy-saving solutions, maintaining a significant global footprint through its extensive production bases and R&D centers, serving major international brands across the appliance and transportation industries.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 海立股份关于对上海电气集团财务有限责任公司风险持续评估报告的公告 | 2026-04-07 | Chinese | |
| 海立股份2026年度日常关联交易公告 | 2026-04-07 | Chinese | |
| 海立股份董事会关于2025年度独立董事独立性情况的专项意见 | 2026-04-07 | Chinese | |
| 海立股份关于2026年度开展外汇衍生品交易的公告 | 2026-04-07 | Chinese | |
| 海立股份2025年度内部控制评价报告 | 2026-04-07 | Chinese | |
| 海立股份2025年年度报告摘要 | 2026-04-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41270312 | 海立股份关于对上海电气集团财务有限责任公司风险持续评估报告的公告 | 2026-04-07 | Chinese | ||
| 41270302 | 海立股份2026年度日常关联交易公告 | 2026-04-07 | Chinese | ||
| 41270301 | 海立股份董事会关于2025年度独立董事独立性情况的专项意见 | 2026-04-07 | Chinese | ||
| 41270290 | 海立股份关于2026年度开展外汇衍生品交易的公告 | 2026-04-07 | Chinese | ||
| 41270289 | 海立股份2025年度内部控制评价报告 | 2026-04-07 | Chinese | ||
| 41270281 | 海立股份2025年年度报告摘要 | 2026-04-07 | Chinese | ||
| 41270280 | 海立股份董事会审计委员会2025年度履职情况汇总报告 | 2026-04-07 | Chinese | ||
| 41270271 | 海立股份第十届董事会第十八次会议决议公告 | 2026-04-07 | Chinese | ||
| 41270262 | 海立股份2025年度对会计师事务所履职情况评估报告 | 2026-04-07 | Chinese | ||
| 41270259 | 关于海立股份非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-07 | Chinese | ||
| 41270253 | 国泰海通证券股份有限公司关于海立股份2025年度募集资金存放、管理与实际使用情况的专项核查意见 | 2026-04-07 | Chinese | ||
| 41270171 | 海立股份2025年度涉及上海电气集团财务有限责任公司关联交易的存、贷款等金融业务情况的专项说明 | 2026-04-07 | Chinese | ||
| 41270116 | 海立股份2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-07 | Chinese | ||
| 41270115 | 海立股份独立董事2025年度述职报告(马钧) | 2026-04-07 | Chinese | ||
| 41270113 | 海立股份2025年年度利润分配预案公告 | 2026-04-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other pumps, compressors, taps and valves
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CHANGHONG HUAYI COMPRESSOR CO., LTD.
Manufactures hermetic compressors for household and commerc…
|
000404 | CN | Manufacturing |
|
CHART INDUSTRIES INC
Global manufacturer of engineered equipment for clean energ…
|
GTLS | US | Manufacturing |
|
CHEMTECH INDUSTRIAL VALVES LIMITED
Designs and manufactures industrial valves for oil, gas, po…
|
537326 | IN | Manufacturing |
|
Concentric
Supplies proprietary flow control and fluid power systems a…
|
COIC | SE | Manufacturing |
|
Crane Co
A diversified manufacturer of highly engineered industrial …
|
CR | US | Manufacturing |
|
DAIKIN INDUSTRIES, LTD.
A global leader in HVAC&R technology, fluorochemicals, and …
|
6367 | JP | Manufacturing |
|
DHP India Ltd.
Designs and manufactures LPG regulators, brass valves, and …
|
531306 | IN | Manufacturing |
|
DMW CORPORATION
Manufacturer of fluid machinery such as pumps, fans, and bl…
|
6365 | JP | Manufacturing |
|
EAGLE INDUSTRY CO.,LTD.
A manufacturer of sealing and control solutions for various…
|
6486 | JP | Manufacturing |
|
EBARA CORPORATION
Global producer of industrial and environmental machinery, …
|
6361 | JP | Manufacturing |
Shanghai Highly (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/56870/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56870 | 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=56870 | 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=56870 \ -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": 56870}, 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 Highly (Group) Co., Ltd. (id: 56870)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.