
YOUNG & CO'S BREWERY PLC — Investor Relations & Filings
Young & Co's Brewery PLC operates a chain of managed pubs and hotels, with a portfolio of over 277 establishments located primarily in London and the South of England. Founded in 1831, the company focuses on creating individually designed venues, ranging from historic pubs to contemporary bars. Its core offerings include a wide selection of beverages, such as craft beers and wines, alongside British seasonal food menus. Many of its properties also provide accommodation services. The establishments serve as community hubs, often featuring amenities for live sports viewings and private events.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-05-27 | English | |
| Transaction in Own Shares | 2026-05-22 | English | |
| Block Admission Application | 2026-05-22 | English | |
| Appointment of Sonita Alleyne as a NED | 2026-05-21 | English | |
| Final Results | 2026-05-21 | English | |
| Transaction in Own Shares | 2026-05-15 | English |
Browse filings by year
43 years- 2026 85 filings
- 2025 53 filings
- 2024 29 filings
- 2023 28 filings
- 2022 30 filings
- 2021 33 filings
- 2020 52 filings
- 2019 38 filings
- 2018 27 filings
- 2017 30 filings
- 2016 35 filings
- 2015 41 filings
- 2014 24 filings
- 2013 24 filings
- 2012 1 filing
- 2011 1 filing
- 2010 2 filings
- 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 1 filing
- 1998 2 filings
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 2 filings
- 1990 1 filing
- 1989 2 filings
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1985 1 filing
- 1977 1 filing
- 1976 1 filing
- 1975 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47409004 | Director/PDMR Shareholding | 2026-05-27 | English | ||
| 46777619 | Transaction in Own Shares | 2026-05-22 | English | ||
| 46777594 | Block Admission Application | 2026-05-22 | English | ||
| 46715991 | Appointment of Sonita Alleyne as a NED | 2026-05-21 | English | ||
| 46715911 | Final Results | 2026-05-21 | English | ||
| 46349530 | Transaction in Own Shares | 2026-05-15 | English | ||
| 45281756 | Holding(s) in Company | 2026-05-12 | English | ||
| 44106433 | Transaction in Own Shares | 2026-05-08 | English | ||
| 43095166 | Holding(s) in Company | 2026-05-07 | English | ||
| 41305927 | Total Voting Rights | 2026-05-05 | English | ||
| 41263228 | Transaction in Own Shares | 2026-05-05 | English | ||
| 37867448 | Admission to Trading on the Main Market | 2026-04-28 | English | ||
| 36121485 | YOUNG & CO'S BREWERY PLC - Single prospectus | 2026-04-24 | English | ||
| 35756297 | Holding(s) in Company | 2026-04-23 | English | ||
| 35607158 | FY26 Trading Update | 2026-04-23 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for YOUNG & CO'S BREWERY 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 · Restaurants and mobile food service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AP HOLDINGS CO.,LTD.
A food production and restaurant management company with a …
|
3175 | JP | Accommodation and food service … |
|
Arcos Dorados Holdings Inc.
World's largest independent McDonald's franchisee in Latin …
|
ARCO | VG | Accommodation and food service … |
|
ARK RESTAURANTS CORP
Operates diverse restaurants and catering in landmark and t…
|
ARKR | US | Accommodation and food service … |
|
ASAKUMA CO.,LTD.
Operates and franchises steak, izakaya, and Indonesian rest…
|
7678 | JP | Accommodation and food service … |
|
ATOM CORPORATION
A restaurant management company operating a diverse portfol…
|
7412 | IN | Accommodation and food service … |
|
AUTAGCO LTD.
Investment holding company in food and beverage and premium…
|
1D3 | SG | Accommodation and food service … |
|
Autogrill
Global operator of food, beverage, and retail services for …
|
AGL | IT | Accommodation and food service … |
|
A&W Food Services of Canada
Primary hamburger chain operating franchised fast-food rest…
|
AW | CA | Accommodation and food service … |
|
Bafang
Food service operator specializing in dumplings, noodles, a…
|
2753 | TW | Accommodation and food service … |
|
BALNIBARBI Co.,Ltd.
Develops and operates restaurants, focusing on revitalizing…
|
3418 | JP | Accommodation and food service … |
YOUNG & CO'S BREWERY 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/8033/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=8033 | 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=8033 | 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=8033 \ -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": 8033}, 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 YOUNG & CO'S BREWERY PLC (id: 8033)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.