
ZIYAN FOODS GROUP CO., LTD. — Investor Relations & Filings
ZIYAN FOODS GROUP CO., LTD. specializes in the research, development, production, and sale of traditional Chinese braised food products. The company operates an extensive retail network under the "Ziyan Baiwei Chicken" brand, focusing on a diverse range of marinated meats and cold dishes. Its core product portfolio includes signature items such as Fuqi Feipian (sliced beef in chili sauce), braised chicken, duck products, and various vegetable-based appetizers. Utilizing a standardized supply chain and modern food processing technologies, the company serves a broad consumer base through both franchised and self-operated retail outlets. Ziyan Foods emphasizes traditional Sichuan-style flavor profiles integrated with contemporary quality control standards to maintain consistency across its large-scale distribution network.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 紫燕食品实际控制人之一致行动人通过集中竞价减持股份计划的公告 | 2026-05-17 | Chinese | |
| 紫燕食品2025年年度股东会决议公告 | 2026-05-14 | Chinese | |
| 君合律师事务所上海分所关于紫燕食品集团股份有公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | |
| 紫燕食品第三届董事会第一次会议决议公告 | 2026-05-14 | Chinese | |
| 紫燕食品关于使用闲置募集资金进行现金管理的进展公告 | 2026-05-14 | Chinese | |
| 紫燕食品2025年年度股东会会议资料 | 2026-05-06 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46378930 | 紫燕食品实际控制人之一致行动人通过集中竞价减持股份计划的公告 | 2026-05-17 | Chinese | ||
| 46344571 | 紫燕食品2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 46344206 | 君合律师事务所上海分所关于紫燕食品集团股份有公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | ||
| 46343921 | 紫燕食品第三届董事会第一次会议决议公告 | 2026-05-14 | Chinese | ||
| 46343674 | 紫燕食品关于使用闲置募集资金进行现金管理的进展公告 | 2026-05-14 | Chinese | ||
| 44280611 | 紫燕食品2025年年度股东会会议资料 | 2026-05-06 | Chinese | ||
| 44277582 | 紫燕食品关于使用闲置募集资金进行现金管理的进展公告 | 2026-05-06 | Chinese | ||
| 44571581 | 广发证券股份有限公司关于紫燕食品集团股份有限公司2025年度募集资金的存放、管理及实际使用情况的专项核查报告 | 2026-04-16 | Chinese | ||
| 44571579 | 紫燕食品2025年非经营性资金占用及其他关联资金往来情况 | 2026-04-16 | Chinese | ||
| 44571577 | 紫燕食品关于续聘会计师事务所的公告 | 2026-04-16 | Chinese | ||
| 44571576 | 紫燕食品关于修订《公司章程》并办理工商登记的公告 | 2026-04-16 | Chinese | ||
| 44571575 | 紫燕食品关于召开2025年年度股东会的通知 | 2026-04-16 | Chinese | ||
| 44571573 | 紫燕食品关于董事会换届选举的公告 | 2026-04-16 | Chinese | ||
| 44571571 | 紫燕食品2025年内部控制评价报告 | 2026-04-16 | Chinese | ||
| 44571569 | 紫燕食品董事会提名委员会关于第三届董事会独立董事候选人任职资格的审查意见 | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Processing and preserving of meat
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGRITERRA LD
An investment company operating as a cash shell seeking a s…
|
AGTA | GG | Manufacturing |
|
Al Shaheer Corporation Limited
Trades, exports, and retails halal meat products, specializ…
|
ASC | PK | Manufacturing |
|
AL-Shaheer (R)
Leading processor and exporter of Halal meat products, pion…
|
ASCR1 | PK | Manufacturing |
|
Arabian Company for Agricultural and Industrial Investment
Vertically integrated poultry producer managing farming, fe…
|
2287 | SA | Manufacturing |
|
ASTRAL FOODS LIMITED
Vertically integrated poultry producer spanning the entire …
|
ARL | ZA | Manufacturing |
|
Atria Oyj
A Northern European food company that processes and markets…
|
ATRAV | FI | Manufacturing |
|
Baladi Ltd.
Manufactures, processes, and markets meat products and impo…
|
— | IL | Manufacturing |
|
BANVİT BANDIRMA VİTAMİNLİ YEM SANAYİ A.Ş.
A vertically integrated poultry processor of chicken and tu…
|
BANVT | TR | Manufacturing |
|
Bell Food Group AG
A leading European processor of meat and manufacturer of co…
|
BELL | CH | Manufacturing |
|
BRF S.A.
A global producer of fresh and frozen protein foods and a w…
|
BRFS | BR | Manufacturing |
ZIYAN FOODS GROUP 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/57385/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57385 | 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=57385 | 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=57385 \ -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": 57385}, 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 ZIYAN FOODS GROUP CO., LTD. (id: 57385)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.