太湖雪 — Investor Relations & Filings
About 太湖雪
Taihu Snow is a specialized enterprise focused on the research, design, production, and distribution of high-end silk products. Leveraging traditional sericulture techniques, the company produces a comprehensive range of mulberry silk goods, including silk quilts, bedding sets, apparel, and fashion accessories. The brand is characterized by its integration of traditional craftsmanship with modern aesthetic design, maintaining a focus on the entire silk value chain from raw material sourcing to finished product retail. Its core offerings emphasize quality and innovation within the premium home textile and lifestyle sectors. Taihu Snow serves a diverse clientele across domestic and international markets, positioning itself as a provider of luxury silk experiences through specialized craftsmanship and a diverse product portfolio.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京国枫(南京)律师事务所关于苏州太湖雪丝绸股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-01-26 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-01-26 | Chinese | |
| 2024年第三季度权益分派预案公告 | 2025-01-09 | Chinese | |
| 第三届监事会第二十三次会议决议公告 | 2025-01-09 | Chinese | |
| 关于召开2025年第一次临时股东大会通知公告(提供网络投票) | 2025-01-09 | Chinese | |
| 第三届董事会第二十五次会议决议公告 | 2025-01-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
6 filings
| |||||
| 40033395 | 北京国枫(南京)律师事务所关于苏州太湖雪丝绸股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-01-26 | Chinese | ||
| 40033393 | 2025年第一次临时股东大会决议公告 | 2025-01-26 | Chinese | ||
| 40033386 | 2024年第三季度权益分派预案公告 | 2025-01-09 | Chinese | ||
| 40033383 | 第三届监事会第二十三次会议决议公告 | 2025-01-09 | Chinese | ||
| 40033378 | 关于召开2025年第一次临时股东大会通知公告(提供网络投票) | 2025-01-09 | Chinese | ||
| 40033372 | 第三届董事会第二十五次会议决议公告 | 2025-01-09 | Chinese | ||
|
2024
9 filings
| |||||
| 40033366 | 关于注销部分募集资金专项账户的公告 | 2024-12-18 | Chinese | ||
| 40033360 | 股票交易异常波动公告 | 2024-12-15 | Chinese | ||
| 40033350 | 东吴证券股份有限公司关于苏州太湖雪丝绸股份有限公司部分募集资金投资项目结项并将节余募集资金永久补充流动资金以及部分募集资金投资项目延期的核查意见 | 2024-12-05 | Chinese | ||
| 40033321 | 第三届监事会第二十二次会议决议 | 2024-12-05 | Chinese | ||
| 40033316 | 第三届董事会第二十四次会议决议 | 2024-12-05 | Chinese | ||
| 40033308 | 关于部分募集资金投资项目结项并将节余募集资金永久补充流动资金公告 | 2024-12-05 | Chinese | ||
| 40033302 | 关于部分募集资金投资项目延期的公告 | 2024-12-05 | Chinese | ||
| 40033294 | 投资者关系活动记录表 | 2024-12-02 | Chinese | ||
| 40033286 | 关于2024年员工持股计划完成股票非交易过户的公告 | 2024-11-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of made-up textile articles, except apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alps Industries Ltd.
Manufacturer of yarns, home furnishings, and fashion access…
|
ALPSINDUS | IN | Manufacturing |
|
Anhui Guqi Down & Feather Textile Incorporated
Processes down and feather materials for home textiles, app…
|
001390 | CN | Manufacturing |
|
Ashnoor Textiles Mills Ltd.
Manufacturer and exporter of terry towels and home textiles…
|
507872 | IN | Manufacturing |
|
Bella Casa Fashion & Retail Limited
Designs and manufactures home textiles and women's wear for…
|
BELLACASA | IN | Manufacturing |
|
BİRLİK MENSUCAT TİCARET VE SANAYİ İŞLETMESİ A.Ş.
Manufacturer and exporter of cotton yarn, fabrics, home tex…
|
BRMEN | TR | Manufacturing |
|
Bombay Dyeing & Mfg. Co. Ltd.
Operates in real estate, polyester staple fibre, and home t…
|
BOMDYEING | IN | Manufacturing |
|
Bulkcorp International Limited
Designs and manufactures FIBC and industrial packaging for …
|
BULKCORP | IN | Manufacturing |
|
Caleffi
Italian producer of home linens and textiles for its own an…
|
CLF | IT | Manufacturing |
|
Casablanca Group Limited
Designs, produces, distributes, and trades branded bedding …
|
2223 | HK | Manufacturing |
|
Cheviot Co.Ltd.
Manufactures and exports natural fiber textiles, yarns, and…
|
CHEVIOT | IN | Manufacturing |
太湖雪 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/58791/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58791 | 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=58791 | 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=58791 \ -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": 58791}, 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 太湖雪 (id: 58791)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.