Haian Rubber Group Co., Ltd. — Investor Relations & Filings
Haian Rubber Group Co., Ltd. specializes in the research, development, and manufacturing of giant radial off-the-road (OTR) tires. The company focuses on providing high-performance tire solutions for large-scale mining, quarrying, and construction equipment, including rigid dump trucks, loaders, and earthmovers. Its product portfolio features a wide range of specifications, notably including 63-inch giant tires designed for extreme operating conditions. Beyond manufacturing, the company provides comprehensive tire management services, encompassing site analysis, tire maintenance, and performance monitoring to optimize operational efficiency and reduce total cost of ownership. By integrating advanced rubber compounding and structural engineering, the firm delivers durable products engineered for high load capacities and heat resistance in demanding environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 首次公开发行股票并在主板上市发行结果公告 | 2025-11-19 | Chinese | |
| 首次公开发行股票并在主板上市网下发行初步配售结果公告 | 2025-11-17 | Chinese | |
| 首次公开发行股票并在主板上市网上摇号中签结果公告 | 2025-11-17 | Chinese | |
| 首次公开发行股票并在主板上市网上申购情况及中签率公告 | 2025-11-16 | Chinese | |
| 国泰海通证券股份有限公司、东方证券股份有限公司关于参与战略配售投资者的专项核查报告 | 2025-11-12 | Chinese | |
| 首次公开发行股票并在主板上市发行公告 | 2025-11-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39599574 | 首次公开发行股票并在主板上市发行结果公告 | 2025-11-19 | Chinese | ||
| 39599564 | 首次公开发行股票并在主板上市网下发行初步配售结果公告 | 2025-11-17 | Chinese | ||
| 39599481 | 首次公开发行股票并在主板上市网上摇号中签结果公告 | 2025-11-17 | Chinese | ||
| 39599477 | 首次公开发行股票并在主板上市网上申购情况及中签率公告 | 2025-11-16 | Chinese | ||
| 39599470 | 国泰海通证券股份有限公司、东方证券股份有限公司关于参与战略配售投资者的专项核查报告 | 2025-11-12 | Chinese | ||
| 39599452 | 首次公开发行股票并在主板上市发行公告 | 2025-11-12 | Chinese | ||
| 39599366 | 首次公开发行股票并在主板上市投资风险特别公告 | 2025-11-12 | Chinese | ||
| 39599336 | 上海金茂凯德律师事务所关于参与战略配售投资者核查事项的法律意见书 | 2025-11-12 | Chinese | ||
| 39599314 | 首次公开发行股票并在主板上市网上路演公告 | 2025-11-11 | Chinese | ||
| 39599307 | 公司财务报表及审阅报告(2025年1月-9月) | 2025-11-05 | Chinese | ||
| 39599152 | 股东大会、董事会、监事会、独立董事、董事会秘书制度的建立健全及运行情况说明 | 2025-11-05 | Chinese | ||
| 39599139 | 经注册会计师鉴证的非经常性损益明细表 | 2025-11-05 | Chinese | ||
| 39599050 | 国浩律师(上海)事务所关于公司首次公开发行股票并在主板上市的法律意见书及补充法律意见书 | 2025-11-05 | Chinese | ||
| 39595257 | 首次公开发行股票并在主板上市初步询价及推介公告 | 2025-11-05 | Chinese | ||
| 39595243 | 发行人及其他责任主体作出的与发行人本次发行上市相关的其他承诺事项 | 2025-11-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of rubber tyres and tubes; retreading and rebuilding of rubber tyres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aeolus Tyre Co.,Ltd.
Produces specialized tires for commercial, construction, ag…
|
600469 | CN | Manufacturing |
|
Apollo Tyres Ltd
Global manufacturer of tires for passenger, commercial, and…
|
APOLLOTYRE | IN | Manufacturing |
|
Balkrishna Industries Ltd.
Global manufacturer of off-highway tires for agriculture, m…
|
BALKRISIND | IN | Manufacturing |
|
BORRACHAS VIPAL S.A.
Manufacturer of rubber products, tire retreading solutions,…
|
— | BR | Manufacturing |
|
BRIDGESTONE CORPORATION
Develops, manufactures, and markets tires and diversified i…
|
5108 | JP | Manufacturing |
|
BRİSA BRİDGESTONE SABANCI LASTİK SANAYİ VE TİCARET A.Ş.
A leading tire manufacturer for passenger, commercial, and …
|
BRISA | TR | Manufacturing |
|
Ceat Ltd.
Global manufacturer of pneumatic tires and tubes for divers…
|
CEATLTD | IN | Manufacturing |
|
Cheng Shin Rubber Ind. Co. Ltd.
Global manufacturer of tires for bicycles, vehicles, and in…
|
2105 | TW | Manufacturing |
|
Compagnie Générale des Etablissements Michelin
Manufacturer of tires, high-technology materials, and trave…
|
ML | FR | Manufacturing |
|
Dolfin Rubbers Limited
Manufactures butyl rubber inner tubes for diverse vehicle c…
|
542013 | IN | Manufacturing |
Haian Rubber Group 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/53981/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53981 | 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=53981 | 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=53981 \ -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": 53981}, 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 Haian Rubber Group Co., Ltd. (id: 53981)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.