BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY CO., LTD. — Investor Relations & Filings
About BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY CO., LTD.
Beijing Tianma Intelligent Control Technology Co., Ltd. specializes in the design, development, and manufacturing of intelligent control systems and high-end equipment for underground mining operations. The company’s core offerings include electro-hydraulic control systems for hydraulic supports, integrated automation systems for coal mining faces, and intelligent pumping station systems. These solutions utilize advanced sensing, communication, and automated control technologies to facilitate remote monitoring and autonomous operation of mining machinery. By integrating industrial internet of things (IIoT) and artificial intelligence, the firm provides comprehensive technical support for the digital transformation of mining infrastructure. Its products are engineered to enhance operational safety, optimize production efficiency, and ensure high reliability in harsh underground environments through specialized hardware and software platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信建投证券股份有限公司关于北京天玛智控科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-17 | Chinese | |
| 天玛智控2025年度内部控制审计报告 | 2026-03-26 | Chinese | |
| 天玛智控关于聘任公司副总经理的公告 | 2026-03-26 | Chinese | |
| 天玛智控关于召开2025年年度业绩说明会的公告 | 2026-03-18 | Chinese | |
| 天玛智控2025年度业绩快报公告 | 2026-02-27 | Chinese | |
| 天玛智控2025年年度业绩预告 | 2026-01-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 34825603 | 中信建投证券股份有限公司关于北京天玛智控科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-17 | Chinese | ||
| 39585626 | 天玛智控2025年度内部控制审计报告 | 2026-03-26 | Chinese | ||
| 39585615 | 天玛智控关于聘任公司副总经理的公告 | 2026-03-26 | Chinese | ||
| 39585608 | 天玛智控关于召开2025年年度业绩说明会的公告 | 2026-03-18 | Chinese | ||
| 39585603 | 天玛智控2025年度业绩快报公告 | 2026-02-27 | Chinese | ||
| 39585598 | 天玛智控2025年年度业绩预告 | 2026-01-30 | Chinese | ||
| 39585594 | 天玛智控关于全资子公司开立募集资金现金管理专用结算账户的公告 | 2026-01-14 | Chinese | ||
| 39585589 | 天玛智控关于全资子公司使用部分暂时闲置募集资金进行现金管理及以协定存款方式存放募集资金的公告 | 2026-01-13 | Chinese | ||
| 39585578 | 中信建投证券股份有限公司关于北京天玛智控科技股份有限公司全资子公司使用部分暂时闲置募集资金进行现金管理及以协定存款方式存放募集资金的核查意见 | 2026-01-13 | Chinese | ||
|
2025
6 filings
| |||||
| 39585568 | 天玛智控2025年第二次临时股东大会决议公告 | 2025-12-25 | Chinese | ||
| 39585567 | 北京市嘉源律师事务所关于北京天玛智控科技股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-12-25 | Chinese | ||
| 39585564 | 北京天玛智控科技股份有限公司募集资金管理办法(修订) | 2025-12-09 | Chinese | ||
| 39585550 | 北京天玛智控科技股份有限公司章程(修订) | 2025-12-09 | Chinese | ||
| 39585539 | 天玛智控第二届监事会第七次会议决议公告 | 2025-12-09 | Chinese | ||
| 39585534 | 北京天玛智控科技股份有限公司董事会审计委员会议事规则(修订) | 2025-12-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for mining, quarrying and construction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Foremost Industries Income Fund
Manufacturing and international sale of specialized industr…
|
FMO.U | CA | Manufacturing |
|
FORUM ENERGY TECHNOLOGIES, INC.
Designs and manufactures mission-critical products and solu…
|
FET | US | Manufacturing |
|
FUJIAN SOUTH HIGHWAY MACHINERY CO., LTD.
Produces high-end equipment for construction material mixin…
|
603280 | CN | Manufacturing |
|
FURUKAWA CO.,LTD.
Diversified manufacturer of industrial machinery and advanc…
|
5715 | JP | Manufacturing |
|
GENCOR INDUSTRIES INC
Manufacturer of heavy machinery for the road and highway co…
|
GENC | US | Manufacturing |
|
Grenevia S.A.
Investment holding company bridging traditional industry wi…
|
FMF | PL | Manufacturing |
|
GUANGXI LIUGONG MACHINERY CO., LTD
Manufacturer of heavy construction machinery specializing i…
|
000528 | CN | Manufacturing |
|
Gujarat Apollo Industries Ltd.
Designs and manufactures road construction and material pro…
|
GUJAPOLLO | IN | Manufacturing |
|
HD Hyundai Construction Equipment Co.,Ltd.
Manufactures construction machinery and material handling e…
|
267270 | KR | Manufacturing |
|
HD Hyundai Infracore Co., Ltd.
Manufactures construction equipment and engines for industr…
|
042670 | KR | Manufacturing |
BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY 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/58497/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58497 | 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=58497 | 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=58497 \ -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": 58497}, 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 BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY CO., LTD. (id: 58497)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.