
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-05-22 | Chinese | |
| 关于温氏转债回售的第三次提示性公告 | 2026-05-21 | Chinese | |
| 关于温氏转债恢复转股的提示性公告 | 2026-05-21 | Chinese | |
| 关于温氏转债回售的第二次提示性公告 | 2026-05-18 | Chinese | |
| 关于“温氏转债”回售的第一次提示性公告 | 2026-05-13 | Chinese | |
| 关于“温氏转债”暂停转股的提示性公告 | 2026-05-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46788467 | 关于完成工商变更登记并换发营业执照的公告 | 2026-05-22 | Chinese | ||
| 46733788 | 关于温氏转债回售的第三次提示性公告 | 2026-05-21 | Chinese | ||
| 46733786 | 关于温氏转债恢复转股的提示性公告 | 2026-05-21 | Chinese | ||
| 46384034 | 关于温氏转债回售的第二次提示性公告 | 2026-05-18 | Chinese | ||
| 45578388 | 关于“温氏转债”回售的第一次提示性公告 | 2026-05-13 | Chinese | ||
| 45578385 | 关于“温氏转债”暂停转股的提示性公告 | 2026-05-13 | Chinese | ||
| 45578380 | “温氏转债”2026年第一次债券持有人会议决议公告 | 2026-05-13 | Chinese | ||
| 45578379 | 2025年度股东会决议公告 | 2026-05-13 | Chinese | ||
| 45578377 | 北京市嘉源律师事务所关于温氏食品集团股份有限公司2025年度股东会的法律意见书 | 2026-05-13 | Chinese | ||
| 45578375 | 北京市嘉源律师事务所关于温氏食品集团股份有限公司可转换公司债券回售的法律意见书 | 2026-05-13 | Chinese | ||
| 45578401 | 北京市嘉源律师事务所关于温氏食品集团股份有限公司“温氏转债”2026年第一次债券持有人会议见证法律意见书 | 2026-05-13 | Chinese | ||
| 45578399 | 中国国际金融股份有限公司关于温氏食品集团股份有限公司可转换公司债券回售有关事项的核查意见 | 2026-05-13 | Chinese | ||
| 44275458 | 2026年4月主产品销售情况简报 | 2026-05-07 | Chinese | ||
| 35454834 | 中国国际金融股份有限公司关于温氏食品集团股份有限公司使用部分闲置募集资金暂时补充流动资金的核查意见 | 2026-04-21 | Chinese | ||
| 35454828 | 关于2026年度委托理财计划的公告 | 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… |
|
AGRO DE SOUZA S.A
Provides agricultural machinery, farming, livestock, and bi…
|
— | AR | Agriculture, forestry and fishi… |
|
Agro Ganadera Vidoret S.A.
Sustainable, value-added food production, including crop an…
|
— | AR | 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… |
|
Anta del Dorado S.A.
Family-owned agroindustrial company integrating agriculture…
|
— | AR | 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… |
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.