
New Hope Liuhe Co., Ltd. — Investor Relations & Filings
New Hope Liuhe Co., Ltd. specializes in the production and distribution of animal feed, livestock breeding, and meat processing. The company maintains an integrated industrial chain that spans from raw material procurement and feed manufacturing to animal husbandry and the distribution of fresh and processed meat products. Its primary product portfolio includes high-quality feed for poultry, swine, and aquatic species, alongside a diverse range of pork and poultry meat products. By leveraging large-scale production facilities and advanced breeding technologies, the company focuses on optimizing supply chain efficiency and ensuring food safety standards. The organization serves a broad market of commercial farmers and food retailers, positioning itself as a key supplier through its vertically integrated business model and commitment to technological innovation in farming practices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第十届董事会第十五次会议决议公告 | 2026-05-25 | Chinese | |
| 内部控制审计报告 | 2025-04-25 | Chinese | |
| 前次募集资金使用情况报告 | 2025-04-25 | Chinese | |
| 关于对公司2025年度融资担保额度进行预计的公告 | 2025-04-25 | Chinese | |
| 新希望财务有限公司风险持续评估报告 | 2025-04-25 | Chinese | |
| 2024年度监事会工作报告 | 2025-04-25 | Chinese |
Browse filings by year
27 years- 2026 1 filing
- 2025 63 filings
- 2024 213 filings
- 2023 259 filings
- 2022 265 filings
- 2021 264 filings
- 2020 284 filings
- 2019 185 filings
- 2018 95 filings
- 2017 87 filings
- 2016 210 filings
- 2015 154 filings
- 2014 136 filings
- 2013 119 filings
- 2012 91 filings
- 2011 139 filings
- 2010 64 filings
- 2009 48 filings
- 2008 50 filings
- 2007 70 filings
- 2006 53 filings
- 2005 49 filings
- 2004 24 filings
- 2003 28 filings
- 2002 36 filings
- 2001 7 filings
- 1998 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 47041736 | 第十届董事会第十五次会议决议公告 | 2026-05-25 | Chinese | ||
|
2025
14 filings
| |||||
| 44107135 | 内部控制审计报告 | 2025-04-25 | Chinese | ||
| 44107025 | 前次募集资金使用情况报告 | 2025-04-25 | Chinese | ||
| 44107001 | 关于对公司2025年度融资担保额度进行预计的公告 | 2025-04-25 | Chinese | ||
| 44106756 | 新希望财务有限公司风险持续评估报告 | 2025-04-25 | Chinese | ||
| 44106743 | 2024年度监事会工作报告 | 2025-04-25 | Chinese | ||
| 44106709 | 前次募集资金使用情况的鉴证报告 | 2025-04-25 | Chinese | ||
| 44106232 | 关于续聘会计师事务所的公告 | 2025-04-25 | Chinese | ||
| 44106221 | 董事会决议公告 | 2025-04-25 | Chinese | ||
| 44106208 | 年度募集资金使用情况专项说明 | 2025-04-25 | Chinese | ||
| 44106197 | 2024年年度利润分配预案的公告 | 2025-04-25 | Chinese | ||
| 44106194 | 2024年度董事会工作报告 | 2025-04-25 | Chinese | ||
| 44106190 | 关于向下属公司提供原料采购货款担保的公告 | 2025-04-25 | Chinese | ||
| 44106153 | 年度募集资金使用鉴证报告 | 2025-04-25 | Chinese | ||
| 44105883 | 年度股东大会通知 | 2025-04-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of prepared animal feeds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ajooni Biotech Limited
Produces animal healthcare solutions and nutritional supple…
|
AJOONI | IN | Manufacturing |
|
Algae Biosciences Corporation
Develops algae-based feed supplements for cattle, reducing …
|
ABV | CA | Manufacturing |
|
ALIBA SA
Specializes in animal nutrition, developing balanced feed f…
|
— | AR | Manufacturing |
|
ANPARIO PLC
Manufactures natural feed additives for animal health, nutr…
|
ANP | GB | Manufacturing |
|
Avanti Feeds ltd.
Produces shrimp feed and processes shrimp for export throug…
|
AVANTIFEED | IN | Manufacturing |
|
CARR'S GROUP PLC
An international specialist in nutritional supplements for …
|
CARR | GB | Manufacturing |
|
CHUBU SHIRYO CO.,LTD.
Manufactures feed for livestock and aquaculture, and organi…
|
2053 | JP | Manufacturing |
|
Công ty Cổ phần Đầu tư Du lịch và Phát triển Thủy sản
Produces and supplies fish meal and fish oil from Pangasius…
|
DAT | VN | Manufacturing |
|
Darford International Inc.
Manufacturer of premium, all-natural, oven-baked dog food a…
|
WUF | CA | Manufacturing |
|
EASY BIO, Inc.
Develops animal feed, additives, and biotech solutions for …
|
353810 | KR | Manufacturing |
New Hope Liuhe 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/53866/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53866 | 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=53866 | 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=53866 \ -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": 53866}, 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 New Hope Liuhe Co., Ltd. (id: 53866)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.