
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年第六次临时股东会的通知 | 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
| |||||
| 43196645 | 董事会战略委员会实施细则 | 2025-12-12 | Chinese | ||
| 43196622 | 内部问责制度 | 2025-12-12 | Chinese | ||
| 43196596 | 独立董事提名人声明与承诺(陈斌) | 2025-12-12 | Chinese | ||
| 43196574 | 关于召开2025年第六次临时股东会的通知 | 2025-12-12 | Chinese | ||
| 43196534 | 关联交易管理制度 | 2025-12-12 | Chinese | ||
| 43196472 | 独立董事工作细则 | 2025-12-12 | Chinese | ||
| 43196437 | 对外投资管理制度 | 2025-12-12 | Chinese | ||
| 43196371 | 董事、高级管理人员离职管理制度 | 2025-12-12 | Chinese | ||
| 43196332 | 董事会审计委员会实施细则 | 2025-12-12 | Chinese | ||
| 43196299 | 接待特定对象调研采访管理制度 | 2025-12-12 | Chinese | ||
| 43196271 | 内幕信息知情人登记管理制度 | 2025-12-12 | Chinese | ||
| 43196229 | 独立董事候选人声明与承诺(湛忠灿) | 2025-12-12 | Chinese | ||
| 43196207 | 独立董事提名人声明与承诺(段卫忠) | 2025-12-12 | Chinese | ||
| 43196154 | 独立董事候选人声明与承诺(陈斌) | 2025-12-12 | Chinese | ||
| 43196120 | 关于为供应链下游客户提供担保的公告 | 2025-12-12 | 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.