
SICHUAN CRUN CO., LTD — Investor Relations & Filings
Sichuan Crun Co., Ltd. specializes in the research, development, manufacturing, and distribution of hydraulic and lubrication systems. The company provides integrated fluid control solutions, including hydraulic lubrication equipment, cooling systems, and water treatment facilities. Its product portfolio features high-pressure hydraulic components and specialized lubrication units designed for heavy industrial applications. Sichuan Crun serves diverse sectors such as wind power generation, metallurgy, mining, and construction machinery. The company is recognized for its technical expertise in wind turbine lubrication and cooling systems, supporting the transition to renewable energy. By focusing on industrial fluid technology, it offers customized engineering services and maintenance solutions to optimize equipment performance and reliability in demanding environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于监事辞职暨补选监事的公告 | 2021-01-27 | Chinese | |
| 关于变更职工代表监事的公告 | 2021-01-22 | Chinese | |
| 关于副总经理兼财务总监辞职的公告 | 2020-12-01 | Chinese | |
| 关于部分董事、高级管理人员股份减持计划实施完毕的公告 | 2020-11-02 | Chinese | |
| 关于控股股东部分股票办理质押式回购交易提前购回的公告 | 2020-10-27 | Chinese | |
| 第五届监事会第十二次会议决议公告 | 2020-10-26 | Chinese |
Browse filings by year
19 years- 2026 51 filings
- 2025 130 filings
- 2024 129 filings
- 2023 133 filings
- 2022 154 filings
- 2021 140 filings
- 2020 87 filings
- 2019 119 filings
- 2018 99 filings
- 2017 84 filings
- 2016 95 filings
- 2015 87 filings
- 2014 70 filings
- 2013 94 filings
- 2012 103 filings
- 2011 89 filings
- 2010 70 filings
- 2009 77 filings
- 2008 67 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
2 filings
| |||||
| 35220245 | 关于监事辞职暨补选监事的公告 | 2021-01-27 | Chinese | ||
| 35220235 | 关于变更职工代表监事的公告 | 2021-01-22 | Chinese | ||
|
2020
13 filings
| |||||
| 35220227 | 关于副总经理兼财务总监辞职的公告 | 2020-12-01 | Chinese | ||
| 35220212 | 关于部分董事、高级管理人员股份减持计划实施完毕的公告 | 2020-11-02 | Chinese | ||
| 35220199 | 关于控股股东部分股票办理质押式回购交易提前购回的公告 | 2020-10-27 | Chinese | ||
| 35220193 | 第五届监事会第十二次会议决议公告 | 2020-10-26 | Chinese | ||
| 35220185 | 2020年第三季度报告正文 | 2020-10-26 | Chinese | ||
| 35220179 | 关于股权收购进展暨完成工商变更登记的公告 | 2020-10-26 | Chinese | ||
| 35220168 | 第五届董事会第十七次会议决议公告 | 2020-10-26 | Chinese | ||
| 35220158 | 2020年第三季度报告全文 | 2020-10-26 | Chinese | ||
| 35220147 | 关于部分董事、高级管理人员减持时间过半的进展公告 | 2020-10-09 | Chinese | ||
| 35220138 | 关于收到部分土地及房屋征收补偿款的公告 | 2020-10-08 | Chinese | ||
| 35220131 | 关于控股股东及一致行动人部分股票办理质押式回购交易购回的公告 | 2020-10-08 | Chinese | ||
| 35220121 | 关于公司收购股权的进展公告 | 2020-09-21 | Chinese | ||
| 35220116 | 关于对深圳证券交易所问询函的回复公告 | 2020-09-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fluid power equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIRTAC
Manufacturer of pneumatic components and transmission equip…
|
1590 | TW | Manufacturing |
|
Avic Heavy Machinery Co.,Ltd.
Manufactures high-end forgings, hydraulic systems, and heat…
|
600765 | CN | Manufacturing |
|
CFF FLUID CONTROL LIMITED
Manufactures and services naval shipboard machinery and flu…
|
543920 | IN | Manufacturing |
|
CHELIC
Specialized manufacturer of pneumatic and electric automati…
|
4555 | TW | Manufacturing |
|
CKD Corporation
Manufactures automation machinery and components for a wide…
|
6407 | JP | Manufacturing |
|
CONVUM Ltd.
Manufacturer of pneumatic equipment and vacuum components f…
|
6265 | JP | Manufacturing |
|
Duncan Engineering Limited
Manufacturer of industrial pneumatic products and OTR tyre …
|
504908 | IN | Manufacturing |
|
DY Corporation
Manufactures industrial machinery, automotive components, a…
|
013570 | KR | Manufacturing |
|
DY POWER Corporation
Manufacturer of hydraulic cylinders for construction and he…
|
210540 | KR | Manufacturing |
|
HELIOS TECHNOLOGIES, INC.
Develops and manufactures motion control and electronic con…
|
HLIO | US | Manufacturing |
SICHUAN CRUN 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/54323/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54323 | 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=54323 | 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=54323 \ -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": 54323}, 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 SICHUAN CRUN CO., LTD (id: 54323)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.