
长裕集团 — 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 |
|---|---|---|---|
|
Gujarat Petrosynthese Ltd.
Manufacturer of polymer alloys, blends, and modified engine…
|
506858 | IN | Manufacturing |
|
Gun Ei Chemical Industry Co., Ltd.
Manufacturer of synthetic resins, adhesives, and high-perfo…
|
4229 | JP | Manufacturing |
|
Hangzhou Gaoxin Materials Technology Co., Ltd.
Manufactures high-performance polymer materials for the wir…
|
300478 | CN | Manufacturing |
|
Headway
Provides polyurethane resins, TPU granules, and eco-friendl…
|
1776 | TW | Manufacturing |
|
Hengli Petrochemical Co.,Ltd.
Vertically integrated producer of petrochemicals and advanc…
|
600346 | CN | Manufacturing |
|
HEXCEL CORP /DE/
Manufacturer of advanced composite materials for aerospace,…
|
HXL | US | Manufacturing |
|
HEXZA CORPORATION BHD
Investment holding and chemical manufacturing, producing et…
|
— | MY | Manufacturing |
|
HONGBAOLI GROUP CORPORATION,LTD.
Produces polyurethane materials and fine chemicals for refr…
|
002165 | CN | Manufacturing |
|
Huntsman CORP
Global manufacturer of differentiated and specialty organic…
|
HUN | US | Manufacturing |
|
Hyosung Chemical Corporation
An integrated chemical company producing polypropylene, TPA…
|
298000 | KR | 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.