
Inner Mongolia First Machinery GroupCo.,Ltd. — Investor Relations & Filings
Inner Mongolia First Machinery Group Co., Ltd. specializes in the research, development, and manufacturing of heavy-duty machinery and armored vehicles. The company’s core portfolio includes main battle tanks, infantry fighting vehicles, and specialized military equipment, alongside a robust commercial division focused on heavy-duty trucks, railway wagons, and construction machinery. It operates integrated production facilities for complex tracked and wheeled platforms, serving both national defense requirements and global commercial markets. Key products include high-performance armored platforms and specialized transport solutions designed for demanding environments. The organization emphasizes technological innovation in vehicle propulsion, protection systems, and heavy-load logistics, positioning itself as a primary provider of integrated mechanical engineering solutions for defense and industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2018年年度股东大会的法律意见书 | 2019-05-22 | Chinese | |
| 2018年年度股东大会决议公告 | 2019-05-22 | Chinese | |
| 2018年年度股东大会会议资料 | 2019-05-14 | Chinese | |
| 关于召开2018年度现金分红投资者说明会的公告 | 2019-05-07 | Chinese | |
| 股东大会议事规则(2018年修订稿) | 2019-04-29 | Chinese | |
| 募集资金存放与使用情况鉴证报告 | 2019-04-29 | Chinese |
Browse filings by year
23 years- 2026 20 filings
- 2025 133 filings
- 2024 104 filings
- 2023 86 filings
- 2022 124 filings
- 2021 152 filings
- 2020 113 filings
- 2019 93 filings
- 2018 83 filings
- 2017 130 filings
- 2016 157 filings
- 2015 124 filings
- 2014 80 filings
- 2013 69 filings
- 2012 97 filings
- 2011 51 filings
- 2010 40 filings
- 2009 41 filings
- 2008 48 filings
- 2007 47 filings
- 2006 45 filings
- 2005 44 filings
- 2004 11 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 41808839 | 2018年年度股东大会的法律意见书 | 2019-05-22 | Chinese | ||
| 41808832 | 2018年年度股东大会决议公告 | 2019-05-22 | Chinese | ||
| 41808816 | 2018年年度股东大会会议资料 | 2019-05-14 | Chinese | ||
| 41808785 | 关于召开2018年度现金分红投资者说明会的公告 | 2019-05-07 | Chinese | ||
| 41808772 | 股东大会议事规则(2018年修订稿) | 2019-04-29 | Chinese | ||
| 41808757 | 募集资金存放与使用情况鉴证报告 | 2019-04-29 | Chinese | ||
| 41808741 | 审计报告 | 2019-04-29 | Chinese | ||
| 41808205 | 关于为全资及控股子公司提供担保的公告 | 2019-04-29 | Chinese | ||
| 41808201 | 会计政策变更公告 | 2019-04-29 | Chinese | ||
| 41808187 | 关于修订《公司章程》的公告 | 2019-04-29 | Chinese | ||
| 41808163 | 2019年第一季度报告 | 2019-04-29 | Chinese | ||
| 41808154 | 重大资产重组注入标的资产山西北方机械制造有限责任公司资产减值测试报告 | 2019-04-29 | Chinese | ||
| 41808137 | 董事会提名薪酬与考核委员会工作细则(2019年) | 2019-04-29 | Chinese | ||
| 41808125 | 独立董事关于六届四次董事会相关事项的独立意见 | 2019-04-29 | Chinese | ||
| 41808121 | 独立董事关于对公司累计和当期对外担保等情况的专项说明和独立意见 | 2019-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of military fighting vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEVEX Corp.
defense technology company specializing in advanced autonom…
|
AVEX | US | Manufacturing |
|
Armeyski Holding AD
Holding company engaged in the acquisition, appraisal, and …
|
ARMH | BG | Manufacturing |
|
BAE Systems PLC
Provides advanced, technology-led defence, aerospace, and s…
|
BAESY | GB | Manufacturing |
|
CSG N.V.
Global technology group specializing in advanced defense an…
|
CSG | NL | Manufacturing |
|
GENERAL DYNAMICS CORP
A global aerospace and defense company producing jets, ship…
|
GD | US | Manufacturing |
|
KATMERCİLER ARAÇ ÜSTÜ EKİPMAN SANAYİ VE TİCARET A.Ş.
Manufacturer of on-vehicle equipment and armored land vehic…
|
KATMR | TR | Manufacturing |
|
LIG Nex1 Co., Ltd.
Develops and manufactures advanced weapon systems for land,…
|
079550 | KR | Manufacturing |
|
North Long Dragon New Materials Tech Co., Ltd.
Develops non-metallic composite materials for military vehi…
|
301357 | CN | Manufacturing |
|
Tech Robotics Spolka Akcyjna
Provider of unmanned ground vehicle technologies for milita…
|
NGD | PL | Manufacturing |
Inner Mongolia First Machinery GroupCo.,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/57123/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57123 | 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=57123 | 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=57123 \ -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": 57123}, 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 Inner Mongolia First Machinery GroupCo.,Ltd. (id: 57123)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.