Jiangsu Provincial Agricultural Reclamation and Development Co.,Ltd. — Investor Relations & Filings
About Jiangsu Provincial Agricultural Reclamation and Development Co.,Ltd.
Jiangsu Provincial Agricultural Reclamation and Development Co.,Ltd. is a large-scale modern agricultural enterprise specializing in the integrated management of the crop industry chain. The company focuses on the cultivation, processing, and sale of high-quality grains, primarily rice, wheat, and barley. It operates extensive high-standard farmland and utilizes advanced agricultural technologies to ensure production efficiency. Key business segments include seed research and development, commercial grain production, and agricultural socialized services. Through its integrated "seed-to-table" model, the company maintains rigorous quality control across the entire production cycle. It leverages large-scale land resources and specialized technical expertise to provide high-quality agricultural products and services, focusing on food security and the promotion of modern, sustainable farming practices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏省农垦农业发展股份有限公司章程(2025年8月修订) | 2025-08-20 | Chinese | |
| 苏垦农发2025年半年度报告摘要 | 2025-08-20 | Chinese | |
| 苏垦农发第五届董事会第十次会议决议公告 | 2025-08-20 | Chinese | |
| 苏垦农发2025年半年度报告 | 2025-08-20 | Chinese | |
| 苏垦农发关于增加经营范围、取消监事会暨修订《公司章程》的公告 | 2025-08-20 | Chinese | |
| 苏垦农发第五届监事会第五次会议决议公告 | 2025-08-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38101238 | 江苏省农垦农业发展股份有限公司章程(2025年8月修订) | 2025-08-20 | Chinese | ||
| 38101220 | 苏垦农发2025年半年度报告摘要 | 2025-08-20 | Chinese | ||
| 38101209 | 苏垦农发第五届董事会第十次会议决议公告 | 2025-08-20 | Chinese | ||
| 38101198 | 苏垦农发2025年半年度报告 | 2025-08-20 | Chinese | ||
| 38101160 | 苏垦农发关于增加经营范围、取消监事会暨修订《公司章程》的公告 | 2025-08-20 | Chinese | ||
| 38101155 | 苏垦农发第五届监事会第五次会议决议公告 | 2025-08-20 | Chinese | ||
| 38101148 | 苏垦农发2025年半年度募集资金存放与实际使用情况的专项报告 | 2025-08-20 | Chinese | ||
| 38101136 | 苏垦农发2025年半年度利润分配方案公告 | 2025-08-20 | Chinese | ||
| 38101130 | 江苏新高的律师事务所关于江苏省农垦农业发展股份有限公司2025年第三次临时股东会的见证法律意见书 | 2025-08-13 | Chinese | ||
| 38101118 | 苏垦农发2025年第三次临时股东会决议公告 | 2025-08-13 | Chinese | ||
| 38101109 | 苏垦农发第五届董事会第九次会议决议公告 | 2025-08-13 | Chinese | ||
| 38101099 | 苏垦农发关于选举公司董事、董事长暨调整专门委员会成员的公告 | 2025-08-13 | Chinese | ||
| 38101089 | 苏垦农发2025年第三次临时股东会会议资料 | 2025-08-05 | Chinese | ||
| 38101077 | 苏垦农发第五届董事会第八次会议决议公告 | 2025-07-28 | Chinese | ||
| 38101073 | 苏垦农发关于提名非独立董事候选人的公告 | 2025-07-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Growing of cereals (except rice), leguminous crops and oil seeds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agria Group Holding AD
An integrated agricultural holding in grain and oil crop cu…
|
AGH | BG | Agriculture, forestry and fishi… |
|
AgroGeneration
An agricultural commodities producer of grains and oilseeds…
|
ALAGR | FR | Agriculture, forestry and fishi… |
|
AGROTECH YÜKSEK TEKNOLOJİ VE YATIRIM A.Ş.
Integrates technology with agriculture, food production, wa…
|
AGROT | TR | Agriculture, forestry and fishi… |
|
Amatheon Agri
European agribusiness with farming and food processing in S…
|
MLAAH | NL | Agriculture, forestry and fishi… |
|
BrasilAgro - Brazilian Agricultural Real Estate Co
Acquires, develops, and sells rural properties for agricult…
|
LND | BR | Agriculture, forestry and fishi… |
|
Gansu Yasheng Industrial (Group) Co.,Ltd
Specializes in large-scale agricultural production, process…
|
600108 | CN | Agriculture, forestry and fishi… |
|
Heilongjiang Agriculture Company Limited
Specializes in large-scale mechanized crop cultivation, pro…
|
600598 | CN | Agriculture, forestry and fishi… |
|
IMC S.A.
An integrated agricultural company cultivating, storing, an…
|
IMC | LU | Agriculture, forestry and fishi… |
|
Moolec Science SA
A science-based ingredient company producing animal protein…
|
MLEC | LU | Agriculture, forestry and fishi… |
|
SLC AGRICOLA SA
Produces cotton, soybeans, and corn for global food, fiber,…
|
— | BR | Agriculture, forestry and fishi… |
Jiangsu Provincial Agricultural Reclamation and Development 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/57323/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57323 | 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=57323 | 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=57323 \ -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": 57323}, 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 Jiangsu Provincial Agricultural Reclamation and Development Co.,Ltd. (id: 57323)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.