
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 |
|---|---|---|---|
| 关于独立董事独立性情况的专项意见 | 2026-04-20 | Chinese | |
| 2025年年度报告摘要 | 2026-04-20 | Chinese | |
| 第十届董事会第三次会议决议公告 | 2026-04-20 | Chinese | |
| 2025年年度审计报告 | 2026-04-20 | Chinese | |
| 内部控制审计报告 | 2026-04-20 | Chinese | |
| 关于2025年度利润分配的预案 | 2026-04-20 | 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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 43197840 | 关于独立董事独立性情况的专项意见 | 2026-04-20 | Chinese | ||
| 43197837 | 2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 43197829 | 第十届董事会第三次会议决议公告 | 2026-04-20 | Chinese | ||
| 43197822 | 2025年年度审计报告 | 2026-04-20 | Chinese | ||
| 43197808 | 内部控制审计报告 | 2026-04-20 | Chinese | ||
| 43197802 | 关于2025年度利润分配的预案 | 2026-04-20 | Chinese | ||
| 43197795 | 2025年年度报告 | 2026-04-20 | Chinese | ||
| 43197793 | 关于对全资子公司增资的公告 | 2026-04-20 | Chinese | ||
| 43197789 | 关于董事、高级管理人员2025年度薪酬确认及2026年度薪酬方案的公告 | 2026-04-20 | Chinese | ||
| 43197777 | 独立董事2025年度述职报告(陈斌) | 2026-04-20 | Chinese | ||
| 43197770 | 关于召开2025年度股东会的通知 | 2026-04-20 | Chinese | ||
| 43197764 | 湖南启元律师事务所关于湖南正虹科技发展股份有限公司2026年第一次临时股东会的法律意见书 | 2026-04-08 | Chinese | ||
| 43197702 | 公司章程 | 2026-04-08 | Chinese | ||
| 43197659 | 2026年第一次临时股东会决议公告 | 2026-04-08 | Chinese | ||
| 43197631 | 2026年3月生猪销售简报 | 2026-04-07 | 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.