CITIC NIYA WINE CO., LTD. — Investor Relations & Filings
About CITIC NIYA WINE CO., LTD.
CITIC NIYA WINE CO., LTD. specializes in the cultivation of wine grapes and the production and distribution of premium wines. The company operates extensive ecological vineyards located in the Manas Basin and the northern foothills of the Tianshan Mountains, leveraging unique geographical and climatic conditions for viticulture. Its product portfolio includes the flagship Niya brand, alongside the Suntime and Mystic Island series, catering to diverse consumer segments. The company integrates modern winemaking technology with traditional techniques, managing the entire value chain from grape breeding and planting to processing, bottling, and marketing. CITIC NIYA WINE CO., LTD. emphasizes sustainable agricultural practices and technological innovation to ensure product quality and consistency across its range of red, white, and specialty wines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于中信尼雅葡萄酒股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项说明 | 2026-04-27 | Chinese | |
| 中信尼雅葡萄酒股份有限公司关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | |
| 中信尼雅葡萄酒股份有限公司第八届董事会第二十四次会议决议公告 | 2026-04-27 | Chinese | |
| 中信尼雅葡萄酒股份有限公司2025年度审计报告 | 2026-04-27 | Chinese | |
| 关于中信尼雅葡萄酒股份有限公司营业收入扣除情况的专项审核意见 | 2026-04-27 | Chinese | |
| 中信尼雅葡萄酒股份有限公司2025年年度报告摘要 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40304526 | 关于中信尼雅葡萄酒股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项说明 | 2026-04-27 | Chinese | ||
| 40304383 | 中信尼雅葡萄酒股份有限公司关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 40304370 | 中信尼雅葡萄酒股份有限公司第八届董事会第二十四次会议决议公告 | 2026-04-27 | Chinese | ||
| 40304355 | 中信尼雅葡萄酒股份有限公司2025年度审计报告 | 2026-04-27 | Chinese | ||
| 40304185 | 关于中信尼雅葡萄酒股份有限公司营业收入扣除情况的专项审核意见 | 2026-04-27 | Chinese | ||
| 40304137 | 中信尼雅葡萄酒股份有限公司2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 40304125 | 中信尼雅葡萄酒股份有限公司2025年度内部控制审计报告 | 2026-04-27 | Chinese | ||
| 40304061 | 中信尼雅葡萄酒股份有限公司关于2025年日常关联交易执行情况及2026年日常关联交易预计的公告 | 2026-04-27 | Chinese | ||
| 40304059 | 中信尼雅2025年内部控制评价报告 | 2026-04-27 | Chinese | ||
| 40304044 | 中信尼雅葡萄酒股份有限公司第八届董事会审计委员会2025年度履职情况报告 | 2026-04-27 | Chinese | ||
| 40304029 | 中信尼雅葡萄酒股份有限公司关于会计师事务所2025年度履职情况评估报告 | 2026-04-27 | Chinese | ||
| 40303997 | 中信尼雅葡萄酒股份有限公司关于股票可能被实施退市风险警示的风险提示公告 | 2026-04-26 | Chinese | ||
| 40303996 | 中信尼雅葡萄酒股份有限公司关于变更2025年年度报告预约披露日期的公告 | 2026-04-21 | Chinese | ||
| 40303987 | 中信尼雅葡萄酒股份有限公司关于董事会秘书取得任职培训证明的公告 | 2026-04-17 | Chinese | ||
| 40303985 | 中信尼雅葡萄酒股份有限公司关于选举副董事长的公告 | 2026-03-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wines
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
YANTAI CHANGYU PIONEER WINE COMPANY LIMITED
Global producer and distributor of wines and brandy with an…
|
000869 | CN | Manufacturing |
|
Yerevan Factory of Champagne Wines OJSC
Producer of sparkling wines and a diverse range of alcoholi…
|
ESHG | AM | Manufacturing |
|
Zhejiang Guyuelongshan Shaoxing Wine Co.,Ltd
Produces, researches, and distributes traditional Shaoxing …
|
600059 | CN | Manufacturing |
|
胜景山河
Produces yellow rice wine using traditional brewing and mod…
|
002525 | CN | Manufacturing |
CITIC NIYA WINE 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/56471/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56471 | 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=56471 | 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=56471 \ -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": 56471}, 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 CITIC NIYA WINE CO., LTD. (id: 56471)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.