
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 |
|---|---|---|---|
|
Elbit Imaging-M Ltd.
A holding company with investments in real estate and medic…
|
EMITF-M | IL | Real estate activities |
|
Eldeco Housing & Ind. Ltd.
Develops residential, commercial, and industrial real estat…
|
ELDEHSG | IN | Real estate activities |
|
Electricité et Eaux de Madagascar
Financial holding company with operations in luxury hotel a…
|
EEM | FR | Real estate activities |
|
Elix
A real estate investment manager that acquires and refurbis…
|
MLERH | ES | Real estate activities |
|
Elkop Estonia SE
A real estate company engaged in the rental and management …
|
EKP | EE | Real estate activities |
|
Elkop SE
Manages and leases a commercial property portfolio exceedin…
|
EKP | PL | Real estate activities |
|
Elme Communities
Owns and operates apartment communities for middle-income, …
|
ELME | US | Real estate activities |
|
Elnet Technologies Ltd.
Provides infrastructure and facilities management services …
|
517477 | IN | Real estate activities |
|
Elviemek Land Development - Logistics Parks - Energy - Recycling S.A.
Develops and manages logistics parks, commercial real estat…
|
ELBIO | GR | Real estate activities |
|
EMAAR DEVELOPMENT PJSC
A leading real estate developer focused on residential and …
|
EMAARDEV | AE | 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.