Jinjian Cereals Industry Co.,Ltd. — Investor Relations & Filings
About Jinjian Cereals Industry Co.,Ltd.
Jinjian Cereals Industry Co.,Ltd. specializes in the processing and distribution of grain and oil products. Its primary product portfolio includes premium rice, wheat flour, dried noodles, and various edible vegetable oils. The company also maintains operations in the dairy and health food sectors. By managing an integrated industrial chain that spans from raw material sourcing to final product distribution, the company ensures rigorous quality control and food safety standards. Jinjian utilizes advanced processing technologies and a research-driven approach to provide nutritious food products to a broad consumer base. Its core activities focus on large-scale production and the development of its brand identity through a commitment to high-quality processing and supply chain efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金健米业关于对湖南证监局行政监管措施决定相关事项的整改报告 | 2026-03-03 | Chinese | |
| 金健米业第十届董事会第三次会议决议公告 | 2026-03-03 | Chinese | |
| 金健米业2026年第二次临时股东会决议公告 | 2026-02-25 | Chinese | |
| 湖南启元律师事务所关于金健米业2026年第二次临时股东会法律意见书 | 2026-02-25 | Chinese | |
| 金健米业2026年第二次临时股东会会议资料 | 2026-02-11 | Chinese | |
| 金健米业第十届董事会第二次会议决议公告 | 2026-02-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40386068 | 金健米业关于对湖南证监局行政监管措施决定相关事项的整改报告 | 2026-03-03 | Chinese | ||
| 40386049 | 金健米业第十届董事会第三次会议决议公告 | 2026-03-03 | Chinese | ||
| 40386041 | 金健米业2026年第二次临时股东会决议公告 | 2026-02-25 | Chinese | ||
| 40386032 | 湖南启元律师事务所关于金健米业2026年第二次临时股东会法律意见书 | 2026-02-25 | Chinese | ||
| 40386015 | 金健米业2026年第二次临时股东会会议资料 | 2026-02-11 | Chinese | ||
| 40386000 | 金健米业第十届董事会第二次会议决议公告 | 2026-02-06 | Chinese | ||
| 40385939 | 金健米业第十届董事会第二次会议修订的内控制度全文 | 2026-02-06 | Chinese | ||
| 40385938 | 金健米业关于2026年度日常关联交易预计的公告 | 2026-02-06 | Chinese | ||
| 40385920 | 金健米业股份有限公司司库管理制度 | 2026-02-06 | Chinese | ||
| 40385905 | 金健米业关于召开2026年第二次临时股东会的通知 | 2026-02-06 | Chinese | ||
| 40385892 | 金健米业关于公司及有关责任人收到湖南证监局行政监管措施决定书的公告 | 2026-02-04 | Chinese | ||
| 40385879 | 金健米业关于董事会完成换届选举暨聘任高级管理人员、证券事务代表的公告 | 2026-01-30 | Chinese | ||
| 40385866 | 金健米业第十届董事会第一次会议决议公告 | 2026-01-30 | Chinese | ||
| 40385853 | 湖南启元律师事务所关于金健米业2026年第一次临时股东会的法律意见书 | 2026-01-26 | Chinese | ||
| 40385795 | 金健米业关于选举职工董事的公告 | 2026-01-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of grain mill products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AKHAN UN FABRİKASI VE TARIM ÜRÜNLERİ GIDA SANAYİ TİCARET A.Ş.
Produces and exports wheat flour and grains using 100% rene…
|
AKHAN | TR | Manufacturing |
|
Amir Chand Jagdish Kumar (Exports) Limited
Processes and exports Basmati rice varieties globally under…
|
AMIRCHAND | IN | Manufacturing |
|
Arabian Mills for Food Products Co.
Produces flour, wheat derivatives, and animal feed for food…
|
2285 | SA | Manufacturing |
|
ARMADA GIDA TİCARET SANAYİ A.Ş.
A large-scale producer and exporter of agricultural commodi…
|
ARMGD | TR | Manufacturing |
|
Baba Food Processing (India) Limited
Manufactures wheat products like flour and semolina using a…
|
BABAFP | IN | Manufacturing |
|
Čakovečki mlinovi d.d.
A food company engaged in milling and baking, producing flo…
|
CKML | HR | Manufacturing |
|
CAMIL ALIMENTOS S/A
Processes and distributes staple foods including rice, bean…
|
— | BR | Manufacturing |
|
Chaman Lal Setia Exports Ltd.
Processes, mills, and exports premium Basmati rice to globa…
|
CLSEL | IN | Manufacturing |
|
CIVITA Group PLC
A large-scale processor of GMO-free corn for food ingredien…
|
CIVITA | HU | Manufacturing |
|
C. Sarantopoulos Flour Mills S.A.
Industrial enterprise specializing in the production and tr…
|
KYSA | GR | Manufacturing |
Jinjian Cereals Industry 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/56504/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56504 | 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=56504 | 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=56504 \ -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": 56504}, 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 Jinjian Cereals Industry Co.,Ltd. (id: 56504)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.