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年第二次临时股东大会的通知 | 2025-12-09 | Chinese | |
| 北京天玛智控科技股份有限公司独立董事工作制度(修订) | 2025-12-09 | Chinese | |
| 天玛智控关于聘任证券事务代表的公告 | 2025-12-09 | Chinese | |
| 天玛智控关于变更签字注册会计师的公告 | 2025-12-09 | Chinese | |
| 天玛智控关于2026年度日常关联交易预计的公告 | 2025-12-09 | Chinese | |
| 北京天玛智控科技股份有限公司董事和高级管理人员所持本公司股份及其变动管理办法(修订) | 2025-12-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39585524 | 天玛智控关于召开2025年第二次临时股东大会的通知 | 2025-12-09 | Chinese | ||
| 39585516 | 北京天玛智控科技股份有限公司独立董事工作制度(修订) | 2025-12-09 | Chinese | ||
| 39585504 | 天玛智控关于聘任证券事务代表的公告 | 2025-12-09 | Chinese | ||
| 39585500 | 天玛智控关于变更签字注册会计师的公告 | 2025-12-09 | Chinese | ||
| 39585490 | 天玛智控关于2026年度日常关联交易预计的公告 | 2025-12-09 | Chinese | ||
| 39585483 | 北京天玛智控科技股份有限公司董事和高级管理人员所持本公司股份及其变动管理办法(修订) | 2025-12-09 | Chinese | ||
| 39585468 | 北京天玛智控科技股份有限公司信息披露事务管理制度(修订) | 2025-12-09 | Chinese | ||
| 39585456 | 天玛智控2025年第二次临时股东大会会议资料 | 2025-12-09 | Chinese | ||
| 39585450 | 中信建投证券股份有限公司关于北京天玛智控科技股份有限公司与关联人共同投资的核查意见 | 2025-12-09 | Chinese | ||
| 39585441 | 北京天玛智控科技股份有限公司市值管理制度 | 2025-12-09 | Chinese | ||
| 39585438 | 北京天玛智控科技股份有限公司董事会议事规则(修订) | 2025-12-09 | Chinese | ||
| 39585434 | 北京天玛智控科技股份有限公司董事会提名委员会议事规则(修订) | 2025-12-09 | Chinese | ||
| 39585430 | 天玛智控关于取消监事会、修订《公司章程》并办理工商变更登记、修订及制定部分公司治理制度的公告 | 2025-12-09 | Chinese | ||
| 39585419 | 天玛智控关于调整董事会专门委员会委员的公告 | 2025-12-09 | Chinese | ||
| 39585414 | 北京天玛智控科技股份有限公司股东会议事规则(修订) | 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 |
|---|---|---|---|
|
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 |
|
BELL EQUIPMENT LIMITED
Global supplier and manufacturer of heavy equipment and mat…
|
BEL | ZA | Manufacturing |
|
BEML Ltd
Manufactures heavy equipment for mining, rail, metro, and d…
|
BEML | IN | 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.