
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年度股东会决议公告 | 2026-05-21 | Chinese | |
| 关于首次公开发行网下配售限售股上市流通的提示性公告 | 2026-05-19 | Chinese | |
| 国泰海通证券股份有限公司关于海安橡胶集团首次公开发行部分限售股上市流通的核查意见 | 2026-05-19 | Chinese | |
| 关于与专业投资机构共同投资的进展公告 | 2026-05-14 | Chinese | |
| 第二届董事会第二十次会议决议公告 | 2026-04-28 | Chinese | |
| 对会计师事务所的履职情况评估报告 | 2026-04-28 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757611 | 2025年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 46566564 | 关于首次公开发行网下配售限售股上市流通的提示性公告 | 2026-05-19 | Chinese | ||
| 46565761 | 国泰海通证券股份有限公司关于海安橡胶集团首次公开发行部分限售股上市流通的核查意见 | 2026-05-19 | Chinese | ||
| 45775727 | 关于与专业投资机构共同投资的进展公告 | 2026-05-14 | Chinese | ||
| 39601402 | 第二届董事会第二十次会议决议公告 | 2026-04-28 | Chinese | ||
| 39601391 | 对会计师事务所的履职情况评估报告 | 2026-04-28 | Chinese | ||
| 39601383 | 国泰海通证券股份有限公司关于海安橡胶集团股份公司2025年度内部控制评价报告的核查意见 | 2026-04-28 | Chinese | ||
| 39601380 | 2025年度内部控制评价报告 | 2026-04-28 | Chinese | ||
| 39601379 | 会计师事务所选聘制度 | 2026-04-28 | Chinese | ||
| 39601378 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese | ||
| 39601377 | 2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 39601372 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 39601369 | 关于2026年度向银行申请综合授信额度的公告 | 2026-04-28 | Chinese | ||
| 39601354 | 国泰海通证券股份有限公司关于海安橡胶集团股份公司2025年度募集资金存放、管理与使用情况的核查意见 | 2026-04-28 | Chinese | ||
| 39601340 | 2025年度独立董事述职报告(陆雅) | 2026-04-28 | 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 |
|
Compagnie Générale des Etablissements Michelin
Manufacturer of tires, high-technology materials, and trave…
|
ML | FR | Manufacturing |
|
Công ty Cổ phần Cao su Đà Nẵng
Leading manufacturer of rubber products, specializing in di…
|
DRC | VN | Manufacturing |
|
Công ty Cổ phần Cao su Sao Vàng
Manufactures diverse tires, tubes, technical rubber product…
|
SRC | VN | 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.