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 |
|---|---|---|---|
|
Jiangsu Boiln Plastics Co., Ltd.
Manufactures high-performance polycarbonate and acrylic she…
|
301003 | CN | Manufacturing |
|
JIANGSU GDK BIOLOGICAL TECHNOLOGY CO., LTD.
Manufacturer of laboratory consumables and life science res…
|
688670 | CN | Manufacturing |
|
Jiangsu Huaxin New Material Co.,Ltd.
Produces functional plastic materials and substrates for sm…
|
300717 | CN | Manufacturing |
|
JIANGSU SHUANGXING COLOR PLASTIC NEW MATERIALS CO.,LTD.
Produces functional polyester films for displays, solar ene…
|
002585 | CN | Manufacturing |
|
JiangSu YuXing Film Technology Co.,Ltd
Manufacturer of high-performance BOPET films for solar and …
|
300305 | CN | Manufacturing |
|
JIANGYIN HAIDA RUBBER AND PLASTIC CO.,LTD.
Manufacturer of rubber and plastic sealing and vibration re…
|
300320 | CN | Manufacturing |
|
Jia Wei Lifestyle, Inc.
Global designer and manufacturer of premium household produ…
|
3557 | TW | Manufacturing |
|
Jindal Poly Films Ltd.
Global producer of BOPET and BOPP films for packaging and i…
|
JINDALPOLY | IN | Manufacturing |
|
Jinhua Chunguang Technology Co.,Ltd
Develops and manufactures flexible hoses and accessories fo…
|
603657 | CN | Manufacturing |
|
Jolly Plastic Industries Ltd.
Manufactures PVC pipes and fittings for construction, irrig…
|
507968 | 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.