BEIJING BEI MO GAO KE FRICTION MATERIAL CO.,LTD. — Investor Relations & Filings
BEIJING BEI MO GAO KE FRICTION MATERIAL CO.,LTD. specializes in the research, development, and manufacturing of high-performance friction materials and braking systems. The company's primary product portfolio includes aircraft brake discs, landing gear assemblies, and braking components for high-speed rail and heavy-duty vehicles. It is a key provider of carbon-carbon composite materials and steel brake discs used in various military and civil aviation platforms. The firm focuses on advanced material science to enhance thermal stability, wear resistance, and structural integrity in extreme operating environments. Its technical capabilities extend to the design and integration of complete landing gear systems, positioning it as a critical supplier for aerospace and transportation infrastructure projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京北摩高科摩擦材料股份有限公司2025年度向特定对象发行A股股票预案 | 2025-12-29 | Chinese | |
| 第四届董事会第六次会议决议的公告 | 2025-12-29 | Chinese | |
| 前次募集资金使用情况鉴证报告 | 2025-12-29 | Chinese | |
| 关于公司前次募集资金使用情况报告 | 2025-12-29 | Chinese | |
| 关于最近五年被证券监管部门和证券交易所采取监管措施或处罚情况的公告 | 2025-12-29 | Chinese | |
| 关于本次向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2025-12-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39003016 | 北京北摩高科摩擦材料股份有限公司2025年度向特定对象发行A股股票预案 | 2025-12-29 | Chinese | ||
| 39002979 | 第四届董事会第六次会议决议的公告 | 2025-12-29 | Chinese | ||
| 39002970 | 前次募集资金使用情况鉴证报告 | 2025-12-29 | Chinese | ||
| 39002798 | 关于公司前次募集资金使用情况报告 | 2025-12-29 | Chinese | ||
| 39002791 | 关于最近五年被证券监管部门和证券交易所采取监管措施或处罚情况的公告 | 2025-12-29 | Chinese | ||
| 39002783 | 关于本次向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2025-12-29 | Chinese | ||
| 39002776 | 关于2025年度向特定对象发行A股股票预案披露的提示性公告 | 2025-12-29 | Chinese | ||
| 39002774 | 北京北摩高科摩擦材料股份有限公司向特定对象发行A股股票募集资金使用可行性分析报告 | 2025-12-29 | Chinese | ||
| 39002762 | 关于部分募投项目结项并注销相关募集资金专项账户的公告 | 2025-12-26 | Chinese | ||
| 39002761 | 北摩高科2025年第一次临时股东会法律意见书 | 2025-12-17 | Chinese | ||
| 39002751 | 2025年第一次临时股东会决议公告 | 2025-12-17 | Chinese | ||
| 39002739 | 北京北摩高科摩擦材料股份有限公司关于召开2025年第一次临时股东会的通知 | 2025-12-01 | Chinese | ||
| 39002731 | 第四届董事会第五次会议决议的公告 | 2025-12-01 | Chinese | ||
| 39002718 | 关于拟变更会计师事务所的公告 | 2025-12-01 | Chinese | ||
| 39002700 | 关于公司与关联方共同投资及放弃优先认购权暨关联交易完成的公告 | 2025-11-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of air and spacecraft and related machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACSL Ltd.
Develops and manufactures industrial drones and autonomous …
|
6232 | JP | Manufacturing |
|
AECC AERO-ENGINE CONTROL CO.,LTD.
Develops aero-engine control systems and components for civ…
|
000738 | CN | Manufacturing |
|
Aecc Aero Science and Technology Co.,Ltd
Produces precision aero-engine components and gas turbine p…
|
600391 | CN | Manufacturing |
|
AECC AVIATION POWER CO,LTD
Develops, manufactures, and maintains aviation engines and …
|
600893 | CN | Manufacturing |
|
Aequs Limited
Diversified contract manufacturer for aerospace, toys, and …
|
AEQUS | IN | Manufacturing |
|
Aerocast Inc.
Specialized foundry casting critical aluminum and magnesium…
|
0AE | CA | Manufacturing |
|
AeroEdge Co.,Ltd.
A first-tier supplier manufacturing low-pressure turbine bl…
|
7409 | JP | Manufacturing |
|
Aerospace CH UAV Co.,Ltd
Develops MALE and HALE UAV systems for multi-role defense a…
|
002389 | CN | Manufacturing |
|
Aerospace Industrial Development Corporation
Specialized manufacturer of military and civil aircraft, en…
|
2634 | TW | Manufacturing |
|
AeroSpace Technology of Korea, Inc.
Designs, develops, and manufactures aircraft parts and majo…
|
067390 | KR | Manufacturing |
BEIJING BEI MO GAO KE FRICTION MATERIAL 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/54972/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54972 | 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=54972 | 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=54972 \ -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": 54972}, 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 BEI MO GAO KE FRICTION MATERIAL CO.,LTD. (id: 54972)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.