秋乐种业 — Investor Relations & Filings
About 秋乐种业
Henan Qiule Seed Industry Co., Ltd. specializes in the research, development, production, and distribution of crop seeds. The company operates an integrated "breeding, production, and promotion" business model, focusing on major crops such as corn, wheat, peanuts, and soybeans. Its product portfolio features high-yield, stress-resistant varieties developed through advanced biotechnological and conventional breeding methods. The organization maintains a robust research and development infrastructure, collaborating with scientific institutions to enhance agricultural productivity. It serves a broad network of producers and distributors, providing seed solutions designed to improve crop performance and yield stability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 拟续聘2026年度会计师事务所公告 | 2026-04-23 | Chinese | |
| 2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | |
| 关于 2026 年度董事、高级管理人员薪酬方案的公告 | 2026-04-23 | Chinese | |
| 招商证券股份有限公司关于河南秋乐种业科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-23 | Chinese | |
| 营业收入扣除情况专项审核报告 | 2026-04-23 | Chinese | |
| 大信会计师事务所(特殊普通合伙)对河南秋乐种业科技股份有限公司募集资金存放、管理与实际使用情况审核报告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39692567 | 拟续聘2026年度会计师事务所公告 | 2026-04-23 | Chinese | ||
| 39692559 | 2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | ||
| 39692548 | 关于 2026 年度董事、高级管理人员薪酬方案的公告 | 2026-04-23 | Chinese | ||
| 39692542 | 招商证券股份有限公司关于河南秋乐种业科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-23 | Chinese | ||
| 39692531 | 营业收入扣除情况专项审核报告 | 2026-04-23 | Chinese | ||
| 39692393 | 大信会计师事务所(特殊普通合伙)对河南秋乐种业科技股份有限公司募集资金存放、管理与实际使用情况审核报告 | 2026-04-23 | Chinese | ||
| 39691981 | 2025年度审计报告 | 2026-04-23 | Chinese | ||
| 39691650 | 薪酬管理制度 | 2026-04-23 | Chinese | ||
| 39691636 | 2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 39691601 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-02 | Chinese | ||
| 39691588 | 关于使用闲置自有资金购买理财产品进展的公告 | 2026-04-02 | Chinese | ||
| 39691575 | 关于使用闲置自有资金购买理财产品进展的公告 | 2026-03-26 | Chinese | ||
| 39691561 | 持股 5%以上股东拟减持股份的预披露公告(再次披露) | 2026-03-18 | Chinese | ||
| 39691548 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-03-15 | Chinese | ||
| 39691538 | 关于使用闲置自有资金购买理财产品进展的公告 | 2026-03-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Plant propagation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Origin Agritech LTD
An agricultural biotech firm for crop seed breeding and gen…
|
SEED | VG | Agriculture, forestry and fishi… |
|
Osivo 2
Produces certified seeds for field crops and malt for the b…
|
OSI | SK | Agriculture, forestry and fishi… |
|
SAKATA SEED CORPORATION
Develops, produces, and distributes vegetable and ornamenta…
|
1377 | JP | Agriculture, forestry and fishi… |
|
SDIC FENGLE SEED CO.,LTD.
Researches and produces crop seeds, agrochemicals, and natu…
|
000713 | CN | Agriculture, forestry and fishi… |
|
Shandong Denghai Seeds Co., Ltd.
Develops and distributes high-yield hybrid corn, wheat, and…
|
002041 | CN | Agriculture, forestry and fishi… |
|
Sheel Biotech Limited
Offers agricultural biotechnology, tissue culture plants, a…
|
SHEEL | IN | Agriculture, forestry and fishi… |
|
Shree Ganesh Biotech (India) Limited
Produces, processes, and markets hybrid seeds for cereals a…
|
539470 | IN | Agriculture, forestry and fishi… |
|
Suppro Co.,Ltd
Specializes in ecological restoration, providing trees, see…
|
185190 | KR | Agriculture, forestry and fishi… |
|
The House of Agriculture Spirou S.A.
Researches, produces, and markets plant propagation materia…
|
SPIR | GR | Agriculture, forestry and fishi… |
|
Vilmorin & Cie
A global seed company creating, producing, and distributing…
|
RIN | FR | 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/58715/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58715 | 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=58715 | 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=58715 \ -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": 58715}, 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: 58715)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.