
Bingshan Refrigeration & Heat Transfer Technologies Co.,Ltd. — Investor Relations & Filings
Bingshan Refrigeration & Heat Transfer Technologies Co.,Ltd. specializes in the design, manufacture, and installation of industrial and commercial refrigeration and heat transfer equipment. The company provides a comprehensive range of products, including screw and reciprocating compressors, pressure vessels, heat exchangers, and cooling towers. Its solutions cater to diverse sectors such as food processing, cold chain logistics, petrochemicals, and energy management. Bingshan focuses on developing energy-efficient and low-carbon technologies, offering integrated systems for cooling, heating, and thermal storage. The company’s expertise extends to large-scale industrial refrigeration projects, providing customized engineering services and technical support to optimize thermal performance and operational reliability across global markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 冰山冷热2025年度股东会法律意见书 | 2026-05-21 | Chinese | |
| 2025年度股东会决议公告(英文) | 2026-05-21 | English | |
| 2025年度股东会决议公告 | 2026-05-21 | Chinese | |
| 董事和高级管理人员薪酬管理制度 | 2026-05-21 | Chinese | |
| 关于2025年度利润分配预案的公告 | 2026-04-23 | Chinese | |
| 2026年一季度报告 | 2026-04-23 | Chinese |
Browse filings by year
28 years- 2026 25 filings
- 2025 85 filings
- 2024 82 filings
- 2023 57 filings
- 2022 151 filings
- 2021 89 filings
- 2020 60 filings
- 2019 69 filings
- 2018 97 filings
- 2017 111 filings
- 2016 151 filings
- 2015 104 filings
- 2014 60 filings
- 2013 59 filings
- 2012 41 filings
- 2011 27 filings
- 2010 27 filings
- 2009 41 filings
- 2008 35 filings
- 2007 42 filings
- 2006 47 filings
- 2005 55 filings
- 2004 31 filings
- 2003 26 filings
- 2002 16 filings
- 2001 1 filing
- 1998 1 filing
- 1993 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46758041 | 冰山冷热2025年度股东会法律意见书 | 2026-05-21 | Chinese | ||
| 46758040 | 2025年度股东会决议公告(英文) | 2026-05-21 | English | ||
| 46758039 | 2025年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 46757174 | 董事和高级管理人员薪酬管理制度 | 2026-05-21 | Chinese | ||
| 42170800 | 关于2025年度利润分配预案的公告 | 2026-04-23 | Chinese | ||
| 42170737 | 2026年一季度报告 | 2026-04-23 | Chinese | ||
| 42170681 | 2026年度日常关联交易预计公告 | 2026-04-23 | Chinese | ||
| 42170644 | 董事会关于2025年度会计师事务所履职情况评估报告 | 2026-04-23 | Chinese | ||
| 42170634 | 2025年度非经营性资金占用及其他关联资金往来专项说明 | 2026-04-23 | Chinese | ||
| 42170601 | 董事会关于独立董事独立性情况的专项意见 | 2026-04-23 | Chinese | ||
| 42170594 | 2025年年度报告 | 2026-04-23 | Chinese | ||
| 42170580 | 关于前期会计差错更正及追溯调整的公告 | 2026-04-23 | Chinese | ||
| 42170545 | 独立董事2025年度述职报告-刘媛媛 | 2026-04-23 | Chinese | ||
| 42170524 | 2025年度内部控制审计报告 | 2026-04-23 | Chinese | ||
| 42170299 | 关于会计政策变更的公告 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Bingshan Refrigeration & Heat Transfer Technologies 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/53652/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53652 | 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=53652 | 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=53652 \ -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": 53652}, 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 Bingshan Refrigeration & Heat Transfer Technologies Co.,Ltd. (id: 53652)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.