CHINA AGRICULTURE DEVELOPMENT SEED GROUP CO.,LTD — Investor Relations & Filings
About CHINA AGRICULTURE DEVELOPMENT SEED GROUP CO.,LTD
China Agriculture Development Seed Group Co., Ltd. specializes in the research, development, production, and distribution of high-quality crop seeds. Its primary product portfolio includes seeds for wheat, corn, rice, cotton, and various legumes. The company integrates advanced breeding technologies with large-scale production capabilities to enhance crop yields and ensure food security. Beyond seed production, it provides comprehensive agricultural solutions, including specialized fertilizers and crop protection products. By leveraging a robust research and development infrastructure and an extensive distribution network, the company serves a broad range of agricultural producers. Its operations focus on the modernization of seed systems and the promotion of sustainable agricultural practices through the application of biotechnology and conventional breeding methods.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 农发种业董事会关于独立董事独立性的专项报告 | 2026-04-17 | Chinese | |
| 农发种业对会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | |
| 农发种业审计委员会2025年度履职报告 | 2026-04-17 | Chinese | |
| 农发种业审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-17 | Chinese | |
| 农发种业2025年年度报告 | 2026-04-17 | Chinese | |
| 大地泰华关于农发种业2025年非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40729248 | 农发种业董事会关于独立董事独立性的专项报告 | 2026-04-17 | Chinese | ||
| 34826994 | 农发种业对会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | ||
| 34826989 | 农发种业审计委员会2025年度履职报告 | 2026-04-17 | Chinese | ||
| 34826932 | 农发种业审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-17 | Chinese | ||
| 34826769 | 农发种业2025年年度报告 | 2026-04-17 | Chinese | ||
| 34825774 | 大地泰华关于农发种业2025年非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese | ||
| 40729245 | 中农发种业集团股份有限公司关于股东所持部分股份解冻的公告 | 2026-03-19 | Chinese | ||
| 40729233 | 中农发种业集团股份有限公司关于增加注册资本并修订《公司章程》的公告 | 2026-03-17 | Chinese | ||
| 40729230 | 中农发种业集团股份有限公司第七届董事会第五十八次会议决议公告 | 2026-03-17 | Chinese | ||
| 40729222 | 中农发种业集团股份有限公司关于控股子公司日常关联交易公告 | 2026-03-17 | Chinese | ||
| 40729212 | 中农发种业集团股份有限公司关于使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的公告 | 2026-03-17 | Chinese | ||
| 40729204 | 华泰联合证券有限责任公司关于中农发种业集团股份有限公司使用募集资金置换预先已投入募集资金投资项目及已支付发行费用的自筹资金的核查意见 | 2026-03-17 | Chinese | ||
| 40729203 | 中农发种业集团股份有限公司公司章程(2026年修订) | 2026-03-17 | Chinese | ||
| 40729185 | 中农发种业集团股份有限公司以募集资金置换预先投入募投项目及已支付发行费用的自筹资金的鉴证报告 | 2026-03-17 | Chinese | ||
| 40729118 | 华泰联合证券有限责任公司关于中农发种业集团股份有限公司2026年日常关联交易预计事项的核查意见 | 2026-03-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Seed processing for propagation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ShreeOswal Seeds And Chemicals Limited
Produces, processes, and markets high-yielding hybrid and r…
|
OSWALSEEDS | IN | Agriculture, forestry and fishi… |
|
Tierra Agrotech Limited
Researches, produces, and distributes hybrid seeds for fiel…
|
543531 | IN | Agriculture, forestry and fishi… |
|
UNISEM AGRITECH LIMITED
Develops and distributes high-yield hybrid seeds for field …
|
544648 | IN | Agriculture, forestry and fishi… |
|
Upsurge Seeds Of Agriculture Limited
Researches and processes high-yielding, disease-resistant f…
|
USASEEDS | IN | Agriculture, forestry and fishi… |
|
Vishwas Agri Seeds Limited
Processes and distributes hybrid field and vegetable seeds …
|
VISHWAS | IN | Agriculture, forestry and fishi… |
|
Winall Hi-tech Seed Co.,Ltd.
Researches and distributes high-yield hybrid rice and diver…
|
300087 | CN | Agriculture, forestry and fishi… |
|
康农种业
Develops hybrid maize, konjac, medicinal herbs, and vegetab…
|
920403 | CN | Agriculture, forestry and fishi… |
CHINA AGRICULTURE DEVELOPMENT SEED GROUP 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/56641/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56641 | 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=56641 | 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=56641 \ -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": 56641}, 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 CHINA AGRICULTURE DEVELOPMENT SEED GROUP CO.,LTD (id: 56641)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.