BAOTOU TIANHE MAGNETICS TECHNOLOGY CO., LTD. — Investor Relations & Filings
About BAOTOU TIANHE MAGNETICS TECHNOLOGY CO., LTD.
Baotou Tianhe Magnetics Technology Co., Ltd. specializes in the research, development, and manufacturing of high-performance rare earth permanent magnets. The company primarily produces sintered Neodymium-Iron-Boron (NdFeB) and Samarium Cobalt (SmCo) magnetic materials. These products are utilized across diverse sectors, including automotive electrification, renewable energy systems, industrial automation, and high-end consumer electronics. The firm maintains a vertically integrated production process, leveraging advanced processing technologies to ensure material stability and high magnetic performance. Its technical capabilities focus on enhancing thermal stability and corrosion resistance for demanding environments. By providing customized magnetic solutions, the company supports global supply chains in the transition toward energy-efficient technologies and precision engineering.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2026-05-22 | Chinese | |
| 关于使用闲置自有资金进行现金管理到期赎回的公告 | 2026-05-21 | Chinese | |
| 关于参加内蒙古辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-21 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 上海市锦天城律师事务所关于包头天和磁材科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的公告 | 2026-05-12 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46868152 | 关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2026-05-22 | Chinese | ||
| 46758190 | 关于使用闲置自有资金进行现金管理到期赎回的公告 | 2026-05-21 | Chinese | ||
| 46758189 | 关于参加内蒙古辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-21 | Chinese | ||
| 46701944 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46701431 | 上海市锦天城律师事务所关于包头天和磁材科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 45346964 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的公告 | 2026-05-12 | Chinese | ||
| 45346814 | 2025年年度股东会会议资料 | 2026-05-12 | Chinese | ||
| 39297407 | 2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 39297401 | 信永中和会计师事务所关于公司2025年度内部控制审计报告 | 2026-04-27 | Chinese | ||
| 39297367 | 关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 39297356 | 2025年度环境、社会和公司治理(ESG)报告 | 2026-04-27 | Chinese | ||
| 39296832 | 信永中和会计师事务所关于公司2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-27 | Chinese | ||
| 39296783 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 39296773 | 申港证券股份有限公司关于包头天和磁材科技股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查意见 | 2026-04-27 | Chinese | ||
| 39296755 | 信永中和会计师事务所关于公司2025年度审计报告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABRIC BERHAD
Historically manufactured security seals, divested operatio…
|
— | MY | Manufacturing |
|
AEROFLEX ENTERPRISES LIMITED
Manufactures stainless steel flexible hoses and assemblies …
|
AEROENTER | IN | Manufacturing |
|
Aeroflex Industries Limited
Manufactures metallic flexible hoses and assemblies for hig…
|
AEROFLEX | IN | Manufacturing |
|
Aeroflex Neu Limited
Engineers and manufactures flexible flow solutions for extr…
|
AERONEU | IN | Manufacturing |
|
AHRESTY CORPORATION
Manufacturer of aluminum die-cast products and alloy ingots…
|
5852 | JP | Manufacturing |
|
AIA Engineering Ltd.
Manufactures high-chromium wear-resistant parts for mining,…
|
AIAENG | IN | Manufacturing |
|
AISHIDA CO.,LTD.
Manufacturer of cookware, small appliances, and industrial …
|
002403 | CN | Manufacturing |
|
Alumexx N.V.
Manufactures and supplies aluminum equipment for working at…
|
ALX | NL | Manufacturing |
|
AMERICAN REBEL HOLDINGS INC
Designs and manufactures personal security products and saf…
|
AREB | US | Manufacturing |
|
Anchor Lamina Inc.
International supplier of premium die sets, components, and…
|
— | CA | Manufacturing |
BAOTOU TIANHE MAGNETICS 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/57399/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57399 | 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=57399 | 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=57399 \ -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": 57399}, 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 BAOTOU TIANHE MAGNETICS TECHNOLOGY CO., LTD. (id: 57399)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.