
LU THAI TEXTILE CO., LTD — Investor Relations & Filings
Lu Thai Textile Co., Ltd. is a vertically integrated manufacturer specializing in high-end yarn-dyed fabrics and premium shirts. The company operates a comprehensive supply chain encompassing cotton cultivation, spinning, weaving, dyeing, finishing, and garment assembly. Its product portfolio includes yarn-dyed and piece-dyed fabrics, alongside functional textiles tailored for global apparel brands. Lu Thai is distinguished by its large-scale production capacity and investment in textile research and development. Utilizing high-quality long-staple cotton and advanced manufacturing technologies, the company provides customized textile solutions and finished apparel to an international market. Operations emphasize rigorous quality control and the integration of sustainable manufacturing practices across the production lifecycle.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2024年度计提资产减值准备的公告 | 2025-04-09 | Chinese | |
| 内部控制自我评价报告 | 2025-04-09 | Chinese | |
| 2024年年度报告 | 2025-04-09 | Chinese | |
| 内部控制审计报告 | 2025-04-09 | Chinese | |
| 关于2024年度利润分配预案的公告 | 2025-04-09 | Chinese | |
| 董事会决议公告 | 2025-04-09 | Chinese |
Browse filings by year
27 years- 2026 56 filings
- 2025 106 filings
- 2024 136 filings
- 2023 165 filings
- 2022 151 filings
- 2021 118 filings
- 2020 181 filings
- 2019 166 filings
- 2018 103 filings
- 2017 102 filings
- 2016 92 filings
- 2015 92 filings
- 2014 124 filings
- 2013 87 filings
- 2012 104 filings
- 2011 115 filings
- 2010 69 filings
- 2009 64 filings
- 2008 84 filings
- 2007 66 filings
- 2006 66 filings
- 2005 35 filings
- 2004 42 filings
- 2003 22 filings
- 2002 19 filings
- 2001 5 filings
- 1997 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43398755 | 关于2024年度计提资产减值准备的公告 | 2025-04-09 | Chinese | ||
| 43398717 | 内部控制自我评价报告 | 2025-04-09 | Chinese | ||
| 43398684 | 2024年年度报告 | 2025-04-09 | Chinese | ||
| 43398586 | 内部控制审计报告 | 2025-04-09 | Chinese | ||
| 43398541 | 关于2024年度利润分配预案的公告 | 2025-04-09 | Chinese | ||
| 43398507 | 董事会决议公告 | 2025-04-09 | Chinese | ||
| 43398462 | 2024年年度报告摘要 | 2025-04-09 | Chinese | ||
| 43398384 | 2024年年度股东大会审议的议案材料 | 2025-04-09 | Chinese | ||
| 43398352 | 鲁泰纺织股份有限公司2025年第一季度可转债转股情况的公告 | 2025-04-01 | Chinese | ||
| 43398316 | 鲁泰纺织股份有限公司公开发行A股可转换公司债券2025年付息公告 | 2025-03-31 | Chinese | ||
| 43398295 | 关于独立董事任期届满辞职的公告 | 2025-03-13 | Chinese | ||
| 43398262 | 第十届董事会第二十九次会议决议公告 | 2025-02-28 | Chinese | ||
| 43398228 | 鲁泰纺织股份有限公司估值提升计划 | 2025-02-28 | Chinese | ||
| 43398190 | 鲁泰纺织股份有限公司舆情管理制度(2025年1月制订) | 2025-01-23 | Chinese | ||
| 43398153 | 第十届董事会第二十八次会议决议公告 | 2025-01-23 | 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 |
LU THAI TEXTILE 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/53783/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53783 | 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=53783 | 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=53783 \ -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": 53783}, 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 LU THAI TEXTILE CO., LTD (id: 53783)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.