
太湖雪 — Investor Relations & Filings
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 |
|---|---|---|---|
| 信永中和会计师事务所(特殊普通合伙) 关于苏州太湖雪丝绸股份有限公司股东及其他关联方占用资金情况说明的专项报告 | 2024-04-14 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项意见 | 2024-04-14 | Chinese | |
| 关于2024年度董事、监事及高级管理人员薪酬方案的公告 | 2024-04-14 | Chinese | |
| 高级管理人员任命公告 | 2024-04-14 | Chinese | |
| 关于2024年度使用闲置自有资金购买理财产品的公告 | 2024-04-14 | Chinese | |
| 与私募基金合作投资的公告(更正公告) | 2024-04-14 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 40031179 | 信永中和会计师事务所(特殊普通合伙) 关于苏州太湖雪丝绸股份有限公司股东及其他关联方占用资金情况说明的专项报告 | 2024-04-14 | Chinese | ||
| 40031032 | 董事会关于独立董事独立性自查情况的专项意见 | 2024-04-14 | Chinese | ||
| 40031024 | 关于2024年度董事、监事及高级管理人员薪酬方案的公告 | 2024-04-14 | Chinese | ||
| 40031013 | 高级管理人员任命公告 | 2024-04-14 | Chinese | ||
| 40031000 | 关于2024年度使用闲置自有资金购买理财产品的公告 | 2024-04-14 | Chinese | ||
| 40030991 | 与私募基金合作投资的公告(更正公告) | 2024-04-14 | Chinese | ||
| 40030988 | 东吴证券股份有限公司关于苏州太湖雪丝绸股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2024-04-14 | Chinese | ||
| 40030971 | 2023年年度报告摘要 | 2024-04-14 | Chinese | ||
| 40030930 | 2023年年度募集资金存放与实际使用情况的专项报告 | 2024-04-14 | Chinese | ||
| 40030911 | 关于变更2024年一季度报告披露时间的提示性公告 | 2024-04-11 | Chinese | ||
| 40030900 | 对外投资设立全资子公司的公告 | 2024-03-25 | Chinese | ||
| 40030884 | 2023年年度业绩快报公告 | 2024-02-25 | Chinese | ||
| 40030866 | 国浩律师(南京)事务所关于苏州太湖雪丝绸股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-02-04 | Chinese | ||
| 40030849 | 2024年第一次临时股东大会决议公告 | 2024-02-04 | Chinese | ||
| 40030840 | 关于闲置募集资金暂时补充流动资金归还的公告 | 2024-01-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of made-up textile articles, except apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Al-Abid Silk Mills Limited
Manufactures and processes a variety of fabrics and home te…
|
AASM | PK | Manufacturing |
|
Alps Industries Ltd.
Manufacturer of yarns, home furnishings, and fashion access…
|
ALPSINDUS | IN | Manufacturing |
|
Amtex Limited
Vertically integrated textile manufacturing group specializ…
|
AMTEX | PK | 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 |
|
Asim Textile Mills Limited
Manufactures and exports yarn and home textile products, in…
|
ASTM | PK | 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 |
太湖雪 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.