Chongqing Fuling Zhacai Group Co., Ltd. — Investor Relations & Filings
Chongqing Fuling Zhacai Group Co., Ltd. is a prominent enterprise specializing in the processing and distribution of pickled mustard tubers and related vegetable products. The company is best known for its flagship brand, "Wujiang," which encompasses a wide range of preserved vegetables, including traditional Zhacai, pickled cabbage, and seaweed products. Utilizing a combination of traditional fermentation techniques and modern automated production lines, the group maintains a significant market share in the condiment and preserved food sector. Its operations cover the entire value chain, from raw material cultivation and procurement to research and development, large-scale manufacturing, and global marketing. The company focuses on delivering high-quality, standardized products that cater to diverse culinary preferences, emphasizing food safety and technological innovation in the preservation of traditional Chinese flavors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-27 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告 | 2026-03-27 | Chinese | |
| 2025年年度报告摘要 | 2026-03-27 | Chinese | |
| 西南证券股份有限公司关于重庆市涪陵榨菜集团股份有限公司使用闲置募集资金购买理财产品的核查意见 | 2026-03-27 | Chinese | |
| 董事会审计与风险管理委员会2025年度履职情况报告 | 2026-03-27 | Chinese | |
| 关于2026年度投资计划的公告 | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36049388 | 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-27 | Chinese | ||
| 36049385 | 董事会对独立董事独立性自查情况的专项报告 | 2026-03-27 | Chinese | ||
| 36049384 | 2025年年度报告摘要 | 2026-03-27 | Chinese | ||
| 36049383 | 西南证券股份有限公司关于重庆市涪陵榨菜集团股份有限公司使用闲置募集资金购买理财产品的核查意见 | 2026-03-27 | Chinese | ||
| 36049381 | 董事会审计与风险管理委员会2025年度履职情况报告 | 2026-03-27 | Chinese | ||
| 36049378 | 关于2026年度投资计划的公告 | 2026-03-27 | Chinese | ||
| 36049375 | 关于续聘会计师事务所的公告 | 2026-03-27 | Chinese | ||
| 36049372 | 2025年度内部控制审计报告 | 2026-03-27 | Chinese | ||
| 36049368 | 董事、高级管理人员及其他班子成员薪酬管理办法(2026年3月) | 2026-03-27 | Chinese | ||
| 36049366 | 关于召开2025年年度股东会的通知 | 2026-03-27 | Chinese | ||
| 36049365 | 关于2025年度利润分配方案的公告 | 2026-03-27 | Chinese | ||
| 36049364 | 关于募集资金2025年度存放、管理与使用情况的专项报告 | 2026-03-27 | Chinese | ||
| 36049362 | 公司董事会对会计师事务所2025年度履职情况评估报告 | 2026-03-27 | Chinese | ||
| 36049361 | 2025年度业绩快报 | 2026-02-27 | Chinese | ||
| 36049359 | 关于总经理调整的公告 | 2026-02-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Processing and preserving of fruit and vegetables
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
FADE GIDA YATIRIM SANAYİ TİCARET A.Ş.
Produces and exports agricultural products, specializing in…
|
FADE | TR | Manufacturing |
|
Flex Foods Ltd.
Cultivates and processes freeze-dried, air-dried, and IQF h…
|
523672 | IN | Manufacturing |
|
Foods & Inns Ltd.
Processes and exports fruit and vegetable pulps, concentrat…
|
FOODSIN | IN | Manufacturing |
|
Freshara Agro Exports Limited
Procures, processes, and exports preserved gherkins and pic…
|
FRESHARA | IN | Manufacturing |
|
FRİGO-PAK GIDA MADDELERİ SANAYİ VE TİCARET A.Ş.
Producer of canned/frozen fruits, vegetables, and beverages…
|
FRIGO | TR | Manufacturing |
|
FRUTA FRUTA INC.
Imports, processes, and sells Amazonian superfoods with a f…
|
2586 | JP | Manufacturing |
|
Gan Shmuel Foods Ltd.
Manufacturer of fruit-based products for the global food an…
|
GSFI | IL | Manufacturing |
|
GÖKNUR GIDA MADDELERİ ENERJİ İMALAT İTHALAT İHRACAT TİCARET VE SANAYİ A.Ş.
Cultivates and processes fruits and vegetables into juice c…
|
GOKNR | TR | Manufacturing |
|
GreenStar Agricultural Corporation
Cultivates, processes, and sells canned fruits and vegetabl…
|
GRE | CA | Manufacturing |
|
Greenyard NV
A global supplier of fresh, frozen, and prepared fruits and…
|
GREEN | BE | Manufacturing |
Chongqing Fuling Zhacai 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/54534/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54534 | 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=54534 | 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=54534 \ -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": 54534}, 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 Chongqing Fuling Zhacai Group Co., Ltd. (id: 54534)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.