Cangzhou Dahua Co.,Ltd — Investor Relations & Filings
About Cangzhou Dahua Co.,Ltd
Cangzhou Dahua Co.,Ltd. focuses on the manufacturing and distribution of high-performance chemical materials and fertilizers. The core of its operations involves the production of toluene diisocyanate (TDI), synthetic ammonia, and urea. It has expanded its technical capabilities into the production of polycarbonate (PC), utilizing advanced synthesis processes. The company maintains integrated production chains to ensure efficiency in the output of organic and inorganic chemical products. These materials are utilized across various sectors, including the automotive, construction, furniture, and agricultural markets. The organization prioritizes technological innovation and large-scale production capacity to meet the demands of both domestic and international supply chains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 沧州大化股份有限公司关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | |
| 沧州大化股份有限公司关于对中化集团财务有限责任公司2025年年度风险评估报告 | 2026-04-23 | Chinese | |
| 沧州大化股份有限公司2025年年度报告摘要 | 2026-04-23 | Chinese | |
| 沧州大化股份有限公司关于续聘2026年度审计机构及支付2025年度报酬的公告 | 2026-04-23 | Chinese | |
| 沧州大化股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-23 | Chinese | |
| 沧州大化股份有限公司董事薪酬管理办法 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40577856 | 沧州大化股份有限公司关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 40577854 | 沧州大化股份有限公司关于对中化集团财务有限责任公司2025年年度风险评估报告 | 2026-04-23 | Chinese | ||
| 40577845 | 沧州大化股份有限公司2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 40577838 | 沧州大化股份有限公司关于续聘2026年度审计机构及支付2025年度报酬的公告 | 2026-04-23 | Chinese | ||
| 40577828 | 沧州大化股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-23 | Chinese | ||
| 40577605 | 沧州大化股份有限公司董事薪酬管理办法 | 2026-04-23 | Chinese | ||
| 40577592 | 沧州大化股份有限公司独立董事2025年度述职报告(霍巧红女士) | 2026-04-23 | Chinese | ||
| 40577580 | 沧州大化股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-23 | Chinese | ||
| 40577409 | 沧州大化股份有限公司2025年年度主要经营数据公告 | 2026-04-23 | Chinese | ||
| 40577398 | 沧州大化股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-23 | Chinese | ||
| 40577376 | 沧州大化股份有限公司第九届董事会第十五次会议决议公告 | 2026-04-23 | Chinese | ||
| 40577367 | 沧州大化股份有限公司对会计师事务所履职情况的评估报告 | 2026-04-23 | Chinese | ||
| 40577355 | 沧州大化股份有限公司董事会关于会计政策变更及会计估计变更的说明 | 2026-04-23 | Chinese | ||
| 40577344 | 沧州大化股份有限公司关于2026年日常关联交易预计的公告 | 2026-04-23 | Chinese | ||
| 40577341 | 沧州大化股份有限公司关于会计政策及会计估计变更的公告 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
Cangzhou Dahua 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/56582/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56582 | 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=56582 | 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=56582 \ -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": 56582}, 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 Cangzhou Dahua Co.,Ltd (id: 56582)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.