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 |
|---|---|---|---|
| 国泰海通证券股份有限公司关于海安橡胶集团股份公司部分募集资金投资项目细分的核查意见 | 2026-02-09 | Chinese | |
| 关于对外投资设立香港全资子公司的公告 | 2026-02-09 | Chinese | |
| 关于部分募集资金投资项目细分的公告 | 2026-02-09 | Chinese | |
| 国泰海通证券股份有限公司关于海安橡胶集团股份公司全资子公司对外提供财务资助的核查意见 | 2026-02-09 | Chinese | |
| 关于全资子公司对外提供财务资助的公告 | 2026-02-09 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-02-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 39600087 | 国泰海通证券股份有限公司关于海安橡胶集团股份公司部分募集资金投资项目细分的核查意见 | 2026-02-09 | Chinese | ||
| 39600081 | 关于对外投资设立香港全资子公司的公告 | 2026-02-09 | Chinese | ||
| 39600076 | 关于部分募集资金投资项目细分的公告 | 2026-02-09 | Chinese | ||
| 39600070 | 国泰海通证券股份有限公司关于海安橡胶集团股份公司全资子公司对外提供财务资助的核查意见 | 2026-02-09 | Chinese | ||
| 39600064 | 关于全资子公司对外提供财务资助的公告 | 2026-02-09 | Chinese | ||
| 39600040 | 关于召开2026年第二次临时股东会的通知 | 2026-02-09 | Chinese | ||
| 39600036 | 第二届董事会第十九次会议决议公告 | 2026-02-09 | Chinese | ||
| 39600032 | 股票交易异常波动公告 | 2026-01-19 | Chinese | ||
| 39600027 | 福建至理律师事务所关于海安橡胶集团股份公司2026年第一次临时股东会的法律意见书 | 2026-01-13 | Chinese | ||
| 39600019 | 2026年第一次临时股东会决议公告 | 2026-01-13 | Chinese | ||
| 39600014 | 国泰海通证券股份有限公司关于海安橡胶集团股份公司2025年度持续督导培训情况报告 | 2026-01-05 | Chinese | ||
| 39600010 | 关于完成工商变更登记并换发营业执照的公告 | 2026-01-04 | Chinese | ||
|
2025
3 filings
| |||||
| 39600007 | 2025年前三季度权益分派实施公告 | 2025-12-26 | Chinese | ||
| 39599999 | 投资者关系管理制度 | 2025-12-26 | Chinese | ||
| 39599995 | 董事和高级管理人员持有本公司股份及其变动管理制度 | 2025-12-26 | 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.