
Workspace Group PLC — Investor Relations & Filings
Workspace Group PLC is a real estate investment trust that owns, manages, and develops commercial business properties, with a portfolio concentrated in London. The company specializes in providing flexible workspace solutions tailored to the needs of new and growing businesses, including creators, innovators, and entrepreneurs. Its offerings encompass a range of options such as private offices, co-working spaces, and meeting and event venues. Key features of its service include flexible lease contracts and the ability for tenants to adapt and customize their private spaces. The company focuses on creating distinct, character-filled environments to foster a sense of community among its clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2026-06-01 | English | |
| Holding(s) in Company | 2026-05-26 | English | |
| Holding(s) in Company | 2026-05-22 | English | |
| Receipt of revised Requisition Notice | 2026-05-22 | English | |
| Holding(s) in Company | 2026-05-21 | English | |
| Holding(s) in Company | 2026-05-20 | English |
Browse filings by year
39 years- 2026 48 filings
- 2025 74 filings
- 2024 52 filings
- 2023 56 filings
- 2022 51 filings
- 2021 44 filings
- 2020 54 filings
- 2019 62 filings
- 2018 49 filings
- 2017 44 filings
- 2016 52 filings
- 2015 59 filings
- 2014 55 filings
- 2013 59 filings
- 2012 12 filings
- 2011 12 filings
- 2010 2 filings
- 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
- 1990 1 filing
- 1989 2 filings
- 1987 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47921470 | Holding(s) in Company | 2026-06-01 | English | ||
| 47061944 | Holding(s) in Company | 2026-05-26 | English | ||
| 46806957 | Holding(s) in Company | 2026-05-22 | English | ||
| 46777889 | Receipt of revised Requisition Notice | 2026-05-22 | English | ||
| 46733718 | Holding(s) in Company | 2026-05-21 | English | ||
| 46616232 | Holding(s) in Company | 2026-05-20 | English | ||
| 46385505 | Holding(s) in Company | 2026-05-18 | English | ||
| 46352870 | Holding(s) in Company | 2026-05-15 | English | ||
| 46121218 | Holding(s) in Company | 2026-05-14 | English | ||
| 44981359 | Holding(s) in Company | 2026-05-11 | English | ||
| 44968940 | Holding(s) in Company | 2026-05-11 | English | ||
| 44945907 | Holding(s) in Company | 2026-05-11 | English | ||
| 44107275 | Receipt of requisition notice – 2026 AGM | 2026-05-08 | English | ||
| 41305901 | Holding(s) in Company | 2026-05-05 | English | ||
| 36126868 | Holding(s) in Company | 2026-04-24 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Workspace 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 |
|---|---|---|---|
|
TORUNLAR GAYRİMENKUL YATIRIM ORTAKLIĞI A.Ş.
A real estate investment trust developing and managing a di…
|
TRGYO | TR | Real estate activities |
|
TOSEI CORPORATION
A comprehensive real estate company in Tokyo with six integ…
|
8923 | JP | Real estate activities |
|
TOSHIN HOLDINGS CO.,LTD
A diversified company with operations in mobile communicati…
|
9444 | JP | Real estate activities |
|
Toubujyuhan Co.,Ltd.
Real estate company focused on revitalizing and selling sec…
|
3297 | JP | Real estate activities |
|
Tour Eiffel (Société de la)
A real estate investment company specializing in corporate …
|
EIFF | FR | Real estate activities |
|
TOWER REAL ESTATE INVESTMENT TRUST
Invests in income-producing real estate, primarily prime of…
|
— | MY | Real estate activities |
|
TOWN CENTRE SECURITIES PLC
Property investment, development, and car park operator wit…
|
TOWN | GB | Real estate activities |
|
TPL Properties Limited
Institutional real estate company specializing in developme…
|
TPLP | PK | Real estate activities |
|
TPL REIT Fund I
A Shariah-compliant hybrid REIT investing in sustainable re…
|
TPLRF1 | PK | Real estate activities |
|
TRADE ESTATES Real Estate Investment Company
Acquires, develops, and manages retail parks and omni-chann…
|
TRESTATES | GR | Real estate activities |
Workspace 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/5282/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5282 | 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=5282 | 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=5282 \ -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": 5282}, 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 Workspace Group PLC (id: 5282)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.