
China Hainan Rubber Industry Group Co., Ltd. — Investor Relations & Filings
China Hainan Rubber Industry Group Co., Ltd. specializes in the full-spectrum management of natural rubber resources. Its core activities encompass the cultivation, harvesting, processing, and distribution of natural rubber products. The company operates extensive plantation bases and advanced processing facilities, producing a diverse range of materials including concentrated latex, standard rubber, and high-performance specialty rubbers tailored for the aerospace and defense sectors. Beyond primary rubber production, the group engages in rubber wood processing and the development of high-value-added rubber derivatives. By integrating research and development with large-scale industrial operations, the company serves key markets in tire manufacturing, medical equipment, and industrial engineering. Its strategic focus lies in ensuring a stable supply of high-quality raw materials while advancing technological innovations in rubber processing and sustainable plantation management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年第二次临时股东会会议资料 | 2026-06-04 | Chinese | |
| 关于签订2026年橡胶收入保险项目保险协议补充协议的公告 | 2026-06-01 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-05-26 | Chinese | |
| 第六届董事会第五十五次会议决议公告 | 2026-05-26 | Chinese | |
| 2025年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-13 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 47973435 | 2026年第二次临时股东会会议资料 | 2026-06-04 | Chinese | ||
| 47926583 | 关于签订2026年橡胶收入保险项目保险协议补充协议的公告 | 2026-06-01 | Chinese | ||
| 47077327 | 关于召开2026年第二次临时股东会的通知 | 2026-05-26 | Chinese | ||
| 47077326 | 第六届董事会第五十五次会议决议公告 | 2026-05-26 | Chinese | ||
| 46566455 | 2025年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 45773912 | 2025年年度股东会会议资料 | 2026-05-13 | Chinese | ||
| 44277907 | 关于参加海南辖区上市公司2025年年报业绩说明会暨投资者网上集体接待日活动的公告 | 2026-05-06 | Chinese | ||
| 34827387 | 第六届董事会第五十三次会议决议公告 | 2026-04-17 | Chinese | ||
| 34826601 | 关于会计政策变更及前期会计差错更正后的财务报表及相关附注 | 2026-04-17 | Chinese | ||
| 34819393 | 关于会计政策变更及前期会计差错更正的公告 | 2026-04-17 | Chinese | ||
| 35259518 | 关于收到橡胶收入保险赔款的公告 | 2026-01-05 | Chinese | ||
|
2025
4 filings
| |||||
| 35259512 | 关于收到橡胶树保险赔款及橡胶收入保险赔款的公告 | 2025-12-31 | Chinese | ||
| 35259505 | 关于控股股东承诺履行进展及拟延期承诺的公告 | 2025-12-31 | Chinese | ||
| 35259499 | 关于签订2026年橡胶收入保险项目保险协议的公告 | 2025-12-31 | Chinese | ||
| 35259486 | 关于收到征地社会保险费补贴及征地青苗补偿款的公告 | 2025-12-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Growing of other perennial crops
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ArtGreen Co.,Ltd
B2B orchid wholesaler offering patented decorative flowers …
|
3419 | JP | Agriculture, forestry and fishi… |
|
Cochin Malabar Estates & Indus. Ltd
Cultivates and processes rubber and tea while managing land…
|
508571 | IN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Đồng Phú
Cultivates, produces, processes natural rubber, manufacture…
|
DPR | VN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Hòa Bình
Cultivates rubber, coffee, cashew; processes rubber latex; …
|
HRC | VN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Phước Hòa
Specializes in natural rubber cultivation, exploitation, pr…
|
PHR | VN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Tây Ninh
Specializes in the cultivation, processing, and trading of …
|
TRC | VN | Agriculture, forestry and fishi… |
|
HALCYON AGRI CORPORATION LIMITED
Global leader in natural rubber, integrating plantations, p…
|
5VJ | SG | Agriculture, forestry and fishi… |
|
KONFRUT TARIM A.Ş.
A digital agricultural supply chain company for fruits and …
|
KNFRT | TR | Agriculture, forestry and fishi… |
|
Socfinasia
Holding company managing a portfolio of oil palm and rubber…
|
SCFNS | LU | Agriculture, forestry and fishi… |
|
SocFin Caoutchoucs
Manages tropical oil palm and rubber plantations in Africa …
|
SOFIN | LU | Agriculture, forestry and fishi… |
China Hainan Rubber Industry 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/57191/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57191 | 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=57191 | 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=57191 \ -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": 57191}, 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 China Hainan Rubber Industry Group Co., Ltd. (id: 57191)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.