Li Cheng Enterprise Co., Ltd. — Investor Relations & Filings
Li-Cheng Enterprise Co., Ltd. is a global manufacturer specializing in the development and production of 3D spacer fabrics. The company operates a fully integrated vertical production line encompassing knitting, dyeing, and finishing processes. Its core product, 3D spacer fabric, is engineered for high breathability, comfort, lightweight performance, shock absorption, and environmental sustainability. These technical materials are primarily supplied to the global sports footwear and apparel markets. By utilizing advanced manufacturing equipment and extensive technical expertise, the company delivers diverse, high-performance textile solutions. Li-Cheng focuses on providing functional materials that meet the rigorous performance standards of international brands, maintaining a competitive edge through its comprehensive manufacturing capabilities and commitment to quality.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年8月背書保證與資金貸與 | 2025-09-10 | Chinese | |
| 114年08月董事會成員及持股 | 2025-09-08 | Chinese | |
| 114年08月內部人持股異動(事後) | 2025-09-08 | Chinese | |
| 本公司依「公開發行公司資金貸與及背書保證處理準則」 第二十五條第一項第四款規定 | 2025-08-15 | Chinese | |
| 公告本公司對子公司資金貸與達「公開發行公司資金貸與 及背書保證處理準則」第二十二條第一項第一款規定 | 2025-08-15 | Chinese | |
| 公告本公司對子公司資金貸與達「公開發行公司資金貸與 及背書保證處理準則」第二十二條第一項第三款規定 | 2025-08-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34562775 | 114年8月背書保證與資金貸與 | 2025-09-10 | Chinese | ||
| 34562784 | 114年08月董事會成員及持股 | 2025-09-08 | Chinese | ||
| 34562780 | 114年08月內部人持股異動(事後) | 2025-09-08 | Chinese | ||
| 34562785 | 本公司依「公開發行公司資金貸與及背書保證處理準則」 第二十五條第一項第四款規定 | 2025-08-15 | Chinese | ||
| 34562787 | 公告本公司對子公司資金貸與達「公開發行公司資金貸與 及背書保證處理準則」第二十二條第一項第一款規定 | 2025-08-15 | Chinese | ||
| 34562792 | 公告本公司對子公司資金貸與達「公開發行公司資金貸與 及背書保證處理準則」第二十二條第一項第三款規定 | 2025-08-15 | Chinese | ||
| 34562794 | 114年第2季海外子公司投資 | 2025-08-14 | Chinese | ||
| 34562805 | 114年第2季權益變動表 | 2025-08-14 | Chinese | ||
| 34562802 | 114年第2季綜合損益表 | 2025-08-14 | Chinese | ||
| 34562801 | 114年第2季現金流量表 | 2025-08-14 | Chinese | ||
| 34562798 | 114年第2季資產負債表 | 2025-08-14 | Chinese | ||
| 34567618 | 113年年報及股東會資料 — 2024_4426_20250619F11.pdf | 2025-08-11 | Chinese | ||
| 34567606 | 113年年報及股東會資料 — 2025_4426_20250619F05.pdf | 2025-08-11 | Chinese | ||
| 34567588 | 113年年報及股東會資料 — 2025_4426_20250619F15.pdf | 2025-08-11 | Chinese | ||
| 34567576 | 113年年報及股東會資料 — 2024_4426_20250619FE4.pdf | 2025-08-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of knitted and crocheted fabrics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Best Pacific International Holdings Limited
Specialized manufacturer and trader of high-performance tex…
|
2111 | KY | Manufacturing |
|
Evertex Fabrinology Ltd.
Vertically integrated manufacturer of sustainable and funct…
|
1470 | TW | Manufacturing |
|
Fieratex S.A.
A vertically integrated textile company producing circular …
|
FIER | GR | Manufacturing |
|
Fountain Set (Holdings) Limited
Vertically integrated, world's largest manufacturer of circ…
|
420 | HK | Manufacturing |
|
Fujian Fynex Textile Science & Technology Co.,Ltd
Vertically integrated producer of high-end functional knitt…
|
600493 | CN | Manufacturing |
|
Hongda High-Tech Holding Co.,Ltd.
Produces warp-knitted fabrics and medical electronic diagno…
|
002144 | CN | Manufacturing |
|
Kam Hing International Holdings Limited
Large-scale, vertically integrated textile manufacturer of …
|
2307 | HK | Manufacturing |
|
KARSU TEKSTİL SANAYİİ VE TİCARET A.Ş.
Textile manufacturer producing yarns and knitted fabrics fr…
|
KRTEK | TR | Manufacturing |
|
Nueva Expresion Textil S.A.
Vertically integrated manufacturer of elastic and knitted f…
|
NXT | ES | Manufacturing |
|
Pacific Textiles Holdings Limited
Manufacturer and trader of customized knitted fabrics, prov…
|
1382 | KY | Manufacturing |
Li Cheng Enterprise 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/52393/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52393 | 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=52393 | 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=52393 \ -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": 52393}, 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 Li Cheng Enterprise Co., Ltd. (id: 52393)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.