
LP — Investor Relations & Filings
Li Peng Enterprise Co., Ltd., a prominent member of the Lealea Group and a primary entity under the LIBOLON brand, is a leading global manufacturer specializing in nylon materials and textiles. The company operates a comprehensive, vertically integrated production chain that includes polymerization, spinning, weaving, dyeing, and finishing. Its core product portfolio features high-grade nylon chips, nylon filament yarns, and a diverse range of woven fabrics. These products serve various sectors, including engineering plastics, urban apparel, and high-performance sportswear, with functional offerings such as moisture-wicking and waterproof materials. Recognized as one of the world's largest producers of nylon chips, Li Peng leverages advanced automated production and decades of technical expertise to provide customized, one-stop textile solutions for international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 資金貸與事宜 | 2021-11-10 | Chinese | |
| 代子公司鴻興投資股份有限公司公告新增資金貸與達 「公開發行公司資金貸與及背書保證處理準則」 第22條第1項第1款之標準。 | 2021-11-10 | Chinese | |
| 代子公司力興投資股份有限公司公告新增資金貸與達 「公開發行公司資金貸與及背書保證處理準則」 第22條第1項第1款之標準。 | 2021-11-10 | Chinese | |
| 代子公司力茂投資股份有限公司公告新增資金貸與達 「公開發行公司資金貸與及背書保證處理準則」 第22條第1項第1款之標準。 | 2021-11-10 | Chinese | |
| 公告110年度第三季財務報告提報董事會 | 2021-11-10 | Chinese | |
| 110年10月內部人持股異動(事後) | 2021-11-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 33279066 | 資金貸與事宜 | 2021-11-10 | Chinese | ||
| 33279068 | 代子公司鴻興投資股份有限公司公告新增資金貸與達 「公開發行公司資金貸與及背書保證處理準則」 第22條第1項第1款之標準。 | 2021-11-10 | Chinese | ||
| 33279070 | 代子公司力興投資股份有限公司公告新增資金貸與達 「公開發行公司資金貸與及背書保證處理準則」 第22條第1項第1款之標準。 | 2021-11-10 | Chinese | ||
| 33279071 | 代子公司力茂投資股份有限公司公告新增資金貸與達 「公開發行公司資金貸與及背書保證處理準則」 第22條第1項第1款之標準。 | 2021-11-10 | Chinese | ||
| 33279074 | 公告110年度第三季財務報告提報董事會 | 2021-11-10 | Chinese | ||
| 33279079 | 110年10月內部人持股異動(事後) | 2021-11-09 | Chinese | ||
| 33279075 | 110年10月董事會成員及持股 | 2021-11-09 | Chinese | ||
| 33279084 | 110年10月營業收入 | 2021-11-09 | Chinese | ||
| 33279082 | 110年10月背書保證與資金貸與 | 2021-11-09 | Chinese | ||
| 33279086 | 依公開發行公司資金貸與及背書保證處理準則 第二十五條第一項第四款應公告申報事項。 | 2021-10-27 | Chinese | ||
| 33279088 | 公告本公司取得不動產 | 2021-10-27 | Chinese | ||
| 33279094 | 110年9月背書保證與資金貸與 | 2021-10-08 | Chinese | ||
| 33279091 | 110年9月營業收入 | 2021-10-08 | Chinese | ||
| 33279098 | 110年09月內部人持股異動(事後) | 2021-10-07 | Chinese | ||
| 33279096 | 110年09月董事會成員及持股 | 2021-10-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Weaving of textiles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ahmad Hassan Textile Mills Limited
Manufactures and sells textile products, including premium …
|
AHTM | PK | Manufacturing |
|
Al-Azhar Textile Mills Limited
Textile manufacturer producing, supplying, and exporting ap…
|
AZTM | PK | Manufacturing |
|
Argo Pantes Tbk
Integrated textile manufacturer and provider of industrial …
|
ARGO | ID | Manufacturing |
|
ARSAN TEKSTİL TİCARET VE SANAYİ A.Ş.
Integrated textile manufacturer of yarns, and woven and kni…
|
ARSAN | TR | Manufacturing |
|
Artistic Denim Mills Limited
Vertically integrated manufacturer of sustainable denim fab…
|
ADMM | PK | Manufacturing |
|
Aruj Industries Limited
Manufactures and exports textile products, including woven …
|
ARUJ | PK | Manufacturing |
|
Arvind Ltd.
Vertically integrated textile manufacturer and a leading gl…
|
ARVIND | IN | Manufacturing |
|
Ashfaq Textile Mills Limited
Manufactures and sells textile goods, primarily quality wov…
|
ASHT | PK | Manufacturing |
|
Ashima Ltd
Integrated manufacturer of denim, cotton shirting fabrics, …
|
ASHIMASYN | IN | Manufacturing |
|
AZTECH WB CO. LTD
Manufacturer of sustainable textiles, including woolen and …
|
032080 | KR | Manufacturing |
LP 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/51810/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51810 | 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=51810 | 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=51810 \ -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": 51810}, 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 LP (id: 51810)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.