
Hunan Zhenghong Science and Technology Develop Co., Ltd — Investor Relations & Filings
Hunan Zhenghong Science and Technology Develop Co., Ltd. specializes in the research, development, production, and distribution of animal feed products. The company’s core portfolio includes various categories of compound feed, concentrated feed, and additive premix feed designed for livestock and poultry. Beyond feed manufacturing, the enterprise integrates vertical operations, encompassing pig breeding, commercial hog production, and grain trading. By leveraging advanced biotechnological research, the company focuses on improving nutritional efficiency and animal health. Its operations emphasize an integrated industrial chain that connects raw material procurement, scientific formulation, and large-scale farming practices to ensure product safety and quality across the supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第九届监事会第十六次会议决议公告 | 2025-12-12 | Chinese | |
| 股东会议事规则 | 2025-12-12 | Chinese | |
| 董事、高管薪酬管理制度 | 2025-12-12 | Chinese | |
| 投资者关系管理制度 | 2025-12-12 | Chinese | |
| 内部审计制度 | 2025-12-12 | Chinese | |
| 独立董事提名人声明与承诺(湛忠灿) | 2025-12-12 | Chinese |
Browse filings by year
28 years- 2026 44 filings
- 2025 137 filings
- 2024 89 filings
- 2023 146 filings
- 2022 120 filings
- 2021 81 filings
- 2020 79 filings
- 2019 68 filings
- 2018 64 filings
- 2017 57 filings
- 2016 62 filings
- 2015 39 filings
- 2014 52 filings
- 2013 77 filings
- 2012 63 filings
- 2011 33 filings
- 2010 43 filings
- 2009 39 filings
- 2008 28 filings
- 2007 35 filings
- 2006 76 filings
- 2005 34 filings
- 2004 17 filings
- 2003 48 filings
- 2002 26 filings
- 2001 5 filings
- 1997 1 filing
- 1996 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43196066 | 第九届监事会第十六次会议决议公告 | 2025-12-12 | Chinese | ||
| 43196040 | 股东会议事规则 | 2025-12-12 | Chinese | ||
| 43195998 | 董事、高管薪酬管理制度 | 2025-12-12 | Chinese | ||
| 43195944 | 投资者关系管理制度 | 2025-12-12 | Chinese | ||
| 43195888 | 内部审计制度 | 2025-12-12 | Chinese | ||
| 43195845 | 独立董事提名人声明与承诺(湛忠灿) | 2025-12-12 | Chinese | ||
| 43195816 | 关于董事会换届选举的公告 | 2025-12-12 | Chinese | ||
| 43195771 | 第九届董事会第三十次会议决议公告 | 2025-12-12 | Chinese | ||
| 43195740 | 2025年11月生猪销售简报 | 2025-12-05 | Chinese | ||
| 43195709 | 关于股东《表决权委托协议》到期续签的提示性公告 | 2025-11-18 | Chinese | ||
| 43195675 | 2025年第五次临时股东大会决议公告 | 2025-11-13 | Chinese | ||
| 43195649 | 湖南启元律师事务所关于湖南正虹科技发展股份有限公司2025年第五次临时股东大会的法律意见书 | 2025-11-13 | Chinese | ||
| 43195614 | 2025年10月生猪销售简报 | 2025-11-05 | Chinese | ||
| 43195608 | 关于为子公司提供担保的进展公告 | 2025-10-30 | Chinese | ||
| 43195579 | 关于召开2025年第五次临时股东会的通知 | 2025-10-27 | 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 |
Hunan Zhenghong Science and Technology Develop 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/53763/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53763 | 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=53763 | 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=53763 \ -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": 53763}, 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 Hunan Zhenghong Science and Technology Develop Co., Ltd (id: 53763)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.