
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 47 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 |
|---|---|---|---|
|
Shanghai Lujiazui Finance & Trade Zone Development Co.,Ltd.
Develops and manages high-end commercial, residential, and …
|
600663 | CN | Real estate activities |
|
Shanghai New Huang Pu Industrial Group Co.,Ltd.
Focuses on property development, urban infrastructure, and …
|
600638 | CN | Real estate activities |
|
Shanghai Shibei Hi-Tech Co.,Ltd.
Develops and operates high-tech industrial parks for big da…
|
600604 | CN | Real estate activities |
|
SHANGHAI TIANCHEN CO.,LTD.
Focuses on real estate, logistics, and renewable energy tec…
|
600620 | CN | Real estate activities |
|
Shanghai Waigaoqiao Free Trade Zone Group Co., Ltd.
Develops and operates industrial parks with trade, logistic…
|
600648 | CN | Real estate activities |
|
Shanghai Ya Tong Co.,Ltd.
Focuses on regional development, infrastructure, real estat…
|
600692 | CN | Real estate activities |
|
SHANGHAI YIMIN COMMERCIAL GROUP CO., LTD.
Manages commercial real estate, retail operations, and trad…
|
600824 | CN | Real estate activities |
|
Shanghai Zhangjiang Hi-Tech Park Development Co.,Ltd
Develops and manages high-tech industrial zones with a focu…
|
600895 | CN | Real estate activities |
|
Shemen Yielding Real Estate Ltd.
A real estate company that leases, manages, and rents a pro…
|
SMNR | IL | Real estate activities |
|
SHENZHEN CENTRALCON INVESTMENT HOLDING CO., LTD
Specializes in property development, asset management, and …
|
000042 | CN | 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.