Lanzhou LS Heavy Equipment Co., Ltd — Investor Relations & Filings
About Lanzhou LS Heavy Equipment Co., Ltd
Lanzhou LS Heavy Equipment Co., Ltd. specializes in the research, development, design, and manufacture of high-end energy equipment. The company provides integrated solutions for the refining, petrochemical, coal chemical, and nuclear power sectors. Its core product portfolio includes high-pressure reactors, specialized heat exchangers, coal gasifiers, and large-scale pressure vessels. Additionally, the firm has expanded into new energy fields, focusing on hydrogen energy storage and distribution, solar thermal power generation components, and high-end equipment for the photovoltaic industry. With advanced manufacturing facilities and technical expertise in heavy-duty machinery, the company supports large-scale industrial projects through the provision of critical equipment, engineering services, and technical maintenance. It emphasizes technological innovation in material science and manufacturing processes to meet global energy demands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 兰石重装2025年度内部控制评价报告2.0 | 2026-04-22 | Chinese | |
| 兰州兰石重型装备股份有限公司2025年度内部控制审计报告 | 2026-04-22 | Chinese | |
| 兰石重装关于召开2025年年度暨2026年一季度业绩说明会的公告 | 2026-04-22 | Chinese | |
| 利安达会计师事务所关于兰石重装2025年度对以前年度报告披露的财务报表数据由于同一控制下企业合并进行追溯调整的专项报告 | 2026-04-22 | Chinese | |
| 兰石重装关于召开2025年年度股东会的通知 | 2026-04-22 | Chinese | |
| 兰石重装2025年可持续发展(ESG)报告摘要 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36931049 | 兰石重装2025年度内部控制评价报告2.0 | 2026-04-22 | Chinese | ||
| 36931045 | 兰州兰石重型装备股份有限公司2025年度内部控制审计报告 | 2026-04-22 | Chinese | ||
| 36931043 | 兰石重装关于召开2025年年度暨2026年一季度业绩说明会的公告 | 2026-04-22 | Chinese | ||
| 36931034 | 利安达会计师事务所关于兰石重装2025年度对以前年度报告披露的财务报表数据由于同一控制下企业合并进行追溯调整的专项报告 | 2026-04-22 | Chinese | ||
| 36931020 | 兰石重装关于召开2025年年度股东会的通知 | 2026-04-22 | Chinese | ||
| 36931018 | 兰石重装2025年可持续发展(ESG)报告摘要 | 2026-04-22 | Chinese | ||
| 36931015 | 兰石重装2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 36931013 | 兰石重装2025年年度报告 | 2026-04-22 | Chinese | ||
| 36931001 | 兰石重装2025年可持续发展(ESG)报告 | 2026-04-22 | Chinese | ||
| 36930681 | 兰石重装2025年度商誉减值测试报告 | 2026-04-22 | Chinese | ||
| 36930679 | 兰石重装关于收到中国证券监督管理委员会甘肃监管局《行政处罚事先告知书》的公告 | 2026-04-22 | Chinese | ||
| 36930678 | 兰石重装关于对会计师事务所2025年度履职情况的评估报告 | 2026-04-22 | Chinese | ||
| 36930676 | 兰石重装董事会关于对2025年度带强调事项段的无保留意见内部控制审计报告涉及事项的专项说明 | 2026-04-22 | Chinese | ||
| 36930675 | 兰石重装董事会关于独立董事独立性自查情况的专项意见 | 2026-04-22 | Chinese | ||
| 36930674 | 兰石重装关于同一控制下企业合并追溯调整财务数据的公告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Lanzhou LS Heavy Equipment 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/57474/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57474 | 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=57474 | 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=57474 \ -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": 57474}, 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 Lanzhou LS Heavy Equipment Co., Ltd (id: 57474)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.