Wanxiang Doneed Co.,Ltd — Investor Relations & Filings
About Wanxiang Doneed Co.,Ltd
Wanxiang Doneed Co.,Ltd. specializes in the research, development, production, and distribution of high-quality agricultural seeds. The company primarily focuses on the breeding and commercialization of hybrid corn seeds, while also maintaining a diverse portfolio that includes sunflower and vegetable seeds. By leveraging advanced biotechnology and traditional breeding methods, the firm aims to enhance crop yields and improve resistance to pests and environmental stressors. Its operations encompass the entire seed value chain, from germplasm innovation and field testing to large-scale processing and marketing. The company serves professional growers and agricultural enterprises, providing specialized technical support and high-performance seed varieties designed to optimize agricultural productivity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 万向德农股份有限公司关于召开2025年第一次临时股东大会的通知 | 2025-07-30 | Chinese | |
| 万向德农股份有限公司关于董事会换届选举的公告 | 2025-07-30 | Chinese | |
| 万向德农股份有限公司对外投资管理制度(2025年7月修订) | 2025-07-30 | Chinese | |
| 万向德农股份有限公司信息披露暂缓与豁免制度 | 2025-07-30 | Chinese | |
| 万向德农股份有限公司控股子公司管理制度(2025年7月修订) | 2025-07-30 | Chinese | |
| 万向德农股份有限公司第九届董事会第二十九次会议决议公告 | 2025-07-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40799478 | 万向德农股份有限公司关于召开2025年第一次临时股东大会的通知 | 2025-07-30 | Chinese | ||
| 40799472 | 万向德农股份有限公司关于董事会换届选举的公告 | 2025-07-30 | Chinese | ||
| 40799464 | 万向德农股份有限公司对外投资管理制度(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799461 | 万向德农股份有限公司信息披露暂缓与豁免制度 | 2025-07-30 | Chinese | ||
| 40799453 | 万向德农股份有限公司控股子公司管理制度(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799449 | 万向德农股份有限公司第九届董事会第二十九次会议决议公告 | 2025-07-30 | Chinese | ||
| 40799446 | 万向德农股份有限公司会计师事务所选聘制度(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799442 | 万向德农股份有限公司投资者关系管理制度(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799438 | 万向德农股份有限公司独立董事专门会议工作制度(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799434 | 万向德农股份有限公司关于制订或修订部分公司治理制度的公告 | 2025-07-30 | Chinese | ||
| 40799429 | 万向德农股份有限公司信息披露事务管理制度(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799424 | 独立董事候选人声明与承诺(沈志峰) | 2025-07-30 | Chinese | ||
| 40799401 | 万向德农股份有限公司章程(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799395 | 万向德农股份有限公司股东会规则(2025年7月修订) | 2025-07-30 | Chinese | ||
| 40799390 | 万向德农股份有限公司2024年年度权益分派实施公告 | 2025-06-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Plant propagation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ASIA SEED Co.,Ltd.
Develops, breeds, and sells a variety of hybrid vegetable a…
|
154030 | KR | Agriculture, forestry and fishi… |
|
Berg Earth co.,Ltd.
Agribusiness specializing in the production and sale of veg…
|
1383 | JP | Agriculture, forestry and fishi… |
|
Donegal Investment
An agricultural company managing a portfolio of businesses …
|
DQ7A | IE | Agriculture, forestry and fishi… |
|
GENOMIC VALLEY BIOTECH LIMITED
Specializes in floriculture and plant tissue culture using …
|
539206 | IN | Agriculture, forestry and fishi… |
|
Hainan Shennong Seed Industry Technology Co.,Ltd.
Develops, produces, and distributes high-quality crop seeds…
|
300189 | CN | Agriculture, forestry and fishi… |
|
JK Agri Genetics Limited
Researches, develops, and markets high-yielding hybrid fiel…
|
536493 | IN | Agriculture, forestry and fishi… |
|
KANEKO SEEDS CO., LTD.
Researches, produces, and sells seeds, seedlings, and agric…
|
1376 | JP | Agriculture, forestry and fishi… |
|
Kaveri Seed Company Ltd
Researches, produces, and markets high-quality hybrid field…
|
KSCL | IN | Agriculture, forestry and fishi… |
|
KWS SAAT SE & Co. KGaA
A plant breeding company that develops and distributes high…
|
KWS | DE | Agriculture, forestry and fishi… |
|
Nath Biogene India Ltd.
Researches, produces, and markets high-quality hybrid field…
|
NATHBIOGEN | IN | Agriculture, forestry and fishi… |
Wanxiang Doneed 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/56685/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56685 | 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=56685 | 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=56685 \ -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": 56685}, 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 Wanxiang Doneed Co.,Ltd (id: 56685)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.