Triangle Tyre Co.,Ltd — Investor Relations & Filings
About Triangle Tyre Co.,Ltd
Triangle Tyre Co., Ltd. specializes in the research, development, manufacturing, and global distribution of a comprehensive range of tire products. The company’s portfolio includes passenger car tires, light truck tires, truck and bus radial tires, and off-the-road (OTR) tires, with a particular emphasis on high-performance and giant OTR solutions for mining and construction equipment. Triangle Tyre operates advanced manufacturing facilities and dedicated research centers, focusing on technological innovation and sustainable production processes. Its products are engineered to meet international quality standards and are supplied to major original equipment manufacturers (OEMs) and replacement markets across more than 180 countries. The company maintains strategic partnerships with global industrial leaders to enhance its technical capabilities and market reach.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 三角轮胎第七届独立董事2024年度述职报告-张居忠先生 | 2025-04-25 | Chinese | |
| 三角轮胎2024年年度利润分配方案公告 | 2025-04-25 | Chinese | |
| 三角轮胎第七届董事会第十次会议决议公告 | 2025-04-25 | Chinese | |
| 三角轮胎董事会审计委员会对会计师事务所履行监督职责情况报告 | 2025-04-25 | Chinese | |
| 三角轮胎2025年第一季度主要经营数据公告 | 2025-04-25 | Chinese | |
| 三角轮胎2024年度“提质增效重回报”行动方案的评估报告 | 2025-04-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36683606 | 三角轮胎第七届独立董事2024年度述职报告-张居忠先生 | 2025-04-25 | Chinese | ||
| 36683596 | 三角轮胎2024年年度利润分配方案公告 | 2025-04-25 | Chinese | ||
| 36683587 | 三角轮胎第七届董事会第十次会议决议公告 | 2025-04-25 | Chinese | ||
| 36683579 | 三角轮胎董事会审计委员会对会计师事务所履行监督职责情况报告 | 2025-04-25 | Chinese | ||
| 36683573 | 三角轮胎2025年第一季度主要经营数据公告 | 2025-04-25 | Chinese | ||
| 36683566 | 三角轮胎2024年度“提质增效重回报”行动方案的评估报告 | 2025-04-25 | Chinese | ||
| 36683565 | 三角轮胎2024年年度报告摘要 | 2025-04-25 | Chinese | ||
| 36683537 | 三角轮胎2024年第四季度主要经营数据公告 | 2025-04-25 | Chinese | ||
| 36683532 | 三角轮胎第七届监事会第八次会议决议公告 | 2025-04-25 | Chinese | ||
| 36683523 | 三角轮胎2024年年度报告 | 2025-04-25 | Chinese | ||
| 36683517 | 三角轮胎关于召开2024年年度股东大会的通知 | 2025-04-25 | Chinese | ||
| 36683507 | 三角轮胎委托理财额度公告 | 2025-04-25 | Chinese | ||
| 36683500 | 三角轮胎第七届独立董事2024年度述职报告-赵磊先生 | 2025-04-25 | Chinese | ||
| 36683490 | 三角轮胎董事会关于独立董事2024年度独立性自查情况的专项意见 | 2025-04-25 | Chinese | ||
| 36683475 | 三角轮胎董事会审计委员会2024年度履职情况报告 | 2025-04-25 | 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 |
Triangle Tyre 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/57204/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57204 | 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=57204 | 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=57204 \ -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": 57204}, 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 Triangle Tyre Co.,Ltd (id: 57204)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.