WENS FOODSTUFF GROUP CO.,LTD. — Investor Relations & Filings
Wens Foodstuff Group Co., Ltd. is a large-scale integrated enterprise specializing in livestock and poultry breeding. The company primarily focuses on the production and sale of pigs and broiler chickens, maintaining a leading position in its primary markets. It operates through a distinctive "Company + Family Farm" business model, which integrates standardized management with decentralized farming operations. Beyond its core swine and poultry segments, the group’s portfolio includes dairy farming, meat processing, and animal health products. Wens Foodstuff emphasizes technological innovation, utilizing advanced genetic breeding techniques and digital monitoring systems to optimize production efficiency and ensure food safety. Its vertically integrated supply chain encompasses feed manufacturing, breeding, and distribution, catering to the demand for high-quality protein products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中国国际金融股份有限公司关于温氏食品集团股份有限公司使用部分闲置募集资金暂时补充流动资金的核查意见 | 2026-04-21 | Chinese | |
| 关于2026年度委托理财计划的公告 | 2026-04-21 | Chinese | |
| 中国国际金融股份有限公司关于温氏食品集团股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-21 | Chinese | |
| 关于会计师事务所2025年度履职情况的评估报告 | 2026-04-21 | Chinese | |
| 董事会审计委员会对会计师事务所履行监督职责情况的报告 | 2026-04-21 | Chinese | |
| 关于调整公司组织架构的公告 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35454834 | 中国国际金融股份有限公司关于温氏食品集团股份有限公司使用部分闲置募集资金暂时补充流动资金的核查意见 | 2026-04-21 | Chinese | ||
| 35454828 | 关于2026年度委托理财计划的公告 | 2026-04-21 | Chinese | ||
| 35454824 | 中国国际金融股份有限公司关于温氏食品集团股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-21 | Chinese | ||
| 35454823 | 关于会计师事务所2025年度履职情况的评估报告 | 2026-04-21 | Chinese | ||
| 35454821 | 董事会审计委员会对会计师事务所履行监督职责情况的报告 | 2026-04-21 | Chinese | ||
| 35454819 | 关于调整公司组织架构的公告 | 2026-04-21 | Chinese | ||
| 35454797 | 独立董事江强2025年度述职报告 | 2026-04-21 | Chinese | ||
| 35454786 | 独立董事陆正华2025年度述职报告 | 2026-04-21 | Chinese | ||
| 35454778 | 关于部分募集资金投资项目调整实施进度的公告 | 2026-04-21 | Chinese | ||
| 35454764 | 关于变更部分募集资金使用计划及其可行性分析的公告 | 2026-04-21 | Chinese | ||
| 35454763 | 关于开展商品期货和衍生品业务的公告 | 2026-04-21 | Chinese | ||
| 35454759 | 关于开展外汇套期保值业务的可行性分析报告 | 2026-04-21 | Chinese | ||
| 35454753 | 关于召开2025年度股东会的通知 | 2026-04-21 | Chinese | ||
| 35454746 | 第五届董事会第十四次会议决议公告 | 2026-04-21 | Chinese | ||
| 35454744 | 关于2025年度利润分配预案的公告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mixed farming
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Adecoagro S.A.
An agro-industrial company producing food and renewable ene…
|
AGRO | LU | Agriculture, forestry and fishi… |
|
Agroton Public Limited
A vertically integrated agricultural producer of crops, liv…
|
AGT | CY | Agriculture, forestry and fishi… |
|
AGTIRA AB
Develops and operates systems for sustainable, urban vegeta…
|
AGTIRA | SE | Agriculture, forestry and fishi… |
|
AKIKAWA FOODS & FARMS CO.,LTD.
Manages the integrated production and sale of organic meat,…
|
1380 | JP | Agriculture, forestry and fishi… |
|
Al-Jouf Agricultural Development Co.
Large-scale producer of crops, olive oil, and fruits with i…
|
6070 | SA | Agriculture, forestry and fishi… |
|
Ash-Sharqiyah Development Co.
Focuses on large-scale crop cultivation, livestock breeding…
|
6060 | SA | Agriculture, forestry and fishi… |
|
Astarta Holding PLC
A vertically integrated agro-industrial holding in agricult…
|
AST | CY | Agriculture, forestry and fishi… |
|
AUGA group
A vertically-integrated organic food company using a sustai…
|
AUG1L | LT | Agriculture, forestry and fishi… |
|
Beijing Dabeinong Technology Group Co.,Ltd
High-tech agricultural firm specializing in animal nutritio…
|
002385 | CN | Agriculture, forestry and fishi… |
|
B.F.
Agro-industrial group with an integrated and traceable agri…
|
BFG | IT | Agriculture, forestry and fishi… |
WENS FOODSTUFF 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/55484/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55484 | 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=55484 | 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=55484 \ -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": 55484}, 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 WENS FOODSTUFF GROUP CO.,LTD. (id: 55484)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.