
Poly Union Chemical Holding Group Co.,Ltd. — Investor Relations & Filings
Poly Union Chemical Holding Group Co.,Ltd. operates as a diversified entity engaged in the research, development, and manufacturing of chemical products. The company’s portfolio encompasses fine chemicals, chemical fertilizers, and various chemical raw materials. By integrating scientific innovation with large-scale production and global trade logistics, the group provides specialized solutions for agricultural and industrial sectors. Its core activities involve the synthesis of chemical intermediates and the optimization of production processes to ensure high-purity outputs. The organization focuses on maintaining a robust supply chain and leveraging technical expertise to meet the requirements of international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司董事会暂缓换届的提示性公告 | 2026-05-22 | Chinese | |
| 独立董事候选人声明与承诺(屠新曙) | 2026-05-22 | Chinese | |
| 第七届董事会第二十五次会议决议公告 | 2026-05-22 | Chinese | |
| 独立董事提名人声明与承诺(屠新曙) | 2026-05-22 | Chinese | |
| 关于董事、总经理辞职暨补选第七届董事会非独立董事、独立董事的公告 | 2026-05-22 | Chinese | |
| 第七届董事会第二十四次会议决议公告 | 2026-04-28 | Chinese |
Browse filings by year
23 years- 2026 29 filings
- 2025 85 filings
- 2024 93 filings
- 2023 85 filings
- 2022 130 filings
- 2021 103 filings
- 2020 77 filings
- 2019 122 filings
- 2018 232 filings
- 2017 74 filings
- 2016 80 filings
- 2015 132 filings
- 2014 81 filings
- 2013 90 filings
- 2012 82 filings
- 2011 81 filings
- 2010 83 filings
- 2009 75 filings
- 2008 79 filings
- 2007 49 filings
- 2006 40 filings
- 2005 62 filings
- 2004 21 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867623 | 关于公司董事会暂缓换届的提示性公告 | 2026-05-22 | Chinese | ||
| 46867622 | 独立董事候选人声明与承诺(屠新曙) | 2026-05-22 | Chinese | ||
| 46867582 | 第七届董事会第二十五次会议决议公告 | 2026-05-22 | Chinese | ||
| 46867139 | 独立董事提名人声明与承诺(屠新曙) | 2026-05-22 | Chinese | ||
| 46866705 | 关于董事、总经理辞职暨补选第七届董事会非独立董事、独立董事的公告 | 2026-05-22 | Chinese | ||
| 44424482 | 第七届董事会第二十四次会议决议公告 | 2026-04-28 | Chinese | ||
| 44424470 | 关于对会计师事务所2025年度履职情况评估报告 | 2026-04-28 | Chinese | ||
| 44424455 | 非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-04-28 | Chinese | ||
| 44424445 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 44424440 | 2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 44424437 | 第七届董事会第二十三次会议决议公告 | 2026-04-23 | Chinese | ||
| 44424427 | 关于推举公司董事代行董事长、法定代表人职责的公告 | 2026-04-23 | Chinese | ||
| 44424424 | 关于2026年度中期票据发行情况的公告 | 2026-04-15 | Chinese | ||
| 44424420 | 关于董事长辞职的公告 | 2026-03-31 | Chinese | ||
| 44424411 | 独立董事候选人声明与承诺(李德军) | 2026-03-20 | 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 |
Poly Union Chemical Holding Group 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/54100/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54100 | 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=54100 | 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=54100 \ -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": 54100}, 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 Poly Union Chemical Holding Group Co.,Ltd. (id: 54100)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.