Mitie Group PLC — Investor Relations & Filings
Mitie Group PLC is a facilities management and professional services company specializing in creating and maintaining efficient, safe, and high-performing environments. The company offers a comprehensive suite of services, including integrated facilities management (IFM), engineering and maintenance, security and intelligence, cleaning and hygiene, and infrastructure consultancy. It also provides specialist end-to-end project services covering consultation, design, and construction. Mitie serves a diverse client base across the public and private sectors. A key aspect of its operational strategy is the integration of technology, utilizing real-time data, artificial intelligence, and automation to optimize service delivery, predict maintenance needs, and enhance security. This data-driven approach aims to improve building performance, manage risks, and ensure operational resilience for its customers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Transaction in Own Shares | 2026-05-18 | English | |
| Director/PDMR Shareholding | 2026-05-14 | English | |
| Transaction in Own Shares | 2026-05-11 | English | |
| Transaction in Own Shares | 2026-05-05 | English | |
| Total Voting Rights | 2026-05-01 | English | |
| Transaction in Own Shares | 2026-04-27 | English |
Browse filings by year
48 years- 2026 67 filings
- 2025 199 filings
- 2024 297 filings
- 2023 225 filings
- 2022 147 filings
- 2021 54 filings
- 2020 85 filings
- 2019 53 filings
- 2018 54 filings
- 2017 61 filings
- 2016 126 filings
- 2015 77 filings
- 2014 71 filings
- 2013 95 filings
- 2012 5 filings
- 2011 7 filings
- 2010 1 filing
- 2009 1 filing
- 2008 2 filings
- 2007 2 filings
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 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 1 filing
- 1989 1 filing
- 1988 2 filings
- 1987 1 filing
- 1986 1 filing
- 1985 1 filing
- 1984 1 filing
- 1983 1 filing
- 1981 1 filing
- 1980 2 filings
- 1979 1 filing
- 1977 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46381126 | Transaction in Own Shares | 2026-05-18 | English | ||
| 46108351 | Director/PDMR Shareholding | 2026-05-14 | English | ||
| 44893409 | Transaction in Own Shares | 2026-05-11 | English | ||
| 41262955 | Transaction in Own Shares | 2026-05-05 | English | ||
| 39553393 | Total Voting Rights | 2026-05-01 | English | ||
| 37325007 | Transaction in Own Shares | 2026-04-27 | English | ||
| 34688826 | Transaction in Own Shares | 2026-04-20 | English | ||
| 34392085 | Transaction in Own Shares | 2026-04-13 | English | ||
| 33983895 | Transaction in Own Shares | 2026-04-10 | English | ||
| 33900681 | Transaction in Own Shares | 2026-04-09 | English | ||
| 33885188 | Transaction in Own Shares | 2026-04-08 | English | ||
| 33684390 | Transaction in Own Shares | 2026-04-07 | English | ||
| 33237761 | Transaction in Own Shares | 2026-04-02 | English | ||
| 33559145 | Total Voting Rights | 2026-04-01 | English | ||
| 33559121 | Director/PDMR Shareholding | 2026-04-01 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Mitie Group 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 · Combined facilities support activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Man Shing Global Holdings Limited
Provides environmental cleaning solutions and property mana…
|
8309 | HK | Administrative and support serv… |
|
MAXIMIA SA
Provides integrated facility management, institutional food…
|
— | AR | Administrative and support serv… |
|
New Hope Service Holdings Limited
Comprehensive service provider focused on asset appreciatio…
|
3658 | HK | Administrative and support serv… |
|
Nippon Air Conditioning Services Co., Ltd.
A building facility maintenance company for air conditionin…
|
4658 | JP | Administrative and support serv… |
|
Onewo Inc.
Leading urban space technology platform providing integrate…
|
2602 | HK | Administrative and support serv… |
|
PPS International (Holdings) Limited
An integrated industrial holding group specializing in comp…
|
8201 | HK | Administrative and support serv… |
|
Primech Holdings Ltd
Provider of technology-driven facilities services for clean…
|
PMEC | US | Administrative and support serv… |
|
PT Hoffmen Cleanindo Tbk
A facility management services provider offering integrated…
|
KING | ID | Administrative and support serv… |
|
RA INTERNATIONAL GROUP PLC
Provides construction, facilities management, and supply ch…
|
RAI | GB | Administrative and support serv… |
|
REACT GROUP PLC
Provider of specialist cleaning, hygiene, and decontaminati…
|
REAT | GB | Administrative and support serv… |
Mitie Group 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/4697/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4697 | 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=4697 | 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=4697 \ -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": 4697}, 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 Mitie Group PLC (id: 4697)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.