Shede Spirits Co., Ltd. — Investor Relations & Filings
About Shede Spirits Co., Ltd.
Shede Spirits Co., Ltd. is a prominent producer of Chinese Baijiu, specializing in the development, manufacture, and distribution of premium distilled spirits. The company operates under a dual-brand strategy, featuring the high-end "Shede" brand and the well-established "Tuopai" brand. Central to its operations is the "Aged Spirits Strategy," leveraging a vast inventory of high-quality aged base liquors to ensure product depth and complexity. The company is recognized for its ecological brewing practices, maintaining a large-scale ecological distillery that integrates traditional fermentation techniques with modern quality control. Its product portfolio includes various series such as Tunzhi, Wisdom Shede, and Tuopai Qujiu, catering to diverse consumer segments from luxury to mass market. Shede Spirits emphasizes cultural heritage and craftsmanship, positioning itself as a leader in the ecological and aged spirits categories.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 舍得酒业第十一届董事会第二十一次会议决议公告 | 2026-04-15 | Chinese | |
| 舍得酒业2026年第一季度经营数据公告 | 2026-04-15 | Chinese | |
| 舍得酒业关于召开2025年度业绩说明会的公告 | 2026-04-08 | Chinese | |
| 舍得酒业关于召开2025年年度股东会的通知 | 2026-04-02 | Chinese | |
| 舍得酒业关于会计师事务所2025年度履职情况的评估报告 | 2026-03-20 | Chinese | |
| 舍得酒业关于2026年度公司及子公司申请授信额度并为子公司提供融资担保的公告 | 2026-03-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41427436 | 舍得酒业第十一届董事会第二十一次会议决议公告 | 2026-04-15 | Chinese | ||
| 41427435 | 舍得酒业2026年第一季度经营数据公告 | 2026-04-15 | Chinese | ||
| 41427432 | 舍得酒业关于召开2025年度业绩说明会的公告 | 2026-04-08 | Chinese | ||
| 41427430 | 舍得酒业关于召开2025年年度股东会的通知 | 2026-04-02 | Chinese | ||
| 41427417 | 舍得酒业关于会计师事务所2025年度履职情况的评估报告 | 2026-03-20 | Chinese | ||
| 41427416 | 舍得酒业关于2026年度公司及子公司申请授信额度并为子公司提供融资担保的公告 | 2026-03-20 | Chinese | ||
| 41427413 | 舍得酒业2025年度独立董事述职报告(聂诗军) | 2026-03-20 | Chinese | ||
| 41427392 | 舍得酒业关于减少注册资本暨修订《公司章程》的公告 | 2026-03-20 | Chinese | ||
| 41427383 | 舍得酒业2025年度内部控制评价报告 | 2026-03-20 | Chinese | ||
| 41427366 | 舍得酒业2025年度环境、社会和公司治理(ESG)报告 | 2026-03-20 | Chinese | ||
| 41426784 | 舍得酒业2025年内部控制审计报告 | 2026-03-20 | Chinese | ||
| 41426727 | 舍得酒业2025年度独立董事述职报告(刘守民) | 2026-03-20 | Chinese | ||
| 41426718 | 舍得酒业2025年年度报告 | 2026-03-20 | Chinese | ||
| 41426716 | 舍得酒业董事会关于独立董事独立性情况的专项意见 | 2026-03-20 | Chinese | ||
| 41426708 | 舍得酒业2025年度非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-03-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Distilling, rectifying and blending of spirits
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGRIBIO SPIRITS LIMITED
Produces grain-based alcohol, fuel ethanol, and animal feed…
|
539546 | IN | Manufacturing |
|
Alcokraft Distilleries Limited
Manufacturer and distributor of Indian Made Foreign Liquor …
|
ALCODIS | IN | Manufacturing |
|
Allied Blenders and Distillers Limited
Produces and distributes a diverse range of spirits across …
|
ABDL | IN | Manufacturing |
|
Amber Latvijas balzams
Producer of alcoholic beverages with over 100 brands sold i…
|
BAL1R | HU | Manufacturing |
|
Anhui Golden Seed Winery Co.,Ltd.
Produces and markets traditional Baijiu using solid-state f…
|
600199 | CN | Manufacturing |
|
ANHUI GUJING DISTILLERY CO.,LTD
Produces and distributes traditional Chinese baijiu using a…
|
000596 | CN | Manufacturing |
|
Anhui Kouzi Distillery Co.,Ltd.
Produces premium Baijiu using traditional fermentation and …
|
603589 | CN | Manufacturing |
|
Anhui Ying Jia Distillery Co.,Ltd.
Produces and distributes traditional Chinese Baijiu using e…
|
603198 | CN | Manufacturing |
|
Anora Group Oyj
A Nordic wine and spirits brand house with production and d…
|
ANORA | FI | Manufacturing |
|
Arctic Blue Beverages AB
Nordic producer of artisanal spirits and beverages with nat…
|
ARCTIC | SE | Manufacturing |
Shede Spirits 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/56932/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56932 | 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=56932 | 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=56932 \ -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": 56932}, 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 Shede Spirits Co., Ltd. (id: 56932)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.