Moon Environment Technology Co.,Ltd. — Investor Relations & Filings
Moon Environment Technology Co., Ltd. specializes in the research, development, and manufacturing of industrial refrigeration, air conditioning, and heating equipment. The company provides comprehensive solutions for cold chain logistics, food processing, chemical cooling, and energy management. Its core product portfolio includes high-efficiency screw compressors, reciprocating compressors, pressure vessels, and heat exchangers. Moon Environment focuses on technological innovation in low-carbon heating, waste heat recovery, and environmental protection. By integrating advanced control systems with thermal energy technology, the company serves diverse sectors such as petrochemicals, power generation, and large-scale commercial cooling. It is recognized for its expertise in system integration and energy-saving applications, aiming to optimize thermal efficiency and reduce environmental impact across global industrial markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度会计师事务所履职情况评估报告 | 2026-04-10 | Chinese | |
| 审计委员会对会计师履行监督职责的情况报告 | 2026-04-10 | Chinese | |
| 关于部分高级管理人员减持计划期限届满暨实施情况的公告 | 2026-02-24 | Chinese | |
| 关于部分董事、高级管理人员减持计划期限届满暨实施情况的公告 | 2026-01-26 | Chinese | |
| 关于签订日常经营大合同的自愿性信息披露公告 | 2026-01-21 | Chinese | |
| 关于部分董事、高级管理人员减持股份的预披露公告 | 2026-01-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 43830708 | 2025年度会计师事务所履职情况评估报告 | 2026-04-10 | Chinese | ||
| 43830704 | 审计委员会对会计师履行监督职责的情况报告 | 2026-04-10 | Chinese | ||
| 43830698 | 关于部分高级管理人员减持计划期限届满暨实施情况的公告 | 2026-02-24 | Chinese | ||
| 43830688 | 关于部分董事、高级管理人员减持计划期限届满暨实施情况的公告 | 2026-01-26 | Chinese | ||
| 43830684 | 关于签订日常经营大合同的自愿性信息披露公告 | 2026-01-21 | Chinese | ||
| 43830642 | 关于部分董事、高级管理人员减持股份的预披露公告 | 2026-01-15 | Chinese | ||
|
2025
9 filings
| |||||
| 43830617 | 冰轮环境技术股份有限公司控股股东减持股份触及1%整数倍的公告 | 2025-12-10 | Chinese | ||
| 43830569 | 股票交易异常波动公告 | 2025-12-09 | Chinese | ||
| 43830532 | 关于部分股权激励限制性股票回购注销完成的公告 | 2025-11-27 | Chinese | ||
| 43830482 | 关于公司2023年限制性股票激励计划推迟授予的限制性股票第一个限售期解除限售上市流通的提示性公告 | 2025-11-19 | Chinese | ||
| 43830422 | 薪酬与考核委员会会议记录 | 2025-11-14 | Chinese | ||
| 43830381 | 中国银河证券股份有限公司关于冰轮环境技术股份有限公司2023年限制性股票激励计划推迟授予部分第一个解除限售期解除限售条件成就相关事项之独立财务顾问报告 | 2025-11-14 | Chinese | ||
| 43828711 | 董事会2025年第七次会议决议公告 | 2025-11-14 | Chinese | ||
| 43828684 | 中信证券股份有限公司关于烟台国丰投资控股集团有限公司及其子公司烟台国泰诚丰资产管理有限公司豁免要约收购冰轮环境技术股份有限公司的持续督导意见暨持续督导总结报告 | 2025-11-14 | Chinese | ||
| 43828644 | 北京市中伦律师事务所关于冰轮环境技术股份有限公司2023年限制性股票激励计划相关事项的法律意见书 | 2025-11-14 | 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 |
Moon Environment Technology 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/53833/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53833 | 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=53833 | 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=53833 \ -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": 53833}, 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 Moon Environment Technology Co.,Ltd. (id: 53833)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.