
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 |
|---|---|---|---|
| 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 | |
| Total Voting Rights | 2026-04-30 | English |
Browse filings by year
52 years- 2026 38 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
| |||||
| 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 | ||
| 33113581 | Total Voting Rights | 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 |
|---|---|---|---|
|
16080022 CANADA INC
Wholly-owned subsidiary of Margaux REIT that amalgamated wi…
|
— | CA | Real estate activities |
|
235 Holdings AD
A real estate investment company that acquires, manages, an…
|
235H | BG | Real estate activities |
|
3P LAND HOLDINGS LTD.
Engaged in real estate development, land management, and pr…
|
3PLAND | IN | Real estate activities |
|
a.a.a. AG Allgemeine Anlageverwaltung
A real estate project and property developer of commercial …
|
AAA | DE | Real estate activities |
|
ABACUS GROUP
Asset manager and owner of metropolitan office and retail p…
|
ABG | AU | Real estate activities |
|
ABACUS STORAGE KING
Owns and manages a portfolio of residential and commercial …
|
ASK | AU | Real estate activities |
|
Abbey Woods Developments Limited
Real estate development firm creating residential and comme…
|
— | CA | Real estate activities |
|
Abitare In
A real estate developer specializing in customized resident…
|
ABT | IT | Real estate activities |
|
abrdn European Logistics Income plc
An investment trust investing in a portfolio of European lo…
|
ASLI | GB | Real estate activities |
|
abrdn Property Income Trust Ltd
A closed-ended investment company winding down its UK comme…
|
API | GG | 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.