
HEAVITREE BREWERY PLC — Investor Relations & Filings
Heavitree Brewery PLC is an independent, family-owned pub company that manages a leased and tenanted estate. The company's principal activity is the development and operation of its property portfolio, which consists of approximately 64 public houses. These establishments are primarily located in the southwest of England, with a concentration in Exeter and Devon. Heavitree Brewery offers tenancy and lease agreements to publicans, providing opportunities for them to run their own pub businesses within the company's estate.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Director/PDMR Shareholding | 2022-07-25 | English | |
| Interim Announcement | 2022-06-29 | English | |
| Result of Annual General Meeting | 2022-04-13 | English | |
| Group of companies' accounts made up to 2021-10-31 | 2022-04-07 | English | |
| Preliminary Statement | 2022-02-15 | English | |
| Interim Announcement Half year Results | 2021-06-24 | English |
Browse filings by year
43 years- 2026 8 filings
- 2025 9 filings
- 2024 5 filings
- 2023 7 filings
- 2022 6 filings
- 2021 7 filings
- 2020 11 filings
- 2019 9 filings
- 2018 12 filings
- 2017 7 filings
- 2016 6 filings
- 2015 6 filings
- 2014 10 filings
- 2013 8 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 1 filing
- 1998 1 filing
- 1997 2 filings
- 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
- 1987 1 filing
- 1986 1 filing
- 1978 1 filing
- 1977 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 5061536 | Director/PDMR Shareholding | 2022-07-25 | English | ||
| 5043862 | Interim Announcement | 2022-06-29 | English | ||
| 4997881 | Result of Annual General Meeting | 2022-04-13 | English | ||
| 46786136 | Group of companies' accounts made up to 2021-10-31 | 2022-04-07 | English | ||
| 4962195 | Preliminary Statement | 2022-02-15 | English | ||
|
2021
7 filings
| |||||
| 4847007 | Interim Announcement Half year Results | 2021-06-24 | English | ||
| 46786138 | Group of companies' accounts made up to 2020-10-31 | 2021-06-01 | English | ||
| 4804101 | Director/PDMR Shareholding | 2021-04-22 | English | ||
| 4799693 | Result of Annual General Meeting | 2021-04-15 | English | ||
| 4790240 | AGM Changes | 2021-03-31 | English | ||
| 4772144 | TR-1 Notification | 2021-03-04 | English | ||
| 4753826 | Preliminary Announcement | 2021-02-15 | English | ||
|
2020
3 filings
| |||||
| 4713547 | Trading Update | 2020-12-22 | English | ||
| 3349398 | Non-Executive Director Resignation | 2020-07-30 | English | ||
| 3348755 | Director/PDMR Shareholding | 2020-07-29 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for HEAVITREE 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 · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
16080022 CANADA INC
Wholly-owned subsidiary of Margaux REIT that amalgamated wi…
|
— | CA | Real estate activities |
|
235 Holdings AD
A real estate investment company that acquires, manages, an…
|
235H | BG | Real estate activities |
|
3P LAND HOLDINGS LTD.
Engaged in real estate development, land management, and pr…
|
3PLAND | IN | Real estate activities |
|
a.a.a. AG Allgemeine Anlageverwaltung
A real estate project and property developer of commercial …
|
AAA | DE | Real estate activities |
|
ABACUS GROUP
Asset manager and owner of metropolitan office and retail p…
|
ABG | AU | Real estate activities |
|
ABACUS STORAGE KING
Owns and manages a portfolio of residential and commercial …
|
ASK | AU | Real estate activities |
|
Abbey Woods Developments Limited
Real estate development firm creating residential and comme…
|
— | CA | Real estate activities |
|
Abitare In
A real estate developer specializing in customized resident…
|
ABT | IT | Real estate activities |
|
abrdn European Logistics Income plc
An investment trust investing in a portfolio of European lo…
|
ASLI | GB | Real estate activities |
|
abrdn Property Income Trust Ltd
A closed-ended investment company winding down its UK comme…
|
API | GG | Real estate activities |
HEAVITREE 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/7690/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7690 | 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=7690 | 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=7690 \ -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": 7690}, 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 HEAVITREE BREWERY PLC (id: 7690)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.