
Suzhou Tianmai Thermal Technology Co., Ltd. — Investor Relations & Filings
Suzhou Tianmai Thermal Technology Co., Ltd. specializes in the research, development, and manufacturing of advanced thermal management solutions. The company provides a comprehensive portfolio of products designed to address heat dissipation challenges in high-performance electronics. Key offerings include synthetic graphite sheets, heat pipes, and vapor chambers, alongside a variety of thermal interface materials such as thermal pads, gels, and conductive greases. These solutions are critical for maintaining the reliability and efficiency of devices in sectors such as consumer electronics, telecommunications infrastructure, and automotive systems. By focusing on high thermal conductivity and thin-profile designs, the company supports the miniaturization and increased power density of modern electronic components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | |
| 北京国枫律师事务所关于苏州天脉导热科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 国泰海通证券股份有限公司关于苏州天脉导热科技股份有限公司2025年持续督导定期现场检查报告 | 2026-05-08 | Chinese | |
| 国泰海通证券股份有限公司关于苏州天脉导热科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-08 | Chinese | |
| 2025年度独立董事述职报告(蔡栋梁) | 2026-04-27 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46825585 | 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 46616059 | 北京国枫律师事务所关于苏州天脉导热科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46616054 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 44257728 | 国泰海通证券股份有限公司关于苏州天脉导热科技股份有限公司2025年持续督导定期现场检查报告 | 2026-05-08 | Chinese | ||
| 44257715 | 国泰海通证券股份有限公司关于苏州天脉导热科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-08 | Chinese | ||
| 44528614 | 2025年度独立董事述职报告(蔡栋梁) | 2026-04-27 | Chinese | ||
| 44528602 | 2025年度内部控制自我评价报告 | 2026-04-27 | Chinese | ||
| 44528593 | 董事会关于2025年度会计师事务所的履职情况评估报告 | 2026-04-27 | Chinese | ||
| 44528582 | 董事会关于2025年度独立董事独立性自查情况的专项意见 | 2026-04-27 | Chinese | ||
| 44528574 | 独立董事关于2025年度独立性的自查报告(蔡栋梁) | 2026-04-27 | Chinese | ||
| 44528570 | 独立董事关于2025年度独立性的自查报告(张超) | 2026-04-27 | Chinese | ||
| 44528562 | 2025年年度报告 | 2026-04-27 | Chinese | ||
| 44528557 | 国泰海通证券股份有限公司关于苏州天脉导热科技股份有限公司2025年度持续督导培训情况报告 | 2026-04-27 | Chinese | ||
| 44528548 | 关于拟续聘会计师事务所的公告 | 2026-04-27 | Chinese | ||
| 44528546 | 国泰海通证券股份有限公司关于苏州天脉导热科技股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
Suzhou Tianmai Thermal 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/56398/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56398 | 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=56398 | 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=56398 \ -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": 56398}, 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 Suzhou Tianmai Thermal Technology Co., Ltd. (id: 56398)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.