
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 |
|---|---|---|---|
| Director/PDMR Shareholding | 2026-04-30 | English | |
| Total Voting Rights | 2026-04-30 | English | |
| Holding(s) in Company | 2026-04-28 | English | |
| Admission of Shares | 2026-04-21 | English | |
| Q4 Trading Update | 2026-04-21 | English | |
| Scheme of Arrangement Becomes Effective | 2026-04-20 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 33059010 | Holding(s) in Company | 2026-03-27 | English | ||
| 33059007 | Holding(s) in Company | 2026-03-27 | English | ||
| 32972002 | Director/PDMR Shareholding | 2026-03-18 | English | ||
| 34566706 | Rule 2.9 Announcement | 2026-03-05 | English | ||
Market data
Market data not available
Price history
Peer Companies
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.