
CELTIC PLC — Investor Relations & Filings
Celtic plc is a public limited company primarily engaged in the operation of a professional football club, Celtic Football Club. The company's core business encompasses all aspects of football operations, including participation in domestic and European competitions. Its principal revenue-generating activities are derived from matchday operations, which include ticketing and hospitality, as well as from commercial activities such as merchandising and the management of broadcasting and media rights. The company also operates its home stadium, Celtic Park, which includes offering visitor services and hosting events.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Interim Report - 31 December 2025 | 2026-02-13 | English | |
| Issued share capital | 2026-01-19 | English | |
| Group of companies' accounts made up to 2025-06-30 | 2026-01-08 | English | |
| Interim Manager Appointment | 2026-01-06 | English | |
| Wilfried Nancy leaves Celtic | 2026-01-05 | English | |
| Directorate change | 2025-12-17 | English |
Browse filings by year
42 years- 2026 5 filings
- 2025 17 filings
- 2024 19 filings
- 2023 25 filings
- 2022 16 filings
- 2021 20 filings
- 2020 12 filings
- 2019 25 filings
- 2018 24 filings
- 2017 19 filings
- 2016 21 filings
- 2015 20 filings
- 2014 29 filings
- 2013 19 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 2 filings
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 2 filings
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1985 1 filing
- 1984 2 filings
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
5 filings
| |||||
| 34560679 | Interim Report - 31 December 2025 | 2026-02-13 | English | ||
| 13021620 | Issued share capital | 2026-01-19 | English | ||
| 46836360 | Group of companies' accounts made up to 2025-06-30 | 2026-01-08 | English | ||
| 12168484 | Interim Manager Appointment | 2026-01-06 | English | ||
| 12094819 | Wilfried Nancy leaves Celtic | 2026-01-05 | English | ||
|
2025
10 filings
| |||||
| 10265966 | Directorate change | 2025-12-17 | English | ||
| 9347337 | Issued share capital | 2025-12-05 | English | ||
| 9266813 | Appointment of Wilfred Nancy | 2025-12-04 | English | ||
| 8630875 | Result of AGM | 2025-11-25 | English | ||
| 11401138 | AGM 2025 | 2025-11-21 | English | ||
| 8486053 | Holding(s) in Company | 2025-11-20 | English | ||
| 8052572 | Notice of AGM | 2025-10-28 | English | ||
| 11398323 | Brendan Rodgers to leave Celtic | 2025-10-28 | English | ||
| 8023608 | Holding(s) in Company | 2025-10-14 | English | ||
| 7862140 | Results for the year ended 30 June 2025 | 2025-09-19 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for CELTIC 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 · Activities of sports clubs
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AaB
A professional sports corporation that operates a football …
|
AAB | DK | Arts, sports and recreation |
|
AFC Ajax N.V.
A professional football organization with a globally recogn…
|
AJAX | NL | Arts, sports and recreation |
|
AIK Fotboll AB
Manages the professional football operations for a historic…
|
AIK | SE | Arts, sports and recreation |
|
Atlanta Braves Holdings, Inc.
A holding company operating a baseball club and a mixed-use…
|
BATRA | US | Arts, sports and recreation |
|
Aureus Greenway Holdings Inc
Owns and operates two public golf country clubs south of Or…
|
AGH | US | Arts, sports and recreation |
|
BEŞİKTAŞ FUTBOL YATIRIMLARI SANAYİ VE TİCARET A.Ş.
Manages the professional football activities of the Beşikta…
|
BJKAS | TR | Arts, sports and recreation |
|
BLANCO Y NEGRO S.A.
Manages a professional football club, organizes sports even…
|
— | CL | Arts, sports and recreation |
|
Borussia Dortmund GmbH & Co. KGaA
Operates a professional men's football club competing in th…
|
BVB | DE | Arts, sports and recreation |
|
Brera Holdings PLC
A holding company operating a Multi-Club Ownership model fo…
|
BREA | US | Arts, sports and recreation |
|
BRISBANE BRONCOS LIMITED
Operates professional rugby league clubs in the NRL and NRL…
|
BBL | AU | Arts, sports and recreation |
CELTIC 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/7553/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7553 | 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=7553 | 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=7553 \ -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": 7553}, 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 CELTIC PLC (id: 7553)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.