
长裕集团 — Investor Relations & Filings
Changyu Group specializes in the research, development, and production of high-performance engineering plastics and specialty chemicals. The core product portfolio includes long-chain polyamides such as PA610, PA612, PA1010, and PA1012, which are recognized for their thermal stability, chemical resistance, and mechanical strength. These materials serve critical functions in the automotive, electronics, and industrial manufacturing sectors. A key focus of the group is the advancement of bio-based polymers, utilizing renewable feedstocks to create sustainable material solutions. The organization operates integrated production lines covering monomer synthesis and polymer processing, supported by dedicated research facilities. By providing tailored technical solutions and maintaining high-precision manufacturing standards, the group addresses complex material requirements for diverse global applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 长裕集团公司章程 | 2026-05-07 | Chinese | |
| 长裕集团首次公开发行股票主板上市公告书 | 2026-05-07 | Chinese | |
| 长裕集团首次公开发行股票主板上市公告书提示性公告 | 2026-05-07 | Chinese | |
| 长裕集团首次公开发行股票并在主板上市网下初步配售结果及网上中签结果公告 | 2026-04-28 | Chinese | |
| 长裕集团首次公开发行股票并在主板上市网上发行申购情况及中签率公告 | 2026-04-27 | Chinese | |
| 北京市天元律师事务所关于长裕控股集团股份有限公司首次公开发行股票并在主板上市参与战略配售的投资者专项核查法律意见 | 2026-04-23 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 44271470 | 长裕集团公司章程 | 2026-05-07 | Chinese | ||
| 44266978 | 长裕集团首次公开发行股票主板上市公告书 | 2026-05-07 | Chinese | ||
| 44265887 | 长裕集团首次公开发行股票主板上市公告书提示性公告 | 2026-05-07 | Chinese | ||
| 39600197 | 长裕集团首次公开发行股票并在主板上市网下初步配售结果及网上中签结果公告 | 2026-04-28 | Chinese | ||
| 39600193 | 长裕集团首次公开发行股票并在主板上市网上发行申购情况及中签率公告 | 2026-04-27 | Chinese | ||
| 39600184 | 北京市天元律师事务所关于长裕控股集团股份有限公司首次公开发行股票并在主板上市参与战略配售的投资者专项核查法律意见 | 2026-04-23 | Chinese | ||
| 39600171 | 长裕集团首次公开发行股票并在主板上市发行公告 | 2026-04-23 | Chinese | ||
| 39600169 | 西南证券股份有限公司关于长裕集团首次公开发行股票并在主板上市参与战略配售的投资者核查的专项核查报告 | 2026-04-23 | Chinese | ||
| 39600158 | 长裕集团首次公开发行股票并在主板上市投资风险特别公告 | 2026-04-23 | Chinese | ||
| 39600148 | 长裕集团首次公开发行股票并在主板上市网上路演公告 | 2026-04-22 | Chinese | ||
| 39600133 | 长裕集团首次公开发行股票并在主板上市招股意向书附录 | 2026-04-16 | Chinese | ||
| 39599556 | 长裕集团首次公开发行股票并在主板上市发行安排及初步询价公告 | 2026-04-16 | Chinese | ||
| 39599553 | 长裕集团首次公开发行股票并在主板上市招股意向书提示性公告 | 2026-04-16 | Chinese | ||
| 39599547 | 长裕集团首次公开发行股票并在主板上市招股意向书 | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EPCLR1
Chemical manufacturer and sole integrated Chlor-Vinyl compl…
|
EPCLR1 | PK | Manufacturing |
|
Ester Industries Ltd.
Produces polyester films, specialty polymers, and engineeri…
|
ESTER | IN | Manufacturing |
|
ETERNAL
Global provider of synthetic resins, electronic materials, …
|
1717 | TW | Manufacturing |
|
FPC
Global producer of plastic resins, fundamental chemicals, a…
|
1301 | TW | Manufacturing |
|
FRX Innovations Inc.
Global manufacturer of non-toxic, high-performance, permane…
|
FRXI.H | CA | Manufacturing |
|
GPPC
Produces SM and ABS resins using vertical integration and s…
|
1312 | TW | Manufacturing |
|
GRAFT POLYMER (UK) PLC
Specializes in polymer modification and the development of …
|
GPL | GB | Manufacturing |
|
GUANGDONG SILVER AGE SCI&TECH CO.,LTD.
Develops and produces high-performance polymer materials an…
|
300221 | CN | Manufacturing |
|
GUANGZHOU LUSHAN NEW MATERIALS CO., LTD.
Develops functional polymer materials, adhesives, and films…
|
603051 | CN | Manufacturing |
|
Gujarat Fluorochemicals Limited
Integrated producer of fluoropolymers, chemicals, and refri…
|
FLUOROCHEM | IN | Manufacturing |
长裕集团 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/57661/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57661 | 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=57661 | 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=57661 \ -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": 57661}, 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 长裕集团 (id: 57661)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.