
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 |
|---|---|---|---|
| 关于玉米新品种通过国家品审会审定的公告 | 2026-01-06 | Chinese | |
| 第九届董事会第四次(临时)会议决议公告 | 2025-11-21 | Chinese | |
| 关于在海南省东方市投资设立全资子公司的公告 | 2025-11-21 | Chinese | |
| 登海种业2024-2025业务年度经营情况报告 | 2025-11-03 | Chinese | |
| 2025年三季度报告 | 2025-10-28 | Chinese | |
| 信息披露暂缓与豁免制度 | 2025-08-27 | 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 | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 44415272 | 关于玉米新品种通过国家品审会审定的公告 | 2026-01-06 | Chinese | ||
|
2025
14 filings
| |||||
| 44415259 | 第九届董事会第四次(临时)会议决议公告 | 2025-11-21 | Chinese | ||
| 44415244 | 关于在海南省东方市投资设立全资子公司的公告 | 2025-11-21 | Chinese | ||
| 44415226 | 登海种业2024-2025业务年度经营情况报告 | 2025-11-03 | Chinese | ||
| 44415222 | 2025年三季度报告 | 2025-10-28 | Chinese | ||
| 44415205 | 信息披露暂缓与豁免制度 | 2025-08-27 | Chinese | ||
| 44415189 | 信息披露事务管理制度 | 2025-08-27 | Chinese | ||
| 44415174 | 2025年半年度报告摘要 | 2025-08-27 | Chinese | ||
| 44415162 | 2025年半年度报告 | 2025-08-27 | Chinese | ||
| 44415159 | 内部审计制度 | 2025-08-27 | Chinese | ||
| 44415144 | 半年报董事会决议公告 | 2025-08-27 | Chinese | ||
| 44415132 | 2025年半年度财务报告 | 2025-08-27 | Chinese | ||
| 44415032 | 薪酬与考核委员会工作实施细则 | 2025-08-27 | Chinese | ||
| 44415026 | 提名委员会工作实施细则 | 2025-08-27 | Chinese | ||
| 44415009 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-27 | 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.