
Inchcape PLC — Investor Relations & Filings
Inchcape PLC is a leading independent automotive distributor that partners with more than 60 of the world's foremost automotive brands. The company manages the complete value chain for its original equipment manufacturer (OEM) partners, providing a comprehensive suite of services. These services include product planning, pricing, logistics, brand management, marketing, and channel management. Inchcape also operates an omni-channel retail network for new and used vehicles. This is supplemented by a range of value-added services, including parts distribution, vehicle servicing, and finance and insurance products. By combining its global scale with local market expertise, the company enables its partners to scale their operations, enter new segments, and enhance customer relationships across more than 40 markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Total Voting Rights | 2026-06-01 | English | |
| Transaction in Own Shares | 2026-06-01 | English | |
| Group of companies' accounts made up to 2025-12-31 | 2026-05-29 | English | |
| Director/PDMR Shareholding | 2026-05-27 | English | |
| Inchcape publishes 2025 Sustainability Report | 2026-05-27 | English | |
| Transaction in Own Shares | 2026-05-26 | English |
Browse filings by year
43 years- 2026 73 filings
- 2025 257 filings
- 2024 161 filings
- 2023 59 filings
- 2022 186 filings
- 2021 157 filings
- 2020 75 filings
- 2019 189 filings
- 2018 62 filings
- 2017 125 filings
- 2016 268 filings
- 2015 252 filings
- 2014 325 filings
- 2013 180 filings
- 2012 5 filings
- 2011 4 filings
- 2010 2 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 2 filings
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 2 filings
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1985 1 filing
- 1975 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47912949 | Total Voting Rights | 2026-06-01 | English | ||
| 47911404 | Transaction in Own Shares | 2026-06-01 | English | ||
| 47899173 | Group of companies' accounts made up to 2025-12-31 | 2026-05-29 | English | ||
| 47777756 | Director/PDMR Shareholding | 2026-05-27 | English | ||
| 47335130 | Inchcape publishes 2025 Sustainability Report | 2026-05-27 | English | ||
| 47051871 | Transaction in Own Shares | 2026-05-26 | English | ||
| 46777738 | Inchcape agrees to acquire Silver Star in Bulgaria | 2026-05-22 | English | ||
| 46386339 | Director/PDMR Shareholding | 2026-05-18 | English | ||
| 46381130 | Transaction in Own Shares | 2026-05-18 | English | ||
| 46002888 | Result of AGM | 2026-05-14 | English | ||
| 45988158 | Resolutions passed at an AGM | 2026-05-14 | English | ||
| 44893496 | Transaction in Own Shares | 2026-05-11 | English | ||
| 42969227 | Director/PDMR Shareholding | 2026-05-07 | English | ||
| 41426172 | Director/PDMR Shareholding | 2026-05-05 | English | ||
| 41263062 | Transaction in Own Shares | 2026-05-05 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Inchcape PLC, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Wholesale of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Sinomach Automobile Co., Ltd.
Integrated automotive service provider for vehicle import, …
|
600335 | CN | Wholesale and retail trade |
|
SUZUKİ MOTORLU ARAÇLAR PAZARLAMA A.Ş.
Official distributor of Suzuki automobiles, motorcycles, an…
|
SZUKI | TR | Wholesale and retail trade |
|
Tan Chong International Limited
Diversified conglomerate distributing motor vehicles and in…
|
693 | HK | Wholesale and retail trade |
|
Toyota Caetano Portugal, S.A.
Imports, assembles, manufactures, and sells vehicles and in…
|
SCT | PT | Wholesale and retail trade |
|
TRUCK-ONE CO., LTD.
A specialized dealer of used commercial vehicles for sale, …
|
3047 | JP | Wholesale and retail trade |
|
USS Co.,Ltd.
Operates large-scale, membership-based auto auctions for th…
|
4732 | JP | Wholesale and retail trade |
|
WLM PART. E COMÉRCIO DE MÁQUINAS E VEÍCULOS S.A.
Distributes Scania commercial vehicles and operates in the …
|
— | BR | Wholesale and retail trade |
Inchcape PLC 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/4630/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4630 | 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=4630 | 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=4630 \ -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": 4630}, 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 Inchcape PLC (id: 4630)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.