
JIUGUI LIQUOR CO., LTD. — Investor Relations & Filings
JIUGUI LIQUOR CO., LTD. specializes in the production and distribution of premium baijiu. The company is recognized for developing the fuyu-flavor profile, a distinct aromatic category that synthesizes elements of strong, light, and sauce-flavored distilled spirits. Its primary product portfolio features the Jiugui, Nei Can, and Xiangquan brands. The company utilizes traditional fermentation and aging techniques to maintain specific flavor profiles. A notable aspect of its branding is the distinctive sack-shaped packaging associated with its flagship products. The company focuses on the high-end and ultra-premium segments of the spirits market, emphasizing cultural heritage and craftsmanship in its manufacturing processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事候选人声明 | 2020-08-26 | Chinese | |
| 公司章程 | 2020-08-26 | Chinese | |
| 关于修改《公司章程》的公告 | 2020-08-26 | Chinese | |
| 独立董事对第七届董事会第十九次会议相关事项的独立意见 | 2020-08-26 | Chinese | |
| 第七届监事会第十三次会议决议公告 | 2020-08-26 | Chinese | |
| 监事会议事规则 | 2020-08-26 | Chinese |
Browse filings by year
27 years- 2026 4 filings
- 2025 59 filings
- 2024 57 filings
- 2023 40 filings
- 2022 51 filings
- 2021 54 filings
- 2020 75 filings
- 2019 64 filings
- 2018 82 filings
- 2017 85 filings
- 2016 60 filings
- 2015 68 filings
- 2014 60 filings
- 2013 54 filings
- 2012 88 filings
- 2011 72 filings
- 2010 91 filings
- 2009 51 filings
- 2008 70 filings
- 2007 158 filings
- 2006 77 filings
- 2005 46 filings
- 2004 53 filings
- 2003 45 filings
- 2002 23 filings
- 2001 5 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 43730834 | 独立董事候选人声明 | 2020-08-26 | Chinese | ||
| 43730771 | 公司章程 | 2020-08-26 | Chinese | ||
| 43730702 | 关于修改《公司章程》的公告 | 2020-08-26 | Chinese | ||
| 43730651 | 独立董事对第七届董事会第十九次会议相关事项的独立意见 | 2020-08-26 | Chinese | ||
| 43730608 | 第七届监事会第十三次会议决议公告 | 2020-08-26 | Chinese | ||
| 43730556 | 监事会议事规则 | 2020-08-26 | Chinese | ||
| 43730504 | 关于监事会换届选举的公告 | 2020-08-26 | Chinese | ||
| 43730446 | 关于建设公司三区一期工程的公告 | 2020-08-26 | Chinese | ||
| 43730383 | 2020年半年度报告 | 2020-08-26 | Chinese | ||
| 43729828 | 独立董事提名人声明 | 2020-08-26 | Chinese | ||
| 43729772 | 中粮财务有限责任公司2020年6月30日风险管理内部控制审核报告 | 2020-08-26 | Chinese | ||
| 43729692 | 公司及下属子公司关于在中粮财务公司办理存贷款业务的风险处置预案 | 2020-08-26 | Chinese | ||
| 43729647 | 2020年半年度报告摘要 | 2020-08-26 | Chinese | ||
| 43729603 | 关于重大诉讼事项的进展公告 | 2020-07-05 | Chinese | ||
| 43729548 | 股票交易异常波动公告 | 2020-07-01 | 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 |
JIUGUI LIQUOR 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/53825/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53825 | 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=53825 | 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=53825 \ -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": 53825}, 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 JIUGUI LIQUOR CO., LTD. (id: 53825)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.