
SHANDONG MINING MACHINERY GROUP CO., LTD. — Investor Relations & Filings
SHANDONG MINING MACHINERY GROUP CO., LTD. specializes in the research, development, manufacturing, and distribution of comprehensive coal mining equipment. The company's primary product portfolio includes heavy-duty scraper conveyors, belt conveyors, hydraulic supports, and coal crushing machinery. It provides integrated solutions for underground mining operations, focusing on high-capacity and automated systems designed to enhance extraction efficiency and safety. Beyond core mining machinery, the group engages in the production of specialized components and provides maintenance and technical support services. The company serves a broad client base within the global mining sector, leveraging its large-scale production facilities and engineering expertise to deliver customized equipment for diverse geological conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 山东德衡(济南)律师事务所关于山东矿机集团股份有限公司2025年度股东会的法律意见书 | 2026-05-22 | Chinese | |
| 山东矿机2025年度股东会决议的公告 | 2026-05-22 | Chinese | |
| 关于山东矿机集团股份有限公司申请向特定对象发行股票的审核问询函回复(2025年年报更新稿)(豁免版) | 2026-05-08 | Chinese | |
| 关于山东矿机集团股份有限公司申请向特定对象发行股票的审核问询函中有关财务事项的说明(豁免版) | 2026-05-08 | Chinese | |
| 山东德衡律师事务所关于山东矿机集团股份有限公司向特定对象发行股票的补充法律意见书(三) | 2026-05-08 | Chinese | |
| 上市保荐书 | 2026-05-08 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46868036 | 山东德衡(济南)律师事务所关于山东矿机集团股份有限公司2025年度股东会的法律意见书 | 2026-05-22 | Chinese | ||
| 46867073 | 山东矿机2025年度股东会决议的公告 | 2026-05-22 | Chinese | ||
| 44493454 | 关于山东矿机集团股份有限公司申请向特定对象发行股票的审核问询函回复(2025年年报更新稿)(豁免版) | 2026-05-08 | Chinese | ||
| 44493452 | 关于山东矿机集团股份有限公司申请向特定对象发行股票的审核问询函中有关财务事项的说明(豁免版) | 2026-05-08 | Chinese | ||
| 44493193 | 山东德衡律师事务所关于山东矿机集团股份有限公司向特定对象发行股票的补充法律意见书(三) | 2026-05-08 | Chinese | ||
| 44493186 | 上市保荐书 | 2026-05-08 | Chinese | ||
| 44493184 | 募集说明书(修订稿)(2025年年报更新稿) | 2026-05-08 | Chinese | ||
| 44493181 | 关于向特定对象发行股票审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-05-08 | Chinese | ||
| 44490203 | 证券发行保荐书 | 2026-05-08 | Chinese | ||
| 44487435 | 山东矿机关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-08 | Chinese | ||
| 36148187 | 董事会对独立董事独立性自查情况的报告 | 2026-04-21 | Chinese | ||
| 36148186 | 2025年年度报告摘要 | 2026-04-21 | Chinese | ||
| 36148183 | 独立董事述职报告(罗响) | 2026-04-21 | Chinese | ||
| 36148180 | 山东矿机2025年度内控审计报告 | 2026-04-21 | Chinese | ||
| 36148176 | 山东矿机关于对会计师事务所2025年度履职情况评估报告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for mining, quarrying and construction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIRMAN CORPORATION
Manufacturer of air compressors, generators, and constructi…
|
6364 | JP | Manufacturing |
|
AJAX Engineering Limited
Manufacturer of concrete equipment for production, transpor…
|
AJAXENGG | IN | Manufacturing |
|
Anhui Tuoshan Heavy Industries Co.,Ltd.
Manufactures undercarriage components for crawler-type heav…
|
001226 | CN | Manufacturing |
|
ANSHAN SENYUAN ROAD AND BRIDGE CO.,LTD
Manufactures road maintenance machinery and asphalt pavemen…
|
300210 | CN | Manufacturing |
|
APOLLO TECHNO INDUSTRIES LIMITED
Manufacturer of high-performance road construction and infr…
|
544671 | IN | Manufacturing |
|
Arrival Energy Corporation
Engineers, manufactures, and services innovative downhole d…
|
ARVL | CA | Manufacturing |
|
ASTEC INDUSTRIES INC
Manufactures equipment for road building, aggregate process…
|
ASTE | US | Manufacturing |
|
AUSTIN ENGINEERING LIMITED
Designs and manufactures customized mining equipment and en…
|
ANG | AU | Manufacturing |
|
BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY CO., LTD.
Develops intelligent control systems and equipment for unde…
|
688570 | CN | Manufacturing |
|
BELL EQUIPMENT LIMITED
Global supplier and manufacturer of heavy equipment and mat…
|
BEL | ZA | Manufacturing |
SHANDONG MINING MACHINERY 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/54552/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54552 | 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=54552 | 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=54552 \ -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": 54552}, 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 SHANDONG MINING MACHINERY GROUP CO., LTD. (id: 54552)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.