
长裕集团 — 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 |
|---|---|---|---|
|
KPX CHEMICAL CO., LTD.
Manufacturer of polyurethane solutions and fine chemicals f…
|
025000 | KR | Manufacturing |
|
KPX HOLDINGS CO., LTD.
Holding company for subsidiaries producing polyurethane and…
|
092230 | KR | Manufacturing |
|
KUKDO CHEMICAL CO.,LTD
A manufacturer of epoxy resins, curing agents, and other ad…
|
007690 | KR | Manufacturing |
|
KUMHO PETRO CHEMICAL CO.,LTD
A global petrochemical company specializing in synthetic ru…
|
011780 | KR | Manufacturing |
|
LECRON INDUSTRIAL DEVELOPMENT GROUP CO., LTD
Produces polyurethane and fluorine products for insulation …
|
300343 | CN | Manufacturing |
|
Levima Advanced Materials Corporation
Produces high-end chemical materials, EVA copolymers, and s…
|
003022 | CN | Manufacturing |
|
LG CHEM LTD
Global science company in petrochemicals, advanced material…
|
051910 | KR | Manufacturing |
|
LION CHEMTECH CO., Ltd.
Manufacturer of acrylic solid surfaces and synthetic waxes …
|
171120 | KR | Manufacturing |
|
Loop Industries, Inc.
A technology company that chemically recycles PET plastic i…
|
LOOP | US | Manufacturing |
|
LOTTE CHEMICAL TITAN HOLDING BERHAD
A leading integrated producer of petrochemicals, supplying …
|
— | MY | 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.