
Serco Group PLC — Investor Relations & Filings
Serco Group PLC is a provider of public services, primarily partnering with governmental bodies worldwide. The company specializes in business process outsourcing and operational management across diverse sectors. Core areas of operation include Defence, providing services such as military training and base management; Justice and Immigration, managing correctional facilities and migration support services; and Transport, operating and maintaining public transportation systems. The company also delivers a range of services in Health, including clinical and facility management, and Citizen Services, which encompasses customer contact and administrative support. Furthermore, Serco has an established presence in the Space sector, offering technical and engineering support for space exploration and satellite operations. The company's approach integrates technology and strategic partnerships to address complex public sector challenges.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2018-01-26 | English | |
| US defence acquisition completed | 2018-01-26 | English | |
| Board Committee Changes | 2018-01-02 | English | |
| Block listing Interim Review | 2018-01-02 | English | |
| Director/PDMR Shareholding | 2018-01-02 | English | |
| 2017 Annual Report and Accounts | 2017-12-31 | English |
Browse filings by year
39 years- 2026 31 filings
- 2025 145 filings
- 2024 227 filings
- 2023 121 filings
- 2022 237 filings
- 2021 143 filings
- 2020 82 filings
- 2019 70 filings
- 2018 44 filings
- 2017 60 filings
- 2016 76 filings
- 2015 62 filings
- 2014 75 filings
- 2013 41 filings
- 2012 6 filings
- 2011 5 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 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 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
5 filings
| |||||
| 3786160 | Holding(s) in Company | 2018-01-26 | English | ||
| 3786410 | US defence acquisition completed | 2018-01-26 | English | ||
| 3773887 | Board Committee Changes | 2018-01-02 | English | ||
| 3773972 | Block listing Interim Review | 2018-01-02 | English | ||
| 3774174 | Director/PDMR Shareholding | 2018-01-02 | English | ||
|
2017
10 filings
| |||||
| 3772888 | 2017 Annual Report and Accounts | 2017-12-31 | English | ||
| 3769230 | Director/PDMR Shareholding | 2017-12-21 | English | ||
| 3764789 | Trading update ahead of Capital Markets Event | 2017-12-13 | English | ||
| 3762774 | Holding(s) in Company | 2017-12-11 | English | ||
| 3760713 | Board Committee Change | 2017-12-05 | English | ||
| 3758034 | Holding(s) in Company | 2017-11-24 | English | ||
| 3757436 | Director/PDMR Shareholding | 2017-11-22 | English | ||
| 3754813 | Update on Middle East Light Rail Bids | 2017-11-13 | English | ||
| 3754464 | Director/PDMR Shareholding | 2017-11-10 | English | ||
| 3752010 | Director/PDMR Shareholding | 2017-11-02 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Serco 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 · Other business support service activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AdCapital AG
Industrial holding company that acquires and manages firms …
|
ADC | DE | Administrative and support serv… |
|
adish Co., Ltd.
Offers customer success and CX outsourcing solutions using …
|
7093 | JP | Administrative and support serv… |
|
AFK Sistema
A diversified holding company managing a portfolio of asset…
|
AFKS | RU | Administrative and support serv… |
|
AJIS CO.,LTD.
Provider of retail support services, specializing in invent…
|
4659 | JP | Administrative and support serv… |
|
Alldigi Tech Limited
Global provider of technology-driven BPO and HRO solutions …
|
ALLDIGI | IN | Administrative and support serv… |
|
AMTEK HOLDINGS BERHAD
Investment holding company providing management services, p…
|
— | MY | Administrative and support serv… |
|
Arcamatrix Corporation
Delisted, subject to a Cease Trade order, and designated a …
|
— | CA | Administrative and support serv… |
|
Arteria S.A.
Provider of outsourcing solutions in customer service, sale…
|
ARR | PL | Administrative and support serv… |
|
Associated Services Limited
No longer engages in active production or service delivery.
|
ASRL | PK | Administrative and support serv… |
|
AVADA GROUP LIMITED
Provides integrated traffic management solutions for infras…
|
AVD | AU | Administrative and support serv… |
Serco 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/5273/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5273 | 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=5273 | 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=5273 \ -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": 5273}, 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 Serco Group PLC (id: 5273)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.