
SUTTON HARBOUR GROUP PLC — Investor Relations & Filings
Sutton Harbour Group PLC is a waterfront regeneration specialist focused on the ownership, operation, and development of Sutton Harbour in Plymouth. The company's activities are centered on marine operations and property development. Its marine portfolio includes the management of the award-winning, 420-berth Sutton Harbour Marina and the operation of Plymouth Fisheries, a major fresh fish market. As the primary landowner in the area, the group develops and manages a portfolio of mixed-use properties, including high-quality residential apartments, prime office accommodations, and various commercial, retail, and leisure units. The company's work aims to enhance the historic harbour as a destination for residents, businesses, and visitors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Bank Facility Amendment | 2026-04-01 | English | |
| Interim Results | 2025-12-09 | English | |
| Result of AGM | 2025-11-26 | English | |
| Annual General Meeting Statement | 2025-11-26 | English | |
| Notice of AGM | 2025-11-03 | English | |
| Group of companies' accounts made up to 2025-03-31 | 2025-10-03 | English |
Browse filings by year
36 years- 2026 1 filing
- 2025 11 filings
- 2024 16 filings
- 2023 12 filings
- 2022 10 filings
- 2021 11 filings
- 2020 11 filings
- 2019 12 filings
- 2018 23 filings
- 2017 3 filings
- 2016 12 filings
- 2015 11 filings
- 2014 11 filings
- 2013 14 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 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 33128474 | Bank Facility Amendment | 2026-04-01 | English | ||
|
2025
11 filings
| |||||
| 9684945 | Interim Results | 2025-12-09 | English | ||
| 8677529 | Result of AGM | 2025-11-26 | English | ||
| 8663643 | Annual General Meeting Statement | 2025-11-26 | English | ||
| 8067044 | Notice of AGM | 2025-11-03 | English | ||
| 46804768 | Group of companies' accounts made up to 2025-03-31 | 2025-10-03 | English | ||
| 11391068 | Final Results for the year ended 31 March 2025 | 2025-09-26 | English | ||
| 11370584 | Asset Sales, Bank Facility Update & Board Changes | 2025-07-01 | English | ||
| 6112714 | Retirement of Director | 2025-06-05 | English | ||
| 11329588 | Related Party Loan Extension | 2025-04-01 | English | ||
| 11325605 | Bank Facility Amendment | 2025-03-21 | English | ||
| 5568073 | Bank Facility Amendment | 2025-01-20 | English | ||
|
2024
3 filings
| |||||
| 5556285 | Interim Results | 2024-12-17 | English | ||
| 5549991 | Company Address | 2024-12-03 | English | ||
| 5538951 | Annual General Meeting Results | 2024-11-07 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for SUTTON HARBOUR 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 · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGROB Immobilien AG
Real estate company focused on developing and leasing comme…
|
AGR3 | DE | Real estate activities |
|
AHES GAYRİMENKUL YATIRIM ORTAKLIĞI A.Ş.
A real estate investment trust engaged in property developm…
|
AHSGY | TR | Real estate activities |
|
AIP Realty Trust
REIT specializing in light industrial properties for small …
|
AIP.U | CA | Real estate activities |
|
Airport City Ltd.
A real estate company developing and managing commercial an…
|
ARPT | IL | Real estate activities |
|
AIRPORT FACILITIES Co.,LTD.
Constructs, manages, and operates airport facilities, infra…
|
8864 | JP | Real estate activities |
|
Ajmera Realty & Infra India Limited
Develops residential townships, luxury high-rises, and inte…
|
AJMERA | IN | Real estate activities |
|
Akatsuki Corp.
Develops games and digital comics, and invests in technolog…
|
8737 | JP | Real estate activities |
|
Akciju sabiedriba "VEF"
A company engaged in real estate management and electricity…
|
VEF1R | LV | Real estate activities |
|
Akelius Residential Prop. D
A real estate company that owns and upgrades rental apartme…
|
AKEL.D | SE | Real estate activities |
|
AKFEN GAYRİMENKUL YATIRIM ORTAKLIĞI A.Ş.
A real estate investment trust investing in hotels, dormito…
|
AKFGY | TR | Real estate activities |
SUTTON HARBOUR 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/7939/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7939 | 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=7939 | 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=7939 \ -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": 7939}, 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 SUTTON HARBOUR GROUP PLC (id: 7939)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.