
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 | |
| Interim Manager Appointment | 2026-01-06 | English | |
| Wilfried Nancy leaves Celtic | 2026-01-05 | English | |
| Directorate change | 2025-12-17 | English | |
| Issued share capital | 2025-12-05 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 34560679 | Interim Report - 31 December 2025 | 2026-02-13 | English | ||
| 13021620 | Issued share capital | 2026-01-19 | English | ||
| 12168484 | Interim Manager Appointment | 2026-01-06 | English | ||
| 12094819 | Wilfried Nancy leaves Celtic | 2026-01-05 | English | ||
|
2025
11 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 | ||
| 11379831 | Issue of Equity | 2025-08-29 | English | ||
Market data
Market data not available
Price history
Peer group · Activities of sports clubs
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
S.S. Lazio
A professional multi-sport society based in Rome, known for…
|
SSL | IT | Arts, sports and recreation |
|
TOSHO CO., LTD.
Operates sports clubs, manages hotels, and provides real es…
|
8920 | JP | Arts, sports and recreation |
|
TRABZONSPOR SPORTİF YATIRIM VE FUTBOL İŞLETMECİLİĞİ TİCARET A.Ş.
Manages the commercial operations of a professional footbal…
|
TSPOR | TR | 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.