
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 |
|---|---|---|---|
| Appointment of CEO | 2026-06-02 | English | |
| 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 |
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
| |||||
| 47929487 | Appointment of CEO | 2026-06-02 | English | ||
| 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 | ||
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 |
|---|---|---|---|
|
China Vanke Co., Ltd.
A comprehensive city and town developer and service provide…
|
2202 | CN | Real estate activities |
|
China World Trade Center Co.,Ltd.
Manages an integrated complex of offices, hotels, malls, an…
|
600007 | CN | Real estate activities |
|
Chinese Estates Holdings Limited
Real estate development, trading, and investment in commerc…
|
127 | BM | Real estate activities |
|
CHIN HIN GROUP PROPERTY BERHAD
Investment holding with core business in property developme…
|
— | MY | Real estate activities |
|
Chinney Investments, Limited
Primarily engaged in property development and investment in…
|
216 | HK | Real estate activities |
|
Choice Properties Real Estate Investment Trust
Owner, operator, and developer of a sizable portfolio, pred…
|
CHP.UN | CA | Real estate activities |
|
CHONGQING YUKAIFA CO.,LTD
Develops and manages residential, commercial, and urban inf…
|
000514 | CN | Real estate activities |
|
Chuang's China Investments Limited
Property development, investment, and trading, diversified …
|
298 | BM | Real estate activities |
|
Chuang's Consortium International Limited
Property development, investment, and trading, hotel operat…
|
367 | HK | Real estate activities |
|
Cibus Nordic Real Estate
Acquires, develops, and manages properties with grocery and…
|
CIBUS | SE | 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.