康农种业 — Investor Relations & Filings
About 康农种业
Hubei Kangnong Seed Industry Co., Ltd. specializes in the research, development, production, and distribution of high-quality crop seeds. The company focuses primarily on hybrid maize varieties, particularly those adapted to diverse ecological environments such as mountainous and hilly terrains. Beyond its core maize business, the firm develops and markets seeds for konjac, Chinese medicinal herbs, and various vegetables. By integrating advanced biotechnology with traditional breeding methods, the company aims to enhance crop yields, disease resistance, and environmental adaptability. Its operations encompass the entire seed value chain, from germplasm innovation and variety testing to large-scale production and technical support services for growers. The company maintains a robust portfolio of proprietary varieties designed to meet the evolving needs of modern agriculture and food security.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 监事任命公告 | 2024-08-27 | Chinese | |
| 2024年半年度报告 | 2024-08-27 | Chinese | |
| 第一创业证券承销保荐有限责任公司关于湖北康农种业股份有限公司新增2024年预计日常性关联交易的核查意见 | 2024-08-27 | Chinese | |
| 拟变更2024年度会计师事务所的公告 | 2024-08-27 | Chinese | |
| 第一创业证券承销保荐有限责任公司关于湖北康农种业股份有限公司拟减资退出控股子公司暨关联交易的核查意见 | 2024-08-27 | Chinese | |
| 监事辞职公告 | 2024-08-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 40008849 | 监事任命公告 | 2024-08-27 | Chinese | ||
| 40008841 | 2024年半年度报告 | 2024-08-27 | Chinese | ||
| 40008808 | 第一创业证券承销保荐有限责任公司关于湖北康农种业股份有限公司新增2024年预计日常性关联交易的核查意见 | 2024-08-27 | Chinese | ||
| 40008800 | 拟变更2024年度会计师事务所的公告 | 2024-08-27 | Chinese | ||
| 40008786 | 第一创业证券承销保荐有限责任公司关于湖北康农种业股份有限公司拟减资退出控股子公司暨关联交易的核查意见 | 2024-08-27 | Chinese | ||
| 40008777 | 监事辞职公告 | 2024-08-15 | Chinese | ||
| 40008774 | 股票解除限售公告 | 2024-08-07 | Chinese | ||
| 40008761 | 2024年第三次临时股东大会决议公告 | 2024-06-10 | Chinese | ||
| 40008743 | 北京金诚同达(上海)律师事务所关于湖北康农种业股份有限公司2024年第三次临时股东大会的法律意见书 | 2024-06-10 | Chinese | ||
| 40008729 | 关于调整募投项目产能并变更部分募投项目的公告 | 2024-05-22 | Chinese | ||
| 40008712 | 第三届监事会第十八次会议决议公告 | 2024-05-22 | Chinese | ||
| 40008705 | 第三届董事会第十九次会议决议公告 | 2024-05-22 | Chinese | ||
| 40008695 | 第一创业证券承销保荐有限责任公司关于湖北康农种业股份有限公司调整募投项目产能并变更部分募投项目的核查意见 | 2024-05-22 | Chinese | ||
| 40008678 | 关于召开2024年第三次临时股东大会通知公告(提供网络投票) | 2024-05-22 | Chinese | ||
| 40008673 | 投资者关系活动记录表 | 2024-05-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Seed processing for propagation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agri-Tech India Ltd.
Develops hybrid seeds and biotech inputs to enhance crop yi…
|
AGRITECH | IN | Agriculture, forestry and fishi… |
|
BOA SAFRA SEMENTES S.A
Produces and commercializes high-quality soybean, corn, and…
|
— | BR | Agriculture, forestry and fishi… |
|
Bombay Super Hybrid Seeds Limited
Researches, produces, and markets high-yield hybrid field a…
|
BSHSL | IN | Agriculture, forestry and fishi… |
|
CHINA AGRICULTURE DEVELOPMENT SEED GROUP CO.,LTD
Develops, produces, and distributes crop seeds and integrat…
|
600313 | CN | Agriculture, forestry and fishi… |
|
Gansu Dunhuang Seed Group Co.,Ltd.
Researches, produces, and distributes agricultural seeds an…
|
600354 | CN | Agriculture, forestry and fishi… |
|
Hindustan Agrigenetics Ltd.
Develops high-yielding hybrid seeds using biotechnology to …
|
519574 | IN | Agriculture, forestry and fishi… |
|
Indo US Bio-Tech Limited
Develops high-quality hybrid seeds for vegetables, oilseeds…
|
INDOUS | IN | Agriculture, forestry and fishi… |
|
Mangalam Seeds Limited
Develops and markets hybrid and varietal seeds for field an…
|
539275 | IN | Agriculture, forestry and fishi… |
|
NH NONGWOOBIO CO., LTD.
Develops, produces, and distributes vegetable seeds using b…
|
054050 | KR | Agriculture, forestry and fishi… |
|
Nirman Agri Genetics Limited
Produces, processes, and markets high-quality hybrid seeds …
|
NIRMAN | IN | Agriculture, forestry and fishi… |
康农种业 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/58824/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58824 | 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=58824 | 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=58824 \ -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": 58824}, 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 康农种业 (id: 58824)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.