%20PLC/other/FDM_Group_Holdings_PLC-logo.jpg)
FDM Group (Holdings) PLC — Investor Relations & Filings
FDM Group is a global business and technology consultancy that provides professional services through a 'recruit, train, and deploy' model. The company sources, trains, and places its own IT and business consultants to work with clients on their digital transformation initiatives. FDM's training programs equip individuals from diverse backgrounds, including graduates and ex-military personnel, with in-demand technical and professional skills. The company focuses on supplying 'AI-enabled talent,' combining human expertise with artificial intelligence capabilities to help businesses accelerate innovation, enhance productivity, and achieve strategic goals. Core service areas include software development, data engineering, business analysis, and IT service management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2025-04-09 | English | |
| FDM Group Form of Proxy for AGM 20th May 2025 | 2025-04-08 | English | |
| FDM Group Notice of Annual General Meeting 2025 | 2025-04-08 | English | |
| FDM Group Annual Report & Account FYE DEC 2024 | 2025-04-08 | English | |
| Notice of Annual General Meeting | 2025-04-08 | English | |
| Total Voting Rights | 2025-04-01 | English |
Browse filings by year
32 years- 2026 15 filings
- 2025 50 filings
- 2024 48 filings
- 2023 50 filings
- 2022 35 filings
- 2021 48 filings
- 2020 35 filings
- 2019 38 filings
- 2018 24 filings
- 2017 21 filings
- 2016 27 filings
- 2015 20 filings
- 2014 10 filings
- 2013 1 filing
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 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
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 11336565 | Director/PDMR Shareholding | 2025-04-09 | English | ||
| 11335653 | FDM Group Form of Proxy for AGM 20th May 2025 | 2025-04-08 | English | ||
| 11335651 | FDM Group Notice of Annual General Meeting 2025 | 2025-04-08 | English | ||
| 11335648 | FDM Group Annual Report & Account FYE DEC 2024 | 2025-04-08 | English | ||
| 11335628 | Notice of Annual General Meeting | 2025-04-08 | English | ||
| 11329389 | Total Voting Rights | 2025-04-01 | English | ||
| 11325349 | Director / PCR Shareholding | 2025-03-20 | English | ||
| 5594784 | Directorate Change | 2025-03-19 | English | ||
| 5594812 | Preliminary Announcement of Results FY2024 | 2025-03-19 | English | ||
| 5592230 | Holding(s) in Company | 2025-03-14 | English | ||
| 5590775 | Director/PDMR Shareholding | 2025-03-12 | English | ||
| 5586759 | Holding(s) in Company | 2025-03-04 | English | ||
| 5577224 | Holding(s) in Company | 2025-02-10 | English | ||
| 5575610 | Director/PDMR Shareholding | 2025-02-06 | English | ||
| 5573642 | Holding(s) in Company | 2025-02-03 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for FDM Group (Holdings) 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 · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
FDM Group (Holdings) 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/5326/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5326 | 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=5326 | 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=5326 \ -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": 5326}, 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 FDM Group (Holdings) PLC (id: 5326)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.