
Longchen P&P — Investor Relations & Filings
Longchen Paper & Packaging Co., Ltd. is a vertically integrated manufacturer specializing in low-carbon papermaking and green packaging solutions. The company utilizes recycled waste paper as its primary raw material to produce industrial paper, corrugated paper, and customized packaging products. Its operational model emphasizes high-efficiency resource utilization and the integration of environmental protection technologies into the manufacturing process. Longchen provides high-value-added, customized packaging services designed to meet the specific needs of enterprise customers. Guided by a circular economy philosophy and the 3R concepts of Reduce, Reuse, and Recycle, the company focuses on sustainable production and the development of eco-friendly paper products. Its core business activities encompass the entire lifecycle of paper production, from raw material recovery to the distribution of finished packaging solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代重要子公司榮成環科公告監察人異動 | 2021-06-28 | Chinese | |
| 代重要子公司榮成環科公告董事會決議增資湖北榮成再生 科技有限公司 | 2021-06-28 | Chinese | |
| 代重要子公司榮成環科公告董事會決議增資發行新股 | 2021-06-28 | Chinese | |
| 代重要子公司榮成環科公告股東臨時會相關事宜 | 2021-06-28 | Chinese | |
| 公告本公司決議通過除息基準日等相關事宜 | 2021-06-16 | Chinese | |
| 公告本公司董事會決議110年股東常會延期召開日期、地點 | 2021-06-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 33499366 | 代重要子公司榮成環科公告監察人異動 | 2021-06-28 | Chinese | ||
| 33499368 | 代重要子公司榮成環科公告董事會決議增資湖北榮成再生 科技有限公司 | 2021-06-28 | Chinese | ||
| 33499372 | 代重要子公司榮成環科公告董事會決議增資發行新股 | 2021-06-28 | Chinese | ||
| 33499374 | 代重要子公司榮成環科公告股東臨時會相關事宜 | 2021-06-28 | Chinese | ||
| 33499377 | 公告本公司決議通過除息基準日等相關事宜 | 2021-06-16 | Chinese | ||
| 33499379 | 公告本公司董事會決議110年股東常會延期召開日期、地點 | 2021-06-16 | Chinese | ||
| 33499386 | 110年05月內部人持股異動(事後) | 2021-06-10 | Chinese | ||
| 33499382 | 110年05月董事會成員及持股 | 2021-06-10 | Chinese | ||
| 33499392 | 110年5月背書保證與資金貸與 | 2021-06-07 | Chinese | ||
| 33499389 | 110年5月營業收入 | 2021-06-07 | Chinese | ||
| 33499395 | 公告本公司110年5月份及1-5月累計合併自結損益 | 2021-06-07 | Chinese | ||
| 33499398 | 110年05月僑外投資持股 | 2021-05-27 | Chinese | ||
| 33499401 | 本公司依金管會指示停止召開原訂股東會 | 2021-05-21 | Chinese | ||
| 33499403 | 公告本公司董事會決議新增背書保證餘額達新臺幣一千萬元以 上且對其背書保證、長期投資及資金貸與餘額合計數達本公司 最近期財務報表淨值百分之三十以上 | 2021-05-14 | Chinese | ||
| 33499404 | 公告本公司董事會決議新增背書保證餘額達新臺幣一千萬元以 上且對其背書保證、長期投資及資金貸與餘額合計數達本公司 最近期財務報表淨值百分之三十以上 | 2021-05-14 | 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 |
|
BOX-PAK (MALAYSIA) BHD
Manufacturer and distributor of corrugated cartons and die-…
|
— | MY | Manufacturing |
|
CENTURY BOND BHD
Comprehensive provider of industrial packaging solutions an…
|
— | MY | Manufacturing |
|
Cherat Packaging Limited
Manufactures industrial and consumer packaging solutions, s…
|
CPPL | PK | Manufacturing |
Longchen P&P 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/51936/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51936 | 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=51936 | 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=51936 \ -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": 51936}, 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 Longchen P&P (id: 51936)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.