
British Land Co PLC — Investor Relations & Filings
British Land is a property development and investment company that creates, owns, and manages a portfolio of high-quality commercial real estate. Operating as a real estate investment trust (REIT), the company's portfolio is focused on three core sectors: office-led campuses in central London, retail properties, and urban logistics facilities. The company emphasizes the development and management of sustainable assets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Total Voting Rights | 2026-05-29 | English | |
| Final Results | 2026-05-20 | English | |
| Final Results | 2026-05-20 | English | |
| Director/PDMR Shareholding | 2026-05-18 | English | |
| Holding(s) in Company | 2026-05-13 | English | |
| Director/PDMR Shareholding | 2026-04-30 | English |
Browse filings by year
52 years- 2026 39 filings
- 2025 103 filings
- 2024 80 filings
- 2023 77 filings
- 2022 73 filings
- 2021 75 filings
- 2020 83 filings
- 2019 209 filings
- 2018 236 filings
- 2017 163 filings
- 2016 88 filings
- 2015 112 filings
- 2014 108 filings
- 2013 108 filings
- 2012 7 filings
- 2011 4 filings
- 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
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1985 1 filing
- 1984 2 filings
- 1983 1 filing
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
- 1979 2 filings
- 1977 2 filings
- 1975 1 filing
- 1974 1 filing
- 1973 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47888790 | Total Voting Rights | 2026-05-29 | English | ||
| 46579294 | Final Results | 2026-05-20 | English | ||
| 46579147 | Final Results | 2026-05-20 | English | ||
| 46384022 | Director/PDMR Shareholding | 2026-05-18 | English | ||
| 45508513 | Holding(s) in Company | 2026-05-13 | English | ||
| 39125493 | Director/PDMR Shareholding | 2026-04-30 | English | ||
| 39102288 | Total Voting Rights | 2026-04-30 | English | ||
| 37971130 | Holding(s) in Company | 2026-04-28 | English | ||
| 34778963 | Admission of Shares | 2026-04-21 | English | ||
| 34696690 | Q4 Trading Update | 2026-04-21 | English | ||
| 34688922 | Scheme of Arrangement Becomes Effective | 2026-04-20 | English | ||
| 34091854 | Director/PDMR Shareholding | 2026-04-10 | English | ||
| 34091852 | Rule 2.9 Announcement | 2026-04-10 | English | ||
| 33252813 | Holding(s) in Company | 2026-04-02 | English | ||
| 33117246 | Holding(s) in Company | 2026-03-31 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for British Land Co 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 |
|---|---|---|---|
|
Coral India Finance And Housing Ltd
Develops residential and commercial real estate and provide…
|
CORALFINAC | IN | Real estate activities |
|
Corem Property Group
Acquires, manages, and develops office, industrial, and log…
|
CORE | SE | Real estate activities |
|
Coreo AG
Real estate investment firm focusing on value-add residenti…
|
CORE | DE | Real estate activities |
|
Core Spain Holdco Socimi S.A.U
A SOCIMI investing in residential property assets for long-…
|
MLCOE | ES | Real estate activities |
|
CORPFIN II
A real estate investment trust specializing in prime high-s…
|
PR2 | ES | Real estate activities |
|
CORPFIN III
A private equity fund focused on mid-market buyouts of high…
|
PR3 | ES | Real estate activities |
|
Corporación Inmobiliaria Vesta, S.A.B. de C.V.
Owns, develops, and manages industrial assets for manufactu…
|
VESTA | MX | Real estate activities |
|
Cosmopolitan International Holdings Limited
Property development and investment, and trading of financi…
|
120 | HK | Real estate activities |
|
Cosmos Group Co.,Ltd.
Engages in property development, management, investment, an…
|
002133 | CN | Real estate activities |
|
COSMOS INITIA Co., Ltd.
Real estate firm developing and managing residential, hotel…
|
8844 | JP | Real estate activities |
British Land Co 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/5364/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5364 | 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=5364 | 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=5364 \ -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": 5364}, 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 British Land Co PLC (id: 5364)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.