
Shandong Denghai Seeds Co., Ltd. — Investor Relations & Filings
Shandong Denghai Seeds Co., Ltd. specializes in the research, development, production, and distribution of high-yield crop seeds. Founded by Li Denghai, a pioneer in hybrid maize breeding, the company focuses primarily on hybrid corn varieties, while also offering seeds for wheat, vegetables, and flowers. The organization leverages advanced biotechnology and traditional breeding techniques to enhance crop productivity and resilience. Its core operations include seed processing, quality testing, and a comprehensive marketing network. By prioritizing technological innovation and genetic improvement, the company provides high-performance seeds designed to optimize yields and support food security.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事2024年度述职报告(孙爱荣) | 2025-04-22 | Chinese | |
| 关于修改《公司章程》的公告 | 2025-04-22 | Chinese | |
| 关于续聘会计师事务所的公告 | 2025-04-22 | Chinese | |
| 关于2024年度利润分配预案的公告 | 2025-04-22 | Chinese | |
| 关于参加最近一次独立董事培训的承诺书(谢瑞芝) | 2025-04-22 | Chinese | |
| 独立董事候选人声明与承诺(谢瑞芝) | 2025-04-22 | Chinese |
Browse filings by year
22 years- 2026 16 filings
- 2025 60 filings
- 2024 45 filings
- 2023 43 filings
- 2022 47 filings
- 2021 47 filings
- 2020 51 filings
- 2019 77 filings
- 2018 51 filings
- 2017 74 filings
- 2016 83 filings
- 2015 43 filings
- 2014 38 filings
- 2013 72 filings
- 2012 42 filings
- 2011 59 filings
- 2010 53 filings
- 2009 50 filings
- 2008 69 filings
- 2007 60 filings
- 2006 45 filings
- 2005 49 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44414193 | 独立董事2024年度述职报告(孙爱荣) | 2025-04-22 | Chinese | ||
| 44414179 | 关于修改《公司章程》的公告 | 2025-04-22 | Chinese | ||
| 44414160 | 关于续聘会计师事务所的公告 | 2025-04-22 | Chinese | ||
| 44414151 | 关于2024年度利润分配预案的公告 | 2025-04-22 | Chinese | ||
| 44414113 | 关于参加最近一次独立董事培训的承诺书(谢瑞芝) | 2025-04-22 | Chinese | ||
| 44414099 | 独立董事候选人声明与承诺(谢瑞芝) | 2025-04-22 | Chinese | ||
| 44414088 | 独立董事2024年度述职报告(黄方亮) | 2025-04-22 | Chinese | ||
| 44414076 | 关于计提资产减值准备的公告 | 2025-04-22 | Chinese | ||
| 44414063 | 董事会决议公告 | 2025-04-22 | Chinese | ||
| 44414051 | 关于运用自有闲置资金投资金融机构低风险理财产品的公告 | 2025-04-22 | Chinese | ||
| 44414036 | 2024年年度报告 | 2025-04-22 | Chinese | ||
| 44414032 | 内部控制审计报告 | 2025-04-22 | Chinese | ||
| 44413990 | 2024年年度报告摘要 | 2025-04-22 | Chinese | ||
| 44413970 | 股票交易异常波动公告 | 2025-04-07 | Chinese | ||
| 44413956 | 2024年度业绩预告 | 2025-01-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Plant propagation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agriseed S.A.
Specializes in proprietary genetics & seed value chain for …
|
— | AR | Agriculture, forestry and fishi… |
|
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… |
|
BISI INTERNATIONAL Tbk
Largest producer of hybrid seeds (corn, rice, horticulture)…
|
BISI | ID | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Giống Cây trồng Miền Nam
Leading enterprise specializing in research, production, an…
|
SSC | VN | 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… |
Shandong Denghai Seeds 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/54104/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54104 | 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=54104 | 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=54104 \ -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": 54104}, 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 Shandong Denghai Seeds Co., Ltd. (id: 54104)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.