
CHRISTIE GROUP PLC — Investor Relations & Filings
Christie Group PLC is a professional business services group offering a comprehensive portfolio of services to business owners, primarily in the hospitality, leisure, retail, and care sectors. The company's operations are structured into two main areas. The Professional & Financial Services division, through brands such as Christie & Co, Christie Finance, and Christie Insurance, provides expertise in business valuation, agency for buying and selling businesses, consultancy, financing, and insurance. The Stock & Inventory Systems & Services division, which includes Venners and Vennersys, delivers stock control, inventory management, and related software solutions. The group's integrated services are designed to support clients throughout the entire business ownership lifecycle.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025 Annual Report and AGM Notice | 2026-05-22 | English | |
| PDMR Notification | 2026-04-30 | English | |
| Preliminary Results | 2026-04-27 | English | |
| Notice of Results and Investor Presentation | 2026-04-17 | English | |
| Closure of final salary pension schemes | 2026-04-02 | English | |
| PDMR Notification | 2026-03-06 | English |
Browse filings by year
39 years- 2026 9 filings
- 2025 15 filings
- 2024 16 filings
- 2023 18 filings
- 2022 15 filings
- 2021 15 filings
- 2020 19 filings
- 2019 20 filings
- 2018 13 filings
- 2017 17 filings
- 2016 10 filings
- 2015 11 filings
- 2014 14 filings
- 2013 11 filings
- 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 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 1 filing
- 1989 1 filing
- 1988 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 46784799 | 2025 Annual Report and AGM Notice | 2026-05-22 | English | ||
| 39118296 | PDMR Notification | 2026-04-30 | English | ||
| 37325387 | Preliminary Results | 2026-04-27 | English | ||
| 34661208 | Notice of Results and Investor Presentation | 2026-04-17 | English | ||
| 33238135 | Closure of final salary pension schemes | 2026-04-02 | English | ||
| 32909504 | PDMR Notification | 2026-03-06 | English | ||
| 14783213 | Director / PDMR Shareholding | 2026-02-06 | English | ||
| 13006408 | Full Year Trading Update | 2026-01-19 | English | ||
| 13006331 | Completion of Vennersys sale | 2026-01-19 | English | ||
|
2025
6 filings
| |||||
| 10717738 | Trading Update | 2025-12-23 | English | ||
| 10565192 | Sale of Vennersys | 2025-12-22 | English | ||
| 7981186 | Resilient Market Conditions in Key Sectors | 2025-10-08 | English | ||
| 7936578 | Interim Results | 2025-09-29 | English | ||
| 11374181 | Mid Year Reviews | 2025-07-23 | English | ||
| 46799291 | Group of companies' accounts made up to 2024-12-31 | 2025-07-11 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for CHRISTIE 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 · All other professional, scientific and technical activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Elevate Service Group Inc.
Integrated facilities management and essential commercial s…
|
SERV | CA | Professional, scientific and te… |
|
Feiyang International Holdings Group Limited
Major travel agency providing comprehensive travel services…
|
1901 | HK | Professional, scientific and te… |
|
FIREFLY NEUROSCIENCE, INC.
Develops an AI platform for objective assessment of brain d…
|
AIFF | US | Professional, scientific and te… |
|
Firelight Corporation
Largest Indigenous-led consultancy providing research and t…
|
FRL | CA | Professional, scientific and te… |
|
GATX CORP
Global lessor of transportation assets specializing in rail…
|
GATX | US | Professional, scientific and te… |
|
Great New wave Coming Co., Ltd.
A fashion company that manufactures and sells casual appare…
|
065060 | KR | Professional, scientific and te… |
|
Heritage Global Inc.
An asset services company that values and monetizes industr…
|
HGBL | US | Professional, scientific and te… |
|
HM International Holdings Limited
Provides integrated content management and communication so…
|
8416 | HK | Professional, scientific and te… |
|
Indegene Limited
Provides digital-led commercialization services for the lif…
|
INDGN | IN | Professional, scientific and te… |
|
Infollion Research Services Limited
Connects organizations with subject matter experts for on-d…
|
INFOLLION | IN | Professional, scientific and te… |
CHRISTIE 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/7561/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7561 | 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=7561 | 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=7561 \ -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": 7561}, 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 CHRISTIE GROUP PLC (id: 7561)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.