
Sichuan Langsha Holding Ltd. — Investor Relations & Filings
Sichuan Langsha Holding Ltd. specializes in the research, development, design, and manufacturing of hosiery and knitted apparel products. The company's primary product portfolio includes a wide range of socks, stockings, pantyhose, and intimate wear, including underwear and thermal clothing. It operates through a vertically integrated business model that encompasses large-scale production facilities and an extensive retail and wholesale distribution network. The company focuses on utilizing advanced knitting technologies and materials to produce functional and fashion-oriented legwear. Its operations emphasize brand management and product innovation to cater to diverse consumer segments across various markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2012年年度业绩预减公告 | 2013-01-29 | Chinese | |
| 关于全资子公司获得政府奖励补助的提示性公告 | 2013-01-24 | Chinese | |
| 控股股东部分股权解除质押公告 | 2013-01-17 | Chinese | |
| 控股股东部分股权质押公告 | 2013-01-17 | Chinese | |
| 2012年第一次临时股东大会决议公告 | 2012-11-12 | Chinese | |
| 公司章程(2012年11月) | 2012-11-12 | Chinese |
Browse filings by year
27 years- 2026 20 filings
- 2025 70 filings
- 2024 65 filings
- 2023 45 filings
- 2022 53 filings
- 2021 48 filings
- 2020 35 filings
- 2019 55 filings
- 2018 58 filings
- 2017 53 filings
- 2016 82 filings
- 2015 86 filings
- 2014 43 filings
- 2013 41 filings
- 2012 40 filings
- 2011 33 filings
- 2010 38 filings
- 2009 41 filings
- 2008 48 filings
- 2007 90 filings
- 2006 67 filings
- 2005 50 filings
- 2004 49 filings
- 2003 39 filings
- 2002 52 filings
- 2001 15 filings
- 1998 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2013
4 filings
| |||||
| 40373884 | 2012年年度业绩预减公告 | 2013-01-29 | Chinese | ||
| 40373880 | 关于全资子公司获得政府奖励补助的提示性公告 | 2013-01-24 | Chinese | ||
| 40373875 | 控股股东部分股权解除质押公告 | 2013-01-17 | Chinese | ||
| 40373866 | 控股股东部分股权质押公告 | 2013-01-17 | Chinese | ||
|
2012
11 filings
| |||||
| 40373857 | 2012年第一次临时股东大会决议公告 | 2012-11-12 | Chinese | ||
| 40373845 | 公司章程(2012年11月) | 2012-11-12 | Chinese | ||
| 40373832 | 2012年第一次临时股东大会的法律意见书 | 2012-11-12 | Chinese | ||
| 40373823 | 2012年第一次临时股东大会会议资料 | 2012-11-01 | Chinese | ||
| 40373805 | 关于公司股东承诺履行情况专项披露公告 | 2012-10-31 | Chinese | ||
| 40373798 | 第七届董事会临时会议决议公告暨召开2012年第一次临时股东大会的通知 | 2012-10-26 | Chinese | ||
| 40373786 | 2012年第三季度报告 | 2012-10-26 | Chinese | ||
| 40373780 | 关于举行2012年半年度报告网上集体说明会公告 | 2012-10-19 | Chinese | ||
| 40373771 | 第七届董事会第九次会议决议公告 | 2012-08-15 | Chinese | ||
| 40373756 | 第七届监事会第七次会议决议公告 | 2012-08-15 | Chinese | ||
| 40373747 | 2012年半年度报告摘要 | 2012-08-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of knitted and crocheted apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acknit Industries Ltd
Manufacturer and exporter of industrial work gloves and rea…
|
530043 | IN | Manufacturing |
|
Addi Industries Ltd.
Manufactures and distributes readymade knitwear and apparel…
|
507852 | IN | Manufacturing |
|
ALAN SCOTT ENTERPRISES LIMITED
Manufactures and distributes hosiery, apparel, and health a…
|
539115 | IN | Manufacturing |
|
ATSUGI CO., LTD.
Manufacturer of legwear and innerwear such as stockings, so…
|
3529 | JP | Manufacturing |
|
Bhandari Hosiery Exports Ltd.
Vertically integrated manufacturer of knitted garments and …
|
BHANDARI | IN | Manufacturing |
|
C-SITE Co., Ltd.
An OEM/ODM vendor that designs, produces, and exports knitt…
|
109670 | KR | Manufacturing |
|
CSP International Fashion Group
Designs, manufactures, and distributes hosiery, underwear, …
|
CSP | IT | Manufacturing |
|
Delta Galil
Global manufacturer of private label and branded apparel, i…
|
DELG | IL | Manufacturing |
|
Devernois S.A.
Designs and produces high-end women's ready-to-wear, specia…
|
ALDEV | FR | Manufacturing |
|
Filatex Fashions Ltd
Manufactures and exports diverse socks and hosiery for glob…
|
FILATFASH | IN | Manufacturing |
Sichuan Langsha Holding 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/56513/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56513 | 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=56513 | 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=56513 \ -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": 56513}, 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 Sichuan Langsha Holding Ltd. (id: 56513)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.