
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 |
|---|---|---|---|
| 监事会决议公告 | 2025-04-09 | Chinese | |
| 年度募集资金使用情况专项说明 | 2025-04-09 | Chinese | |
| 关于续聘2025年度财务审计及内部控制审计机构的公告 | 2025-04-09 | Chinese | |
| 年度募集资金使用鉴证报告 | 2025-04-09 | Chinese | |
| 年度股东大会通知 | 2025-04-09 | Chinese | |
| 2024年年度审计报告 | 2025-04-09 | Chinese |
Browse filings by year
27 years- 2026 61 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
| |||||
| 43400978 | 监事会决议公告 | 2025-04-09 | Chinese | ||
| 43400938 | 年度募集资金使用情况专项说明 | 2025-04-09 | Chinese | ||
| 43400882 | 关于续聘2025年度财务审计及内部控制审计机构的公告 | 2025-04-09 | Chinese | ||
| 43400843 | 年度募集资金使用鉴证报告 | 2025-04-09 | Chinese | ||
| 43400799 | 年度股东大会通知 | 2025-04-09 | Chinese | ||
| 43400738 | 2024年年度审计报告 | 2025-04-09 | Chinese | ||
| 43400573 | 董事会对独立董事独立性评估的专项意见 | 2025-04-09 | Chinese | ||
| 43400541 | 关于董事会对会计师事务所2024年度履职情况的评估报告暨审计委员会履行监督职责情况的报告 | 2025-04-09 | Chinese | ||
| 43400532 | 关于补选独立董事的公告 | 2025-04-09 | Chinese | ||
| 43400490 | 2024年社会责任报告 | 2025-04-09 | Chinese | ||
| 43398944 | 独立董事候选人声明与承诺(于明涛) | 2025-04-09 | Chinese | ||
| 43398907 | 国泰海通证券股份有限公司关于鲁泰纺织股份有限公司2024年度募集资金存放与使用情况的专项核查报告 | 2025-04-09 | Chinese | ||
| 43398866 | 年度关联方资金占用专项审计报告 | 2025-04-09 | Chinese | ||
| 43398825 | 独立董事提名人声明(于明涛) | 2025-04-09 | Chinese | ||
| 43398791 | 关于会计政策变更的公告 | 2025-04-09 | 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.