
Qingdao Daneng Environmental Protection Equipment Co., Ltd. — Investor Relations & Filings
Qingdao Daneng Environmental Protection Equipment Co., Ltd. specializes in the research, development, design, and manufacturing of energy-saving and environmental protection systems. The company's primary product portfolio includes bottom ash handling systems, fly ash handling systems, and flue gas waste heat recovery systems. It provides integrated solutions for industrial waste heat utilization and zero-liquid discharge water treatment. Serving sectors such as thermal power generation, metallurgy, and chemical processing, the company focuses on enhancing thermal efficiency and reducing pollutant emissions. Its technical expertise covers dry slag removal, pneumatic conveying, and advanced heat exchange technologies, supporting industrial facilities in achieving operational sustainability and regulatory compliance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 青达环保关于召开2025年年度股东会的通知 | 2026-05-19 | Chinese | |
| 青达环保关于召开2025年年度暨2026年第一季度业绩暨现金分红说明会的公告 | 2026-05-19 | Chinese | |
| 青达环保关于参加2026年青岛辖区上市公司投资者网上集体接待日暨2025年度业绩说明会活动的公告 | 2026-04-27 | Chinese | |
| 青达环保2026年第一季度报告 | 2026-04-27 | Chinese | |
| 青达环保关于2025年年度利润分配及资本公积金转增股本方案的公告 | 2026-04-22 | Chinese | |
| 青达环保董事会审计委员会对会计师事务所2025年履行监督职责情况报告 | 2026-04-22 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566397 | 青达环保关于召开2025年年度股东会的通知 | 2026-05-19 | Chinese | ||
| 46565554 | 青达环保关于召开2025年年度暨2026年第一季度业绩暨现金分红说明会的公告 | 2026-05-19 | Chinese | ||
| 39306054 | 青达环保关于参加2026年青岛辖区上市公司投资者网上集体接待日暨2025年度业绩说明会活动的公告 | 2026-04-27 | Chinese | ||
| 39306049 | 青达环保2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 39306048 | 青达环保关于2025年年度利润分配及资本公积金转增股本方案的公告 | 2026-04-22 | Chinese | ||
| 39306047 | 青达环保董事会审计委员会对会计师事务所2025年履行监督职责情况报告 | 2026-04-22 | Chinese | ||
| 39306045 | 青达环保及子公司2026年度申请综合授信额度的公告 | 2026-04-22 | Chinese | ||
| 39306044 | 青达环保2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-22 | Chinese | ||
| 39306041 | 容诚会计师事务所(特殊普通合伙)关于青岛达能环保设备股份有限公司前次募集资金使用情况鉴证报告 | 2026-04-22 | Chinese | ||
| 39306036 | 青达环保关于续聘会计师事务所的公告 | 2026-04-22 | Chinese | ||
| 39306035 | 青达环保关于会计政策变更的公告 | 2026-04-22 | Chinese | ||
| 39306033 | 青达环保2025年度会计师事务所履职情况的评估报告 | 2026-04-22 | Chinese | ||
| 39306032 | 容诚会计师事务所(特殊普通合伙)关于青达环保2025年非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-22 | Chinese | ||
| 39306030 | 国联民生证券承销保荐有限公司关于青岛达能环保设备股份有限公司2025年度持续督导跟踪报告 | 2026-04-22 | Chinese | ||
| 39306029 | 青达环保2025年度独立董事述职报告(陈莉) | 2026-04-22 | 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 |
Qingdao Daneng Environmental Protection Equipment 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/58445/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58445 | 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=58445 | 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=58445 \ -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": 58445}, 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 Qingdao Daneng Environmental Protection Equipment Co., Ltd. (id: 58445)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.