
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 New City Group Limited
Engaged in commercial property development, ownership, and …
|
1321 | HK | Real estate activities |
|
China New Town Development Company Limited
Pioneer in new-type urbanization, developing large-scale in…
|
1278 | HK | Real estate activities |
|
China Overseas Grand Oceans Group Limited
Specializes in real estate development, commercial property…
|
81 | HK | Real estate activities |
|
China Overseas Land & Investment Limited
Major real estate developer and investment firm focused on …
|
688 | HK | Real estate activities |
|
China Resources Land Limited
A major property developer specializing in urban constructi…
|
1109 | KY | Real estate activities |
|
China Sandi Holdings Limited
Holding company focused on property development, sales, and…
|
910 | HK | Real estate activities |
|
China SCE Group Holdings Limited
Diversified real estate enterprise focused on development, …
|
1966 | KY | Real estate activities |
|
CHINA-SINGAPORE SUZHOU INDUSTRIAL PARK DEVELOPMENT GROUP CO.LTD.
Focuses on integrated urban development and industrial park…
|
601512 | CN | Real estate activities |
|
China Sinostar Group Company Limited
An investment holding company with diversified operations i…
|
485 | HK | Real estate activities |
|
CHINA UNION HOLDINGS LTD.
Focuses on real estate development, property management, an…
|
000036 | CN | 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.