
长裕集团 — 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 |
|---|---|---|---|
|
LUXCHEM CORPORATION BERHAD
Supplier and manufacturer of industrial chemicals, petroche…
|
— | MY | Manufacturing |
|
LyondellBasell Industries N.V.
Global producer of polymers, chemicals, and fuels for diver…
|
LYB | NL | Manufacturing |
|
Malion New Materials Co., Ltd.
Produces high-performance masterbatches and biodegradable m…
|
300586 | CN | Manufacturing |
|
MAOMING PETRO-CHEMICAL SHIHUA CO.,LTD
Manufactures polypropylene, LPG, and fine chemicals from re…
|
000637 | CN | Manufacturing |
|
Miracll Chemicals Co.,Ltd.
Specializes in the R&D and production of high-performance T…
|
300848 | CN | Manufacturing |
|
MITSUBISHI CHEMICAL HOLDINGS CORPORATION
global specialty materials provider of electronic chemicals…
|
6L4B | SG | Manufacturing |
|
Multibase India Ltd
Manufactures thermoplastic elastomers and specialty silicon…
|
526169 | IN | Manufacturing |
|
Nama Chemicals Co.
Integrated producer of epoxy resins and chlor-alkali chemic…
|
2210 | SA | Manufacturing |
|
Nanjing Julong science & technology CO., Ltd.
Develops and manufactures high-performance polymer material…
|
300644 | CN | Manufacturing |
|
NANTEX
Global manufacturer of synthetic rubber and latex for autom…
|
2108 | TW | 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.