Giti Tire Corporation — Investor Relations & Filings
About Giti Tire Corporation
Giti Tire Corporation specializes in the development, manufacturing, and distribution of a comprehensive range of tire products for passenger vehicles, SUVs, commercial trucks, and buses. The organization operates a global network of research and development centers and production facilities, delivering products under brands including Giti, GT Radial, Primewell, Runway, and Dextero. Its core activities involve advanced material research and tire engineering to enhance safety, durability, and fuel efficiency. The company supplies both original equipment manufacturers and the global replacement market, maintaining a presence in over 130 countries. Technical innovation and sustainable production practices are central to its operations, ensuring high-performance solutions for diverse driving conditions and commercial logistics requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事2025年度述职报告(钟庆全) | 2026-04-22 | Chinese | |
| 佳通轮胎股份有限公司2025年度内部控制审计报告 | 2026-04-22 | Chinese | |
| 佳通轮胎股份有限公司董事会对独立董事2025年度独立性自查情况的专项报告 | 2026-04-22 | Chinese | |
| 佳通轮胎股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-04-22 | Chinese | |
| 佳通轮胎股份有限公司关于2026年第一季度主要经营数据情况的公告 | 2026-04-22 | Chinese | |
| 佳通轮胎股份有限公司2025年年度报告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40485246 | 独立董事2025年度述职报告(钟庆全) | 2026-04-22 | Chinese | ||
| 40485244 | 佳通轮胎股份有限公司2025年度内部控制审计报告 | 2026-04-22 | Chinese | ||
| 40485239 | 佳通轮胎股份有限公司董事会对独立董事2025年度独立性自查情况的专项报告 | 2026-04-22 | Chinese | ||
| 40485237 | 佳通轮胎股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-04-22 | Chinese | ||
| 40485235 | 佳通轮胎股份有限公司关于2026年第一季度主要经营数据情况的公告 | 2026-04-22 | Chinese | ||
| 40485232 | 佳通轮胎股份有限公司2025年年度报告 | 2026-04-22 | Chinese | ||
| 40485227 | 独立董事2025年度述职报告(朱华友) | 2026-04-22 | Chinese | ||
| 40485226 | 佳通轮胎股份有限公司对天职国际会计师事务所(特殊普通合伙)2025年度履职情况评估报告 | 2026-04-22 | Chinese | ||
| 40485224 | 佳通轮胎股份有限公司2025年度内部控制评价报告 | 2026-04-22 | Chinese | ||
| 40485223 | 独立董事2025年度述职报告(郭博耀) | 2026-04-22 | Chinese | ||
| 40485222 | 佳通轮胎股份有限公司关于使用闲置自有资金进行现金管理的公告 | 2026-04-22 | Chinese | ||
| 40485218 | 佳通轮胎股份有限公司关于2025年第四季度主要经营数据情况的公告 | 2026-04-22 | Chinese | ||
| 40485210 | 佳通轮胎股份有限公司2025年度审计报告 | 2026-04-22 | Chinese | ||
| 40485188 | 佳通轮胎股份有限公司薪酬与福利管理制度 | 2026-04-22 | Chinese | ||
| 40485184 | 佳通轮胎股份有限公司2025年年度利润分配方案公告 | 2026-04-22 | 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 |
Giti Tire Corporation 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/56545/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56545 | 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=56545 | 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=56545 \ -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": 56545}, 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 Giti Tire Corporation (id: 56545)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.