
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 |
|---|---|---|---|
|
Calian Group Ltd.
Delivers specialized, mission-critical services and solutio…
|
CGY | CA | Professional, scientific and te… |
|
Caymus Resources Inc.
Publicly-traded company in the professional services sector.
|
KYS.H | CA | Professional, scientific and te… |
|
Clarkson PLC
Provider of integrated services to the global shipping and …
|
CKN | GB | Professional, scientific and te… |
|
Crane NXT, Co.
Industrial technology firm providing solutions to secure an…
|
CXT | US | Professional, scientific and te… |
|
CTK Co., Ltd
B2B solutions provider for the beauty industry, managing th…
|
260930 | KR | Professional, scientific and te… |
|
DATADOT TECHNOLOGY LIMITED
Provides advanced asset identification, anti-theft, and aut…
|
DDT | AU | Professional, scientific and te… |
|
DHX Company Co., Ltd.
A diversified company in medical devices, ICT components, b…
|
031860 | KR | Professional, scientific and te… |
|
DIALES PLC
Provides expert witness and advisory services to constructi…
|
DIAL | GB | Professional, scientific and te… |
|
ECOEYE CO., LTD.
Specializes in carbon finance, GHG reduction solutions, and…
|
448280 | KR | Professional, scientific and te… |
|
EKI Energy Services Limited
Global carbon credit developer providing climate advisory a…
|
543284 | 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.