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-05-15 | Chinese | |
| 冰轮环境2024年度股东会法律意见书 | 2025-05-13 | Chinese | |
| 2024年度股东会决议公告 | 2025-05-13 | Chinese | |
| 关于参加2025年山东辖区上市公司投资者网上集体接待日活动的公告 | 2025-05-12 | Chinese | |
| 2025年一季度报告 | 2025-04-29 | Chinese | |
| 中信证券股份有限公司关于烟台国丰投资控股集团有限公司及其子公司烟台国泰诚丰资产管理有限公司豁免要约收购冰轮环境技术股份有限公司的持续督导意见 | 2025-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43825967 | 中信证券股份有限公司关于烟台国丰投资控股集团有限公司及其子公司烟台国泰诚丰资产管理有限公司豁免要约收购冰轮环境技术股份有限公司的持续督导意见 | 2025-05-15 | Chinese | ||
| 43825923 | 冰轮环境2024年度股东会法律意见书 | 2025-05-13 | Chinese | ||
| 43825609 | 2024年度股东会决议公告 | 2025-05-13 | Chinese | ||
| 43825588 | 关于参加2025年山东辖区上市公司投资者网上集体接待日活动的公告 | 2025-05-12 | Chinese | ||
| 43825548 | 2025年一季度报告 | 2025-04-29 | Chinese | ||
| 43825544 | 中信证券股份有限公司关于烟台国丰投资控股集团有限公司及其子公司烟台国泰诚丰资产管理有限公司豁免要约收购冰轮环境技术股份有限公司的持续督导意见 | 2025-04-29 | Chinese | ||
| 43825507 | 董事会决议公告 | 2025-04-29 | Chinese | ||
| 43825475 | 2024年环境、社会和公司治理(ESG)报告 | 2025-04-29 | Chinese | ||
| 43821499 | 关于召开2024年度业绩说明会的公告 | 2025-04-23 | Chinese | ||
| 43821451 | 董事会2024年度工作报告 | 2025-04-16 | Chinese | ||
| 43821410 | 2024年度财务决算报告 | 2025-04-16 | Chinese | ||
| 43821370 | 2024年年度报告摘要 | 2025-04-16 | Chinese | ||
| 43821363 | 2024年度利润分配、资本公积转增股本暨修改公司章程相应条款及提请股东会授权董事会决定2025年中期利润分配方案的公告 | 2025-04-16 | Chinese | ||
| 43821327 | 日常关联交易预计公告 | 2025-04-16 | Chinese | ||
| 43821282 | 2024年年度报告 | 2025-04-16 | 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.