
CHANGZHOU EVERGREEN TECHNOLOGY CO.,LTD. — Investor Relations & Filings
Changzhou Evergreen Technology Co., Ltd. specializes in the research, development, production, and sales of high-performance polymer additives. The company's core product portfolio includes a wide range of antioxidants, light stabilizers, and ultraviolet absorbers designed to enhance the durability, stability, and lifespan of various materials. These products are utilized in the processing of plastics, coatings, rubber, and synthetic fibers. By focusing on technical innovation and quality control, the company provides chemical solutions that prevent material degradation caused by heat, oxidation, and light exposure. Its operations serve a global customer base, offering specialized additives tailored to meet rigorous industrial standards and specific application requirements in the polymer processing sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | |
| 中信证券股份有限公司关于常州长青科技股份有限公司首次公开发行前已发行股份解除限售并上市流通的核查意见 | 2026-05-18 | Chinese | |
| 关于首次公开发行前已发行股份解除限售并上市流通的提示性公告 | 2026-05-18 | Chinese | |
| 中信证券股份有限公司关于常州长青科技股份有限公司2025年度持续督导定期现场检查报告 | 2026-05-08 | Chinese | |
| 中信证券股份有限公司关于常州长青科技股份有限公司2025年度持续督导培训情况的报告 | 2026-05-08 | Chinese | |
| 中信证券股份有限公司关于常州长青科技股份有限公司2025年度保荐工作报告 | 2026-05-08 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867234 | 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 46513320 | 中信证券股份有限公司关于常州长青科技股份有限公司首次公开发行前已发行股份解除限售并上市流通的核查意见 | 2026-05-18 | Chinese | ||
| 46513319 | 关于首次公开发行前已发行股份解除限售并上市流通的提示性公告 | 2026-05-18 | Chinese | ||
| 44493461 | 中信证券股份有限公司关于常州长青科技股份有限公司2025年度持续督导定期现场检查报告 | 2026-05-08 | Chinese | ||
| 44493460 | 中信证券股份有限公司关于常州长青科技股份有限公司2025年度持续督导培训情况的报告 | 2026-05-08 | Chinese | ||
| 44489224 | 中信证券股份有限公司关于常州长青科技股份有限公司2025年度保荐工作报告 | 2026-05-08 | Chinese | ||
| 44487437 | 中信证券股份有限公司关于常州长青科技股份有限公司持续督导保荐总结报告书 | 2026-05-08 | Chinese | ||
| 44267493 | 关于合计持股5%以上股东及其一致行动人权益变动触及1%整数倍的公告 | 2026-05-07 | Chinese | ||
| 39504130 | 常州长青科技股份有限公司独立董事专门会议议事规则 | 2026-04-29 | Chinese | ||
| 39504127 | 常州长青科技股份有限公司董事会薪酬与考核委员会工作细则 | 2026-04-29 | Chinese | ||
| 39504124 | 常州长青科技股份有限公司董事会战略委员会工作细则 | 2026-04-29 | Chinese | ||
| 39504120 | 2026年一季度报告 | 2026-04-29 | Chinese | ||
| 39504118 | 常州长青科技股份有限公司印章管理制度 | 2026-04-29 | Chinese | ||
| 39504116 | 常州长青科技股份有限公司内部审计制度 | 2026-04-29 | Chinese | ||
| 39504113 | 关于会计政策变更的公告 | 2026-04-29 | 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 |
CHANGZHOU EVERGREEN 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/54026/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54026 | 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=54026 | 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=54026 \ -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": 54026}, 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 CHANGZHOU EVERGREEN TECHNOLOGY CO.,LTD. (id: 54026)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.