CO.%2C%20LTD./other/ZHONGZHONG_SCIENCE__TECHNOLOGYTI_523UiGz.png)
ZHONGZHONG SCIENCE & TECHNOLOGY(TIANJIN)CO., LTD. — Investor Relations & Filings
ZHONGZHONG SCIENCE & TECHNOLOGY(TIANJIN)CO., LTD. specializes in the research, development, and manufacturing of advanced metallurgical equipment and complete production lines. The company focuses on the design and supply of high-precision rolling mill machinery, including hot-rolled section steel production lines, bar and wire rod mills, and specialized straightening equipment. Its product portfolio encompasses cold-sawing machines, cooling beds, and automated control systems tailored for the steel industry. By integrating mechanical engineering with modern automation, the firm provides comprehensive solutions for the production of H-beams, I-beams, and other structural steel components. The company serves a global clientele, delivering turnkey projects and technical upgrades aimed at enhancing production efficiency and product quality in metallurgical facilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国浩律师(北京)事务所关于中重科技(天津)股份有限公司2025年年度股东会法律意见书 | 2026-05-21 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-21 | Chinese | |
| 国泰海通证券股份有限公司关于中重科技(天津)股份有限公司首次公开发行股票并上市持续督导保荐总结报告书 | 2026-05-07 | Chinese | |
| 关于2026年度日常关联交易预计的公告 | 2026-04-27 | Chinese | |
| 第二届董事会第十四次会议决议公告 | 2026-04-27 | Chinese | |
| 关于2025年年度计提资产减值准备的公告 | 2026-04-27 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757155 | 国浩律师(北京)事务所关于中重科技(天津)股份有限公司2025年年度股东会法律意见书 | 2026-05-21 | Chinese | ||
| 46757154 | 2025年年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 44265115 | 国泰海通证券股份有限公司关于中重科技(天津)股份有限公司首次公开发行股票并上市持续督导保荐总结报告书 | 2026-05-07 | Chinese | ||
| 39546589 | 关于2026年度日常关联交易预计的公告 | 2026-04-27 | Chinese | ||
| 39546581 | 第二届董事会第十四次会议决议公告 | 2026-04-27 | Chinese | ||
| 39546576 | 关于2025年年度计提资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 39546564 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 39546557 | 2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 39546550 | 中重科技(天津)股份有限公司2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | ||
| 39546485 | 国泰海通关于中重科技募集资金投资项目延期、终止及变更募集资金用途并将节余募集资金永久补流的核查意见 | 2026-04-27 | Chinese | ||
| 39546478 | 关于续聘会计师事务所的公告 | 2026-04-27 | Chinese | ||
| 39546477 | 2025年年度报告 | 2026-04-27 | Chinese | ||
| 39546406 | 关于使用部分超募资金永久补充流动资金的公告 | 2026-04-27 | Chinese | ||
| 39546397 | 中重科技2025年度独立董事述职报告(李森) | 2026-04-27 | Chinese | ||
| 39546387 | 关于募集资金投资项目延期、终止及变更募集资金用途并将节余募集资金永久补充流动资金的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
China First Heavy Industries
Produces heavy-duty equipment for nuclear, petrochemical, a…
|
601106 | CN | Manufacturing |
|
Danieli & C
Global supplier of equipment and plants for the entire meta…
|
DAN | IT | Manufacturing |
|
Deem Roll Tech Limited
Designs and manufactures high-performance rolls for the glo…
|
DEEM | IN | Manufacturing |
|
Disa India Ltd.
Provides advanced foundry machinery, molding lines, and sur…
|
DISAQ | IN | Manufacturing |
|
Electrotherm (India) Ltd
Manufactures metallurgical equipment and steel products wit…
|
ELECTHERM | IN | Manufacturing |
|
JOHN COCKERILL INDIA LIMITED
Designs and manufactures advanced equipment and processing …
|
COCKERILL | IN | Manufacturing |
|
KONASOL CO.,LTD
Manufactures fabricated metal products using titanium carbi…
|
176590 | KR | Manufacturing |
|
PARKER CORPORATION
A trading and manufacturing company of industrial products,…
|
9845 | JP | Manufacturing |
|
PyroGenesis Inc.
World leader in advanced plasma processes and sustainable s…
|
PYR | CA | Manufacturing |
|
Qinhuangdao Tianqin Equipment Manufacturing Co.,Ltd.
Develops molten metal purification and casting equipment fo…
|
300922 | CN | Manufacturing |
ZHONGZHONG SCIENCE & TECHNOLOGY(TIANJIN)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/57455/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57455 | 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=57455 | 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=57455 \ -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": 57455}, 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 ZHONGZHONG SCIENCE & TECHNOLOGY(TIANJIN)CO., LTD. (id: 57455)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.