
LIVE COMPANY GROUP PLC — Investor Relations & Filings
Live Company Group PLC is a live events and entertainment company focused on creating, owning, and operating interactive experiences. The company is primarily known for its flagship brand, BRICKLIVE™, a global network of tours and events centered around toy bricks, providing family-friendly entertainment. The group's business model includes the production of its own shows, the licensing of its brands and content to international partners, and the management of sports and entertainment events through its divisions, which include Live Company Sports and Entertainment (LCSE). The company's activities span tours, events, shows, and content rental.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Appointment of Administrator over BLI | 2024-09-13 | English | |
| Financial Update | 2024-09-11 | English | |
| Financial Update | 2024-09-09 | English | |
| Board Change and Financial Update | 2024-09-05 | English | |
| Update on Accounts, Board change, Financial Update | 2024-08-23 | English | |
| Update on 2023 Accounts, disposal of StART | 2024-07-31 | English |
Browse filings by year
36 years- 2024 22 filings
- 2023 56 filings
- 2022 75 filings
- 2021 63 filings
- 2020 50 filings
- 2019 44 filings
- 2018 31 filings
- 2017 1 filing
- 2016 1 filing
- 2015 1 filing
- 2014 1 filing
- 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 2 filings
- 2003 3 filings
- 2002 4 filings
- 2001 2 filings
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1987 1 filing
- 1986 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 5513407 | Appointment of Administrator over BLI | 2024-09-13 | English | ||
| 5512347 | Financial Update | 2024-09-11 | English | ||
| 5511177 | Financial Update | 2024-09-09 | English | ||
| 5509594 | Board Change and Financial Update | 2024-09-05 | English | ||
| 5504781 | Update on Accounts, Board change, Financial Update | 2024-08-23 | English | ||
| 5494076 | Update on 2023 Accounts, disposal of StART | 2024-07-31 | English | ||
| 5477067 | Update on Investor, KPop, Bricklive, and Accounts | 2024-06-25 | English | ||
| 5472969 | Investor Update, Issue of Equity and TVR | 2024-06-14 | English | ||
| 5441612 | Result of Meeting | 2024-04-16 | English | ||
| 5433733 | REPLACEMENT: Update, GM Notice, Issue of Equity | 2024-03-28 | English | ||
| 5433811 | Update, Notice of GM, Issue of Equity, TVR | 2024-03-28 | English | ||
| 5430469 | Holding(s) in Company | 2024-03-22 | English | ||
| 5430036 | Investor Presentation via Investor Meet Company | 2024-03-21 | English | ||
| 5430417 | Refinancing and Corporate Update | 2024-03-21 | English | ||
| 5410698 | Update | 2024-03-01 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for LIVE COMPANY 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 · Other amusement and recreation activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Compagnie du Mont-Blanc
Operator of ski lift systems and tourist sites in high-alti…
|
MLCMB | FR | Arts, sports and recreation |
|
Convano Inc.
Operates a chain of nail salons and holds Bitcoin as a trea…
|
6574 | JP | Arts, sports and recreation |
|
Corporación Interamericana de Entretenimiento, S.A.B. de C.V.
Produces live events, manages venues, and provides ticketin…
|
CIE | MX | Arts, sports and recreation |
|
DAIICHIKOSHO CO. , LTD.
Manufactures and leases commercial karaoke systems and oper…
|
7458 | JP | Arts, sports and recreation |
|
Dave & Buster's Entertainment, Inc.
Operates entertainment and dining venues with a restaurant,…
|
PLAY | US | Arts, sports and recreation |
|
Decision Dynamics Technology Ltd.
Competitive gaming technology firm specializing in CS2 rank…
|
DDY | CA | Arts, sports and recreation |
|
Dedem SpA
Diversified group in photo booths, amusement, technology, a…
|
DDM | IT | Arts, sports and recreation |
|
Erlebnis Akademie AG
Developer and operator of barrier-free Treetop Walks and na…
|
EAD | DE | Arts, sports and recreation |
|
EVERYMAN MEDIA GROUP PLC
An operator of premium cinemas with a focus on hospitality,…
|
EMAN | GB | Arts, sports and recreation |
|
EXPERIENCE CO LIMITED
Adventure operator providing skydiving, marine excursions, …
|
EXP | AU | Arts, sports and recreation |
LIVE COMPANY 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/7764/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7764 | 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=7764 | 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=7764 \ -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": 7764}, 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 LIVE COMPANY GROUP PLC (id: 7764)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.