China General Plastics Corporation — Investor Relations & Filings
China General Plastics Corporation (CGPC) is a prominent manufacturer specializing in the production and distribution of polyvinyl chloride (PVC) solutions. Established in 1964, the company maintains a vertically integrated business model that spans from raw material synthesis to downstream processing. Its core product range includes PVC resins, compounds, films, and synthetic leathers, alongside specialized construction materials such as pipes and tubes. CGPC serves a global market across the construction, consumer goods, and industrial sectors. The company distinguishes itself through the implementation of AI-driven smart manufacturing and a strong emphasis on environmental sustainability. Key initiatives include carbon reduction processes, circular economy practices, and the development of green materials, with several product lines earning certifications for recycled content and eco-friendly production standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 本公司依公開發行公司資金貸與及背書保證處理準則 第22條公告新增資金貸與 | 2026-05-04 | Chinese | |
| 公告本公司115年第1季合併財務報告業經董事會決議通過。 | 2026-05-04 | Chinese | |
| 公告本公司一一五年第一季合併財務報告董事會預計召開日期 為115年5月4日。 | 2026-04-24 | Chinese | |
| 115年年報及股東會資料 — 2026_1305_20260526FE1.pdf | 2026-04-24 | English | |
| 115年年報及股東會資料 — 2026_1305_20260526F01.pdf | 2026-04-24 | Chinese | |
| 115年年報及股東會資料 — 2026_1305_20260526FE2.pdf | 2026-04-24 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40823242 | 本公司依公開發行公司資金貸與及背書保證處理準則 第22條公告新增資金貸與 | 2026-05-04 | Chinese | ||
| 40824985 | 公告本公司115年第1季合併財務報告業經董事會決議通過。 | 2026-05-04 | Chinese | ||
| 36122538 | 公告本公司一一五年第一季合併財務報告董事會預計召開日期 為115年5月4日。 | 2026-04-24 | Chinese | ||
| 36081930 | 115年年報及股東會資料 — 2026_1305_20260526FE1.pdf | 2026-04-24 | English | ||
| 36081906 | 115年年報及股東會資料 — 2026_1305_20260526F01.pdf | 2026-04-24 | Chinese | ||
| 36011776 | 115年年報及股東會資料 — 2026_1305_20260526FE2.pdf | 2026-04-24 | English | ||
| 36011724 | 115年年報及股東會資料 — 2026_1305_20260526F02.pdf | 2026-04-24 | Chinese | ||
| 36011647 | 115年年報及股東會資料 — 2026_1305_20260526F13.pdf | 2026-04-24 | Chinese | ||
| 33888836 | 115年3月背書保證與資金貸與 | 2026-04-09 | Chinese | ||
| 33888833 | 115年3月營業收入 | 2026-04-09 | Chinese | ||
| 33696089 | 115年03月內部人持股異動(事後) | 2026-04-07 | Chinese | ||
| 33696084 | 115年03月董事會成員及持股 | 2026-04-07 | Chinese | ||
| 33202231 | 係因本公司有價證券於集中交易市場達公布注意交易資訊標準, 故公布相關財務業務等重大訊息,以利投資人區別瞭解。 | 2026-03-25 | Chinese | ||
| 33202250 | 115年03月法人說明會簡報 — 130520260318E001.pdf | 2026-03-18 | English | ||
| 33202242 | 115年03月法人說明會簡報 — 130520260318M001.pdf | 2026-03-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ecoplast Ltd.
Designs and manufactures multilayer co-extruded polyethylen…
|
526703 | IN | Manufacturing |
|
EcoRub AB
Manufactures high-performance compounds from recycled rubbe…
|
ECO B | SE | Manufacturing |
|
EGEPLAST EGE PLASTİK TİCARET VE SANAYİ A.Ş.
Manufacturer of plastic pipes and fittings for water and wa…
|
EPLAS | TR | Manufacturing |
|
EGE PROFİL TİCARET VE SANAYİ A.Ş.
Manufacturer of PVC profiles for window and door systems, s…
|
EGPRO | TR | Manufacturing |
|
EIDAI KAKO CO.,LTD.
Manufacturer of synthetic resin products specializing in pr…
|
7877 | JP | Manufacturing |
|
ENCODE PACKAGING INDIA LIMITED
Manufacturer of flexible packaging solutions, including fil…
|
530733 | IN | Manufacturing |
|
E. Pairis S.A.
A manufacturer of plastic packaging products, also providin…
|
PAIR | GR | Manufacturing |
|
EP BIOCOMPOSITES LIMITED
Manufactures FRP products, bio-toilets, and advanced wastew…
|
543595 | IN | Manufacturing |
|
EPL LIMITED
Manufacturer of laminated plastic tubes and sustainable spe…
|
EPL | IN | Manufacturing |
|
EPWIN GROUP PLC
Manufacturer of low-maintenance and energy-efficient buildi…
|
EPWN | GB | Manufacturing |
China General Plastics Corporation 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/51765/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51765 | 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=51765 | 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=51765 \ -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": 51765}, 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 China General Plastics Corporation (id: 51765)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.