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 |
|---|---|---|---|
|
CHINYANG HOLDINGS CORPORATION
Holding company for subsidiaries in plastics manufacturing …
|
100250 | KR | Manufacturing |
|
CHIN YANG INDUSTRY CO.,LTD.
Manufacturer of polyurethane foam and sponge products for v…
|
003780 | KR | Manufacturing |
|
CHINYANG POLY URETHANE CO.,LTD
Manufacturer of polyurethane foam for automotive, furniture…
|
010640 | KR | Manufacturing |
|
CHONGQING SULIAN PLASTIC CO.,LTD.
Provides precision injection-molded automotive components a…
|
301397 | CN | Manufacturing |
|
Cie-nergy Ply-Foil Canada inc.
Designer and manufacturer of advanced thermal insulation ma…
|
— | CA | Manufacturing |
|
CLARA INDUSTRIES LIMITED
Manufactures flexible packaging and multi-layer films for f…
|
543435 | IN | Manufacturing |
|
CLUSTER TECHNOLOGY CO.,LTD.
Develops advanced resin composites and high-precision funct…
|
4240 | JP | Manufacturing |
|
CNTUS Co., Ltd
Specializes in filter-based technology for air, water, and …
|
352700 | KR | Manufacturing |
|
Conch (Anhui) Energy Saving and Environment Protection New Material Co., Ltd.
Manufactures energy-saving building materials and environme…
|
000619 | CN | Manufacturing |
|
CONFIDENCE FUTURISTIC ENERGETECH LIMITED
Develops LPG and CNG energy solutions and manufactures comp…
|
539991 | IN | 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.