
秋乐种业 — Investor Relations & Filings
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 |
|---|---|---|---|
| 招商证券股份有限公司关于河南秋乐种业科技股份有限公司预计2024年日常性关联交易的核查意见 | 2024-04-18 | Chinese | |
| 关于2024年度董事、监事及高级管理人员的薪酬方案公告 | 2024-04-18 | Chinese | |
| 关于第四届董事会审计委员会委员变动的公告 | 2024-04-18 | Chinese | |
| 大信会计师事务所(特殊普通合伙)关于河南秋乐种业科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2024-04-18 | Chinese | |
| 董事会审计委员会对会计师事务所2023年度履行监督职责情况报告 | 2024-04-18 | Chinese | |
| 2023年年度报告 | 2024-04-18 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39688407 | 招商证券股份有限公司关于河南秋乐种业科技股份有限公司预计2024年日常性关联交易的核查意见 | 2024-04-18 | Chinese | ||
| 39688396 | 关于2024年度董事、监事及高级管理人员的薪酬方案公告 | 2024-04-18 | Chinese | ||
| 39688382 | 关于第四届董事会审计委员会委员变动的公告 | 2024-04-18 | Chinese | ||
| 39688366 | 大信会计师事务所(特殊普通合伙)关于河南秋乐种业科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2024-04-18 | Chinese | ||
| 39688193 | 董事会审计委员会对会计师事务所2023年度履行监督职责情况报告 | 2024-04-18 | Chinese | ||
| 39688186 | 2023年年度报告 | 2024-04-18 | Chinese | ||
| 39688138 | 对全资子公司增资的公告 | 2024-04-18 | Chinese | ||
| 39688126 | 董事会审计委员会2023年度履职情况报告 | 2024-04-18 | Chinese | ||
| 39688113 | 关于预计2024年日常性关联交易的公告 | 2024-04-18 | Chinese | ||
| 39688106 | 关于使用自有闲置资金购买理财产品的公告 | 2024-04-18 | Chinese | ||
| 39688096 | 第四届董事会第十九次会议决议公告 | 2024-04-18 | Chinese | ||
| 39688082 | 独立董事候选人声明与承诺(王清连) | 2024-04-18 | Chinese | ||
| 39688077 | 2023年年度权益分派预案公告 | 2024-04-18 | Chinese | ||
| 39688064 | 关于召开2023年年度股东大会通知公告(提供网络投票) | 2024-04-18 | Chinese | ||
| 39688049 | 2023年年度募集资金存放与实际使用情况的专项报告 | 2024-04-18 | 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… |
秋乐种业 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.