Gansu Yasheng Industrial (Group) Co.,Ltd — Investor Relations & Filings
About Gansu Yasheng Industrial (Group) Co.,Ltd
Gansu Yasheng Industrial (Group) Co.,Ltd. specializes in large-scale modern agricultural production, processing, and distribution. The company operates an integrated supply chain focusing on a diverse range of agricultural products, including hops, alfalfa, seeds, fruits, and vegetables. It is a significant producer of high-quality forage and specialized crops such as potatoes and wolfberries. Beyond crop cultivation, the company develops and manufactures water-saving irrigation equipment, including drip irrigation systems, and provides agricultural inputs like fertilizers and chemicals. Its operations emphasize standardized planting techniques and industrial-scale processing to serve diverse markets. The company leverages extensive land resources to maintain a leading position in the cultivation of industrial raw materials and food products through advanced agricultural technology and infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 亚盛集团关于2025年度计提资产减值准备的公告 | 2026-04-29 | Chinese | |
| 亚盛集团独立董事2025年度个人述职报告(王化俊) | 2026-04-29 | Chinese | |
| 亚盛集团独立董事2025年度个人述职报告(张金辉) | 2026-04-29 | Chinese | |
| 亚盛集团2025年度董事会工作报告 | 2026-04-29 | Chinese | |
| 亚盛集团董事会审计委员会2025年度履职情况报告 | 2026-04-29 | Chinese | |
| 亚盛集团未来三年(2026-2028年)股东回报规划 | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40346193 | 亚盛集团关于2025年度计提资产减值准备的公告 | 2026-04-29 | Chinese | ||
| 40346191 | 亚盛集团独立董事2025年度个人述职报告(王化俊) | 2026-04-29 | Chinese | ||
| 40346188 | 亚盛集团独立董事2025年度个人述职报告(张金辉) | 2026-04-29 | Chinese | ||
| 40346187 | 亚盛集团2025年度董事会工作报告 | 2026-04-29 | Chinese | ||
| 40346184 | 亚盛集团董事会审计委员会2025年度履职情况报告 | 2026-04-29 | Chinese | ||
| 40346183 | 亚盛集团未来三年(2026-2028年)股东回报规划 | 2026-04-29 | Chinese | ||
| 40346181 | 亚盛集团董事和高级管理人员薪酬管理制度 | 2026-04-29 | Chinese | ||
| 40346179 | 亚盛集团2026年第一季度报告 | 2026-04-29 | Chinese | ||
| 40346174 | 亚盛集团2025年年度报告摘要 | 2026-04-29 | Chinese | ||
| 40346172 | 大信会计师事务所(特殊普通合伙)对亚盛集团2025年度内控审计报告 | 2026-04-29 | Chinese | ||
| 40346171 | 亚盛集团关于董事和高级管理人员2026年度薪酬方案的公告 | 2026-04-29 | Chinese | ||
| 40346168 | 亚盛集团关于为全资子公司提供担保的进展公告 | 2026-04-24 | Chinese | ||
| 40346166 | 亚盛集团2026年度第一期中期票据发行结果公告 | 2026-04-24 | Chinese | ||
| 40346165 | 亚盛集团关于中期票据获准注册的公告 | 2026-04-16 | Chinese | ||
| 40346164 | 亚盛集团关于变更甜菜生物育种及种植加工一体化项目建设地点的公告 | 2026-04-13 | 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… |
|
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… |
|
Jiangsu Provincial Agricultural Reclamation and Development Co.,Ltd.
Integrated agricultural enterprise specializing in grain pr…
|
601952 | CN | 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… |
Gansu Yasheng Industrial (Group) 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/56488/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56488 | 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=56488 | 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=56488 \ -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": 56488}, 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 Gansu Yasheng Industrial (Group) Co.,Ltd (id: 56488)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.