
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 | 2026-05-14 | English | |
| Director/PDMR Shareholding | 2026-05-14 | English | |
| Director/PDMR Shareholding | 2026-05-14 | English | |
| Director/PDMR Shareholding | 2026-05-12 | English | |
| Full accounts made up to 2025-10-31 | 2026-03-29 | English | |
| Director/PDMR Shareholding | 2026-03-17 | 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 | |
|---|---|---|---|---|---|
|
2026
8 filings
| |||||
| 46048057 | Director/PDMR Shareholding | 2026-05-14 | English | ||
| 46048027 | Director/PDMR Shareholding | 2026-05-14 | English | ||
| 46033070 | Director/PDMR Shareholding | 2026-05-14 | English | ||
| 45263381 | Director/PDMR Shareholding | 2026-05-12 | English | ||
| 46786131 | Full accounts made up to 2025-10-31 | 2026-03-29 | English | ||
| 32965249 | Director/PDMR Shareholding | 2026-03-17 | English | ||
| 34561916 | Preliminary Announcement | 2026-02-19 | English | ||
| 34556015 | Director/PDMR Shareholding | 2026-01-09 | English | ||
|
2025
7 filings
| |||||
| 7904930 | Director Succession planning | 2025-09-23 | English | ||
| 6460442 | Half year Results | 2025-06-27 | English | ||
| 11355414 | Director/PDMR Shareholding | 2025-05-16 | English | ||
| 11349562 | Director/PDMR Shareholding | 2025-05-02 | English | ||
| 11341335 | Results of AGM | 2025-04-16 | English | ||
| 46786132 | Full accounts made up to 2024-10-31 | 2025-03-18 | English | ||
| 5580843 | Preliminary Result Announcement | 2025-02-19 | 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 |
|---|---|---|---|
|
FrontView REIT, Inc.
A net-lease REIT that acquires and owns single-tenant prope…
|
FVR | US | Real estate activities |
|
FRP HOLDINGS, INC.
Real estate holding company focused on investment, developm…
|
FRPH | US | Real estate activities |
|
F.S.D.V.
An integrated real estate company with investment, construc…
|
FAYE | FR | Real estate activities |
|
Fu Hua
Taichung-based investment holding company focused on real e…
|
3056 | TW | Real estate activities |
|
FUJIAN SANMU GROUP CO.,LTD
Conglomerate specializing in real estate, international tra…
|
000632 | CN | Real estate activities |
|
Full Riches Investments Ltd.
Holding company engaged in investment activities and real e…
|
— | CA | Real estate activities |
|
Fullshare Holdings Limited
Multinational conglomerate focused on healthy living sector…
|
607 | HK | Real estate activities |
|
Fundamenta Real Estate AG
Acquires, develops, and holds residential properties in Ger…
|
FREN | CH | Real estate activities |
|
Fund Estates REIT
A real estate investment trust that securitizes real estate…
|
FUES | BG | Real estate activities |
|
Future Market Networks Limited
Develops and manages retail, commercial, and logistics infr…
|
FMNL | IN | 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.