Forest Packaging Group Co.,Ltd. — Investor Relations & Filings
About Forest Packaging Group Co.,Ltd.
Forest Packaging Group Co., Ltd. specializes in the design, manufacture, and distribution of comprehensive paper packaging solutions. The company's core product portfolio includes corrugated boxes, high-quality color boxes, paper bags, and custom paper displays. It operates an integrated production model that spans from paper manufacturing to advanced printing and final packaging assembly. Utilizing sophisticated technologies such as offset and flexographic printing, the group serves a diverse global clientele across sectors including consumer electronics, food and beverage, cosmetics, and logistics. The company emphasizes sustainable practices by utilizing recyclable materials and optimizing supply chain efficiencies. Its large-scale production facilities enable high-volume output while maintaining rigorous quality control standards for international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 森林包装集团股份有限公司2025年第一次临时股东大会决议公告 | 2025-09-25 | Chinese | |
| 森林包装集团股份有限公司关于选举第三届董事会职工代表董事的公告 | 2025-09-25 | Chinese | |
| 森林包装集团股份有限公司第三届董事会第十七次会议决议公告 | 2025-09-25 | Chinese | |
| 森林包装集团股份有限公司2025年第一次临时股东大会会议资料 | 2025-09-15 | Chinese | |
| 森林包装集团股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-09-10 | Chinese | |
| 森林包装集团股份有限公司关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-09-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39128531 | 森林包装集团股份有限公司2025年第一次临时股东大会决议公告 | 2025-09-25 | Chinese | ||
| 39128519 | 森林包装集团股份有限公司关于选举第三届董事会职工代表董事的公告 | 2025-09-25 | Chinese | ||
| 39128513 | 森林包装集团股份有限公司第三届董事会第十七次会议决议公告 | 2025-09-25 | Chinese | ||
| 39128503 | 森林包装集团股份有限公司2025年第一次临时股东大会会议资料 | 2025-09-15 | Chinese | ||
| 39128489 | 森林包装集团股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-09-10 | Chinese | ||
| 39128439 | 森林包装集团股份有限公司关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-09-10 | Chinese | ||
| 39128428 | 森林包装集团股份有限公司关于召开2025年第一次临时股东大会的通知 | 2025-09-08 | Chinese | ||
| 39128422 | 森林包装集团股份有限公司董事及高级管理人员离职管理制度 | 2025-09-08 | Chinese | ||
| 39128416 | 森林包装集团股份有限公司信息披露管理制度 | 2025-09-08 | Chinese | ||
| 39128407 | 森林包装集团股份有限公司董事会薪酬与考核委员会工作细则 | 2025-09-08 | Chinese | ||
| 39128396 | 森林包装集团股份有限公司章程 | 2025-09-08 | Chinese | ||
| 39128385 | 光大证券股份有限公司关于森林包装集团股份有限公司使用部分闲置募集资金临时补充流动资金的核查意见 | 2025-09-08 | Chinese | ||
| 39128370 | 森林包装集团股份有限公司股东会议事规则 | 2025-09-08 | Chinese | ||
| 39128363 | 森林包装集团股份有限公司会计师事务所选聘制度 | 2025-09-08 | Chinese | ||
| 39128352 | 森林包装集团股份有限公司关联交易管理制度 | 2025-09-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of corrugated paper and paperboard and of containers of paper and paperboard
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anuroop Packaging Limited
Manufactures and distributes corrugated and offset printed …
|
542865 | IN | Manufacturing |
|
ASIA PAPER MANUFACTURING CO.,LTD
Manufactures linerboard, kraft paper, and gypsum linerboard…
|
002310 | KR | Manufacturing |
|
Aten Papers & Foam Limited
Manufactures integrated paper and foam packaging and cushio…
|
544417 | IN | Manufacturing |
|
B&A Packaging India Limited
Manufacturer of paper sacks and flexible packaging for indu…
|
523186 | IN | Manufacturing |
|
BAREM AMBALAJ SANAYİ VE TİCARET A.Ş.
Integrated manufacturer of paper and offset printed packagi…
|
BARMA | TR | Manufacturing |
|
B&B Triplewall Containers Limited
Designs and manufactures corrugated packaging and heavy-dut…
|
BBTCL | IN | Manufacturing |
|
Bilokalnik-IPA d.d.
Manufacturer of sustainable corrugated cardboard packaging …
|
BLKL | HR | Manufacturing |
|
Come Sure Group (Holdings) Limited
Manufacture, sale, and trading of corrugated paperboards an…
|
794 | HK | Manufacturing |
|
DAEYOUNG PACKAGING CO.,LTD
Manufacturer and supplier of corrugated cardboard and cardb…
|
014160 | KR | Manufacturing |
|
DS Smith AD
Producer of sustainable paper, cardboard, and packaging sol…
|
- | MK | Manufacturing |
Forest Packaging Group Co.,Ltd. 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/58049/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58049 | 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=58049 | 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=58049 \ -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": 58049}, 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 Forest Packaging Group Co.,Ltd. (id: 58049)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.